diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/CraueConfigBundle/translations/CraueConfigBundle.oc.yml | 29 | ||||
-rw-r--r-- | app/Resources/FOSUserBundle/translations/FOSUserBundle.oc.yml | 2 | ||||
-rw-r--r-- | app/config/config.yml | 1 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.oc.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.oc.yml new file mode 100644 index 00000000..67880b8b --- /dev/null +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.oc.yml | |||
@@ -0,0 +1,29 @@ | |||
1 | download_pictures: Telecargar los imatges sul servidor | ||
2 | carrot: Activar lo partatge cap a Carrot | ||
3 | diaspora_url: URL de Diaspora, se lo servici Diaspora es activat | ||
4 | export_epub: Activar l'expòrt ePub | ||
5 | export_mobi: Activar l'expòrt .mobi | ||
6 | export_pdf: Activar l'expòrt PDF | ||
7 | export_csv: Activar l'expòrt CSV | ||
8 | export_json: Activar l'expòrt JSON | ||
9 | export_txt: Activar l'expòrt TXT | ||
10 | export_xml: Activar l'expòrt XML | ||
11 | pocket_consumer_key: Clau d'autentificacion Pocket per importar las donadas (https://getpocket.com/developer/docs/authentication) | ||
12 | shaarli_url: URL de Shaarli, se lo servici Shaarli es activat | ||
13 | share_diaspora: Activar lo partatge cap a Diaspora | ||
14 | share_mail: Activar lo partatge per corrièl | ||
15 | share_shaarli: Activar lo partatge cap a Shaarli | ||
16 | share_twitter: Activar lo partatge cap a Twitter | ||
17 | show_printlink: Afichar un ligam per imprimir | ||
18 | wallabag_support_url: URL d'assisténcia de wallabag | ||
19 | wallabag_url: URL de *vòstra* instància de wallabag | ||
20 | entry: "article" | ||
21 | export: "expòrt" | ||
22 | import: "impòrt" | ||
23 | misc: "divèrs" | ||
24 | modify_settings: "aplicar" | ||
25 | piwik_host: URL de vòstre site dins Piwik | ||
26 | piwik_site_id: ID de vòstre site dins Piwik | ||
27 | piwik_enabled: Activar Piwik | ||
28 | demo_mode_enabled: "Activar lo mode demostracion ? (utilizar solament per la demostracion publica de wallabag)" | ||
29 | demo_mode_username: "Utilizaire de la demostracion" | ||
diff --git a/app/Resources/FOSUserBundle/translations/FOSUserBundle.oc.yml b/app/Resources/FOSUserBundle/translations/FOSUserBundle.oc.yml new file mode 100644 index 00000000..b8a75172 --- /dev/null +++ b/app/Resources/FOSUserBundle/translations/FOSUserBundle.oc.yml | |||
@@ -0,0 +1,2 @@ | |||
1 | Login: "Se connectar" | ||
2 | Enter your email address below and we'll send you password reset instructions.: "Picatz vòstra adreça de corrièl çai-jos, vos mandarem las instruccions per reïnicializar vòstre senhal." | ||
diff --git a/app/config/config.yml b/app/config/config.yml index 5265be8a..ebbeeed1 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -40,6 +40,7 @@ wallabag_core: | |||
40 | pl: 'Polish' | 40 | pl: 'Polish' |
41 | da: 'Dansk' | 41 | da: 'Dansk' |
42 | es: 'Español' | 42 | es: 'Español' |
43 | oc: 'Occitan' | ||
43 | items_on_page: 12 | 44 | items_on_page: 12 |
44 | theme: material | 45 | theme: material |
45 | language: en | 46 | language: en |