aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGravatar Quentí <33203663+Quenty31@users.noreply.github.com> 2018-11-04 13:46:08 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-11-04 13:46:08 +0100
commit396c714df9894ed053030d8a9daedcf95c397960 (patch)
treeba853f8265d60fe77eeaea8497cd0872a8b87bf7 /cli
parent2dc3dd7223a087a8fa2692921e2941b99c08cdaf (diff)
[i18n] Add the Occitan locale (#2110)
* Create oc.php L27 : ajout de l’occitan * Create admin.php * Create conf.php * Create feedback.php * Create gen.php * Create index.php * Create install.php * Create sub.php * Delete conf.php * Create conf.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update oc.php * Update admin.php * Update conf.php * Update feedback.php * Update gen.php * Update index.php * Update install.php * Update sub.php * Update oc.php
Diffstat (limited to 'cli')
-rw-r--r--cli/i18n/ignore/oc.php56
1 files changed, 56 insertions, 0 deletions
diff --git a/cli/i18n/ignore/oc.php b/cli/i18n/ignore/oc.php
new file mode 100644
index 000000000..6413fc5f0
--- /dev/null
+++ b/cli/i18n/ignore/oc.php
@@ -0,0 +1,56 @@
+<?php
+
+return array(
+ 'admin.extensions.title',
+ 'admin.stats.number_entries',
+ 'admin.user.articles_and_size',
+ 'conf.display.width.large',
+ 'conf.sharing.blogotext',
+ 'conf.sharing.diaspora',
+ 'conf.sharing.facebook',
+ 'conf.sharing.g+',
+ 'conf.sharing.print',
+ 'conf.sharing.shaarli',
+ 'conf.sharing.twitter',
+ 'conf.sharing.wallabag',
+ 'conf.shortcut.navigation',
+ 'conf.user.articles_and_size',
+ 'gen.freshrss._',
+ 'gen.lang.cz',
+ 'gen.lang.de',
+ 'gen.lang.en',
+ 'gen.lang.es',
+ 'gen.lang.fr',
+ 'gen.lang.it',
+ 'gen.lang.kr',
+ 'gen.lang.nl',
+ 'gen.lang.oc',
+ 'gen.lang.pt-br',
+ 'gen.lang.ru',
+ 'gen.lang.tr',
+ 'gen.lang.zh-cn',
+ 'gen.menu.admin',
+ 'gen.menu.configuration',
+ 'gen.menu.extensions',
+ 'gen.menu.logs',
+ 'gen.share.blogotext',
+ 'gen.share.diaspora',
+ 'gen.share.facebook',
+ 'gen.share.g+',
+ 'gen.share.movim',
+ 'gen.share.shaarli',
+ 'gen.share.twitter',
+ 'gen.share.wallabag',
+ 'gen.share.wallabagv2',
+ 'gen.share.jdh',
+ 'gen.share.gnusocial',
+ 'index.about.agpl3',
+ 'index.about.version',
+ 'index.log._',
+ 'index.log.title',
+ 'install.title',
+ 'install.this_is_the_end',
+ 'sub.bookmarklet.title',
+ 'sub.feed.description',
+ 'sub.feed.number_entries',
+);