r143 - in trunk/src/main/webapp/extensions: . chromium/_locales chromium/_locales/en chromium/_locales/fr
Author: kmorin Date: 2010-12-22 19:28:57 +0100 (Wed, 22 Dec 2010) New Revision: 143 Url: http://chorem.org/repositories/revision/bow/143 Log: - add missing files for the chromium extension Added: trunk/src/main/webapp/extensions/bow4chromium.crx trunk/src/main/webapp/extensions/bow4chromium.pem trunk/src/main/webapp/extensions/chromium/_locales/en/ trunk/src/main/webapp/extensions/chromium/_locales/en/messages.json trunk/src/main/webapp/extensions/chromium/_locales/fr/ trunk/src/main/webapp/extensions/chromium/_locales/fr/messages.json Added: trunk/src/main/webapp/extensions/bow4chromium.crx =================================================================== (Binary files differ) Property changes on: trunk/src/main/webapp/extensions/bow4chromium.crx ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/src/main/webapp/extensions/bow4chromium.pem =================================================================== --- trunk/src/main/webapp/extensions/bow4chromium.pem (rev 0) +++ trunk/src/main/webapp/extensions/bow4chromium.pem 2010-12-22 18:28:57 UTC (rev 143) @@ -0,0 +1,16 @@ +-----BEGIN PRIVATE KEY----- +MIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAKpiR1Q4LSM+VsHQY +lSXoJlltVAlikujpb1rokmyTAgkCakd3kmUWUETQbTsvv2PNjn0vwNUuNXdi4R45X +iU6HxJ2ooDJ0bTQXRmvB9a5nqDFriZpFTvErqeZwVmJQTSvohGGMNw6F0UMOMXERe +PRWuHS1/JkfzqLJ3qUpRUmL7NAgMBAAECgYADhH3mfjZoWNwfqjatemflYtUob234 +e8trKrKyBM1PCbdtV2GEcVyaXFRp8M1MnM1IywW6guBCAg3kUT6ji6d1CMklSHmFa +H2jvvZSuXWIm8ToTMylxPbooSNGw5aCB+L1mQ5ADnKxb5r4PZ2omMsx/ALg3ILdOX +qeIzrVHzOngQJBAN6uBidQJxmanxNgGypoz544fMu0UbxGdZHuKLUKQWJMn5lawYo +730LsDxLozofH16ZrBvfPRUqGEWwkDp4jYq0CQQDD4QHxouyi8AMwiClQy/zDqKyg +6mr1XajAzmc39Y+14vbc1ICKAjmlS6s5uP1zACyH+Vi+5EHe4FSEDYiLXHChAkAkc +A2JuU/snKSTIxLO6b+vgEbLfoIxcMYkTvhSR49Tan5jNbqdyBZMeRwuV/ITvdvH25 +OUUVJhU3beXzgVIG0xAkEAmLedZF+6T28BjZ0bWTsxXvrrXKpnqdXT9D74itCRsyW +5goLLlM4XU6CjZuWr9TV1gq4NWwdrs/EC89H5W24/AQJBANIrMnqdFwSDcviRKlyg +rKhtkt5Txd4lVt8PGQi/d4RIJJ0rSEd5/DFXdhQM8tWDHSYspaxJQEqak0bzvFFMN +uQ= +-----END PRIVATE KEY----- Added: trunk/src/main/webapp/extensions/chromium/_locales/en/messages.json =================================================================== --- trunk/src/main/webapp/extensions/chromium/_locales/en/messages.json (rev 0) +++ trunk/src/main/webapp/extensions/chromium/_locales/en/messages.json 2010-12-22 18:28:57 UTC (rev 143) @@ -0,0 +1,91 @@ +{ + "extensionName": { + "message": "BOW extension", + "description": "extension name" + }, + + "extensionDescription": { + "message": "BOW extension", + "description": "extension description" + }, + + "actionTitle": { + "message": "Bookmark this page in BOW", + "description": "action title" + }, + + "nameInputLabel": { + "message": "Name:", + "description": "label for name input" + }, + + "aliasInputLabel": { + "message": "Alias:", + "description": "label for alias input" + }, + + "tagsInputLabel": { + "message": "Tags:", + "description": "label for tags input" + }, + + "permanentTokenButton": { + "message": "Permanent token", + "description": "button to bookmark the page using the permanent token" + }, + + "emptyPermanentTokenMessage": { + "message": "You did not add your permanent token in the options. Please add it to be able to add bookmarks or use a session token.", + "description": "message when the user tries to ad bokkmark using his permanent token, but did not add it in the option" + }, + + "sessionTokenButton": { + "message": "Session token", + "description": "button to bookmark the page using the session token" + }, + + "noTokenMessage": { + "message": "You need to add either your permanent token or a session to token to be able to add a page in your BOW bookmarks.", + "description": "message displayed instead of the buttons when the user did not add his token ids" + }, + + "optionTitle": { + "message": "Options:", + "description": "option title" + }, + + "sessionTokenIdInputLabel": { + "message": "Session token ID:", + "description": "label for session token ID input" + }, + + "permanentTokenIdInputLabel": { + "message": "Permanent token ID:", + "description": "label for permanent token ID input" + }, + + "saveOptionButton": { + "message": "Save", + "description": "button to save options" + }, + + "licenseLink": { + "message": "AGPL license", + "description": "link to the license" + }, + + "bugReport": { + "message": "Bug report", + "description": "link to the bug report" + }, + + "userSupport": { + "message": "User support", + "description": "link to the user support" + }, + + "optionSavedMessage": { + "message": "Your options have been saved.", + "description": "message displayed when the user saves his options" + } +} Added: trunk/src/main/webapp/extensions/chromium/_locales/fr/messages.json =================================================================== --- trunk/src/main/webapp/extensions/chromium/_locales/fr/messages.json (rev 0) +++ trunk/src/main/webapp/extensions/chromium/_locales/fr/messages.json 2010-12-22 18:28:57 UTC (rev 143) @@ -0,0 +1,86 @@ +{ + "extensionName" : { + "message" : "Extension pour BOW", + "description" : "nom de l'extension" + }, + + "extensionDescription" : { + "message" : "Extension pour BOW", + "description" : "description de l'extension" + }, + + "actionTitle" : { + "message" : "Bookmarker cette page dans BOW", + "description" : "titre de l'action" + }, + + "nameInputLabel" : { + "message" : "Nom :", + "description" : "label pour l'input du nom" + }, + + "aliasInputLabel" : { + "message" : "Alias :", + "description" : "label pour l'input de l'alias" + }, + + "tagsInputLabel" : { + "message" : "Tags :", + "description" : "label pour l'input des tags" + }, + + "permanentTokenButton": { + "message": "Token permanent", + "description": "bouton pour bookmarker la page avec le token permanent" + }, + + "sessionTokenButton": { + "message": "Token de session", + "description": "bouton pour bookmarker la page avec le token de session" + }, + + "noTokenMessage": { + "message": "Vous devez renseigner votre identifiant de token permanent ou de token de session pour pouvoir bookmarker cette page dans BOW.", + "description": "message affiché à la place des boutons quand l'utilisateur n'a pas entré ses token ids" + }, + + "optionTitle" : { + "message" : "Options :", + "description" : "titre des options" + }, + + "sessionTokenIdInputLabel" : { + "message" : "Id du token de session :", + "description" : "label pour l'input de l'id du token de session" + }, + + "permanentTokenIdInputLabel" : { + "message" : "Id du token permanent :", + "description" : "label pour l'input de l'id du token permanent" + }, + + "saveOptionButton" : { + "message" : "Enregistrer", + "description" : "bouton d'enregistrement des options" + }, + + "licenseLink" : { + "message" : "Licence AGPL", + "description" : "lien vers la licence" + }, + + "bugReport" : { + "message" : "Rapport de bug", + "description" : "lien vers le rapport de bug" + }, + + "userSupport" : { + "message" : "Support utilisateur", + "description" : "lien vers le support utilisateur" + }, + + "optionSavedMessage": { + "message": "Vos options ont été enregistrées.", + "description": "message affiché quand l'utilisateur a enregistré ses options" + } +}
participants (1)
-
kmorin@users.chorem.org