diff options
| author | 2018-11-18 05:37:22 -0500 | |
|---|---|---|
| committer | 2018-11-18 11:37:22 +0100 | |
| commit | 16a131380bb1ae17a18e4bf95d345cffb80a787c (patch) | |
| tree | 28a23c7eeb9edf9c3a2c456a41d4daeb9cf76a48 /app/i18n/oc/index.php | |
| parent | c9e46dce86b8139b0384bde67ebdc2617ebce12c (diff) | |
I18n standardization (#2138)
* i18n Admin standardization
cz - moved items incorrectly placed in system array to extensions array
nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed?
oc - reordered list to standardize order with other translation files.
* Alphabetize extensions Array
* Standardize conf.php
he - removed options not appearing in other i18n files, added missing strings
* Standardize feedback.php
he - removed line not found in other translation files
nl - removed line not found in other translation files
* Standardize gen.php
* Standardize index.php
Major sorting of oc.
Added tags to several languages
* Standardize install.php
ru - added missing strings
it - remove extra string not found in other config files
he - add missing strings, remove strings not found in other languages
oc - reorganize
* Standardize sub.php
* Standardize and fix TODOs
use format "//TODO - Translation" for easier searching
* Fix whitespace
Diffstat (limited to 'app/i18n/oc/index.php')
| -rw-r--r-- | app/i18n/oc/index.php | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/app/i18n/oc/index.php b/app/i18n/oc/index.php index b357a48e2..5211fd24a 100644 --- a/app/i18n/oc/index.php +++ b/app/i18n/oc/index.php @@ -1,9 +1,8 @@ <?php + return array( 'about' => array( '_' => 'A prepaus', - 'title' => 'A prepaus', - 'website' => 'Site internet', 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', 'bugs_reports' => 'Senhalament de problèmas', 'credits' => 'Crèdits', @@ -12,10 +11,25 @@ return array( 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', 'license' => 'Licéncia', 'project_website' => 'Site del projècte', + 'title' => 'A prepaus', + 'website' => 'Site internet', 'version' => 'Version', ), + 'feed' => array( + 'add' => 'Podètz ajustar de fluxes.', + 'empty' => 'I a pas cap de flux de mostrar.', + 'rss_of' => 'Flux RSS de %s', + 'title' => 'Vòstres fluxes RSS', + 'title_global' => 'Vista generala', + 'title_fav' => 'Vòstres favorits', + ), + 'log' => array( + '_' => 'Jornals d’audit', + 'clear' => 'Escafar los jornals', + 'empty' => 'Los jornals son voids', + 'title' => 'Jornals d’audit', + ), 'menu' => array( - 'search_short' => 'Recercar', 'about' => 'A prepaus de FreshRSS', 'add_query' => 'Crear un filtre', 'before_one_day' => '1 jorn en arrièr', @@ -35,6 +49,7 @@ return array( 'read' => 'Mostrar los legits', 'reader_view' => 'Vista lectura', 'rss_view' => 'Flux RSS', + 'search_short' => 'Recercar', 'starred' => 'Mostrar los favorits', 'stats' => 'Estatisticas', 'subscription' => 'Gestion dels abonaments', @@ -42,20 +57,6 @@ return array( 'unread' => 'Mostar los pas legits', ), 'share' => 'Partejar', - 'feed' => array( - 'add' => 'Podètz ajustar de fluxes.', - 'empty' => 'I a pas cap de flux de mostrar.', - 'rss_of' => 'Flux RSS de %s', - 'title' => 'Vòstres fluxes RSS', - 'title_global' => 'Vista generala', - 'title_fav' => 'Vòstres favorits', - ), - 'log' => array( - '_' => 'Jornals d’audit', - 'clear' => 'Escafar los jornals', - 'empty' => 'Los jornals son voids', - 'title' => 'Jornals d’audit', - ), 'tag' => array( 'related' => 'Etiquetas ligadas', ), |
