i18n implementation (#55)

This commit is contained in:
Athou
2013-05-12 12:38:56 +02:00
parent ca47270db1
commit 98aeccbb66
23 changed files with 353 additions and 124 deletions

View File

@@ -1 +1,88 @@
toolbar.refresh=Refresh
global.save=Save
global.cancel=Cancel
global.delete=Delete
global.required=Required
tree.subscribe=Subscribe
tree.import=Import
tree.new_category=New category
tree.all=All
tree.starred=Starred
subscribe.feed_url=Feed URL
subscribe.feed_name=Feed Name
subscribe.category=Category
import.google_reader_prefix=Let me import your feeds from your
import.google_reader_suffix= account.
import.google_download=Alternatively, upload your subscriptions.xml file.
import.google_download_link=Download it from here.
import.xml_file=XML File
new_category.name=Name
new_category.parent=Parent
toolbar.unread=Unread
toolbar.all=All
toolbar.refresh=Refresh
toolbar.mark_all_as_read=Mark all as read
toolbar.settings=Settings
toolbar.profile=Profile
toolbar.admin=Admin
toolbar.about=About
toolbar.logout=Logout
toolbar.donate=Donate
view.error_while_loading_feed=Error while loading this feed
view.keep_unread=Keep unread
view.no_unread_items=has no unread items.
settings.general=General
settings.general.language=Language
settings.general.show_unread=Show feeds and categories with no unread entries
settings.general.social_buttons=Show social sharing buttons
settings.general.scroll_marks=In expanded view, scrolling through entries mark them as read
settings.custom_css=Custom CSS
details.feed_details=Feed details
details.url=URL
details.name=Name
details.category=Category
details.last_refresh=Last refresh
details.feed_url=Feed URL
details.generate_api_key_first=Generate an API key in your profile first.
details.unsubscribe=Unsubscribe
details.category_details=Category details
details.parent_category=Parent category
profile.user_name=User name
profile.email=E-mail
profile.change_password=Change password
profile.confirm_password=Confirm password
profile.minimum_6_chars=Minimum 6 characters
profile.passwords_do_not_match=Passwords do not match
profile.api_key=API key
profile.api_key_not_generated=Not generated yet
profile.generate_new_api_key=Generate new API key
profile.generate_new_api_key_info=Changing password will generate a new API key
profile.delete_account=Delete account
about.rest_api=REST API
about.keyboard_shortcuts=Keyboard shortcuts
about.line1_prefix=CommaFeed is an open-source project. Sources are hosted on
about.line1_suffix=.
about.line2_prefix=If you encounter an issue, please report it on the issues page of the
about.line2_suffix= project.
about.line3=If you like this project, please consider a donation to support the developer and help cover the costs of keeping this website online.
about.rest_api.line1=CommaFeed is built on top of JAX-RS and AngularJS. As such, a REST API is available.
about.rest_api.link_to_documentation=Link to the documentation.
about.shortcuts.mouse_middleclick=mouse middleclick
about.shortcuts.open_next_entry=open next entry
about.shortcuts.open_previous_entry=open previous entry
about.shortcuts.open_close_current_entry=open/close current entry
about.shortcuts.open_current_entry_in_new_window=open current entry in a new window
about.shortcuts.star_unstar=star/unstar current entry
about.shortcuts.mark_current_entry=mark as read/unread current entry
about.shortcuts.mark_all_as_read=mark all entries as read
about.shortcuts.open_in_new_tab_mark_as_read=open entry in new tab and mark as read

View File

@@ -1 +1,88 @@
toolbar.refresh=Rafraichir
global.save=Enregistrer
global.cancel=Annuler
global.delete=Effacer
global.required=Obligatoire
tree.subscribe=S'abonner
tree.import=Importer
tree.new_category=Nouvelle catégorie
tree.all=Tous
tree.starred=Etoiles
subscribe.feed_url=URL du flux
subscribe.feed_name=Nom du flux
subscribe.category=Catégorie
import.google_reader_prefix=Laissez-moi importer vos flux depuis votre compte
import.google_reader_suffix=.
import.google_download=Ou alors, téléchargez votre fichier subscriptions.xml.
import.google_download_link=Récuperez-le ici.
import.xml_file=Fichier XML
new_category.name=Nom
new_category.parent=Parent
toolbar.unread=Non-lus
toolbar.all=Tous
toolbar.refresh=Rafraîchir
toolbar.mark_all_as_read=Tout marquer comme lu
toolbar.settings=Préférences
toolbar.profile=Profil
toolbar.admin=Administration
toolbar.about=A propos
toolbar.logout=Déconnexion
toolbar.donate=Faire un don
view.error_while_loading_feed=Erreur durant le chargement de ce flux
view.keep_unread=Garder non-lu
view.no_unread_items=n'a pas d'entrées non-lues.
settings.general=Général
settings.general.language=Langue
settings.general.show_unread=Afficher les flux et les catégories pour lesquels tout est déjà lu
settings.general.social_buttons=Afficher les boutons de partage sur réseaux sociaux
settings.general.scroll_marks=En mode de lecture étendu, marquer comme lu les éléments lorsque la fenêtre descend.
settings.custom_css=CSS personnelle
details.feed_details=Détails du flux
details.url=URL
details.name=Nom
details.category=Catégorie
details.last_refresh=Dernière mise à jour
details.feed_url=URL du flux
details.generate_api_key_first=Génerez une clé API dans votre profil d'abord.
details.unsubscribe=Se désabonner
details.category_details=Détails de la catégorie
details.parent_category=Catégorie parente
profile.user_name=Nom
profile.email=E-mail
profile.change_password=Changer de mot de passe
profile.confirm_password=Confirmer le mot de passe
profile.minimum_6_chars=Minimum 6 caractères
profile.passwords_do_not_match=Les mots de passe ne correspondent pas
profile.api_key=Clé API
profile.api_key_not_generated=Pas encore générée
profile.generate_new_api_key=Générer une nouvelle clé API
profile.generate_new_api_key_info=Changer de password va générer une nouvelle clé API
profile.delete_account=Effacer le compte
about.rest_api=API REST
about.keyboard_shortcuts=Raccourcis clavier
about.line1_prefix=CommaFeed est un projet open-source. Les sources sont disponibles sur
about.line1_suffix=.
about.line2_prefix=Si vous rencontrez un problème, rapportez-le sur la page du projet sur
about.line2_suffix=.
about.line3=Si vous aimez ce projet, n'hésitez pas à faire un don pour encourager le développeur et aider à couvrir les coûts d'hébergement de la plate-forme.
about.rest_api.line1=CommaFeed utilise JAX-RS et AngularJS et une API REST est donc disponible.
about.rest_api.link_to_documentation=Lien vers la documentation.
about.shortcuts.mouse_middleclick=click du milieu de la souris
about.shortcuts.open_next_entry=ouvrir l'entrée suivante
about.shortcuts.open_previous_entry=ouvrir l'entrée précédente
about.shortcuts.open_close_current_entry=ouvrir/fermer l'entrée courante
about.shortcuts.open_current_entry_in_new_window=ouvrir l'entrée courrnte dans une nouvelle fenêtre
about.shortcuts.star_unstar=Marquer/enlever l'étoile de l'entrée courante
about.shortcuts.mark_current_entry=Marquer comme lue/non-lue l'entrée cour-ante
about.shortcuts.mark_all_as_read=Marquer toutes les entrées comme lues
about.shortcuts.open_in_new_tab_mark_as_read=ouvrir l'entrée courante dans une nouvelle fenêtre et marquer comme lue

View File

@@ -0,0 +1,2 @@
en=English
fr=Français