diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/cs/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/de/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/el/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/en-us/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/en/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/es/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/fa/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/fi/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/fr/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/he/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/hu/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/id/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/it/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/ja/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/ko/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/lv/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/nl/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/oc/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/pl/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/pt-br/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/pt-pt/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/ru/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/sk/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/tr/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/zh-cn/api.php | 33 | ||||
| -rw-r--r-- | app/i18n/zh-tw/api.php | 33 |
26 files changed, 858 insertions, 0 deletions
diff --git a/app/i18n/cs/api.php b/app/i18n/cs/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/cs/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/de/api.php b/app/i18n/de/api.php new file mode 100644 index 000000000..79c36a6af --- /dev/null +++ b/app/i18n/de/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'API-Adresse:', + 'output' => array( + 'encoding-support' => '⚠️ WARNUNG: Kein <code>%2F</code> support, Einige Clients/Apps funktionieren ggf. nicht!', + 'invalid-configuration' => '⚠️ WARNUNG: Die Base URL in ./data/config.php könnte ungültig sein', + 'pass' => '✔️ OK', + 'unknown-error' => '❌ ', // IGNORE + ), + 'test' => array( + 'fever' => 'Prüfung der Fever API Einstellungen:', + 'greader' => 'Prüfung der Google Reader API Einstellungen:', + ), + 'title' => array( + '_' => 'FreshRSS API-Endpoints', + 'extension' => 'API für Erweiterungen', + 'fever' => 'Fever kompatible API', + 'greader' => 'Google Reader kompatible API', + ), + ), +); diff --git a/app/i18n/el/api.php b/app/i18n/el/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/el/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/en-us/api.php b/app/i18n/en-us/api.php new file mode 100644 index 000000000..be50cb63d --- /dev/null +++ b/app/i18n/en-us/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // IGNORE + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // IGNORE + 'greader' => 'Google Reader API configuration test:', // IGNORE + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // IGNORE + 'extension' => 'API for extensions', // IGNORE + 'fever' => 'Fever compatible API', // IGNORE + 'greader' => 'Google Reader compatible API', // IGNORE + ), + ), +); diff --git a/app/i18n/en/api.php b/app/i18n/en/api.php new file mode 100644 index 000000000..850fc04f0 --- /dev/null +++ b/app/i18n/en/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', + 'greader' => 'Google Reader API configuration test:', + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', + 'extension' => 'API for extensions', + 'fever' => 'Fever compatible API', + 'greader' => 'Google Reader compatible API', + ), + ), +); diff --git a/app/i18n/es/api.php b/app/i18n/es/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/es/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/fa/api.php b/app/i18n/fa/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/fa/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/fi/api.php b/app/i18n/fi/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/fi/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/fr/api.php b/app/i18n/fr/api.php new file mode 100644 index 000000000..3bb80d9ce --- /dev/null +++ b/app/i18n/fr/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Adresse de votre API :', + 'output' => array( + 'encoding-support' => '⚠️ Avertissement : pas de support <code>%2F</code> ; certains clients pourraient ne pas fonctionner !', + 'invalid-configuration' => '⚠️ Avertissement : <code>base_url</code> probablement invalide dans <kbd>./data/config.php</kbd>', + 'pass' => '✔️ Succès', + 'unknown-error' => '❌ ', // IGNORE + ), + 'test' => array( + 'fever' => 'Test de configuration de l’API Fever :', + 'greader' => 'Test de configuration de l’API Google Reader :', + ), + 'title' => array( + '_' => 'API de FreshRSS', + 'extension' => 'API des extensions', + 'fever' => 'API compatible avec l’API Fever', + 'greader' => 'API compatible avec l’API Google Reader', + ), + ), +); diff --git a/app/i18n/he/api.php b/app/i18n/he/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/he/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/hu/api.php b/app/i18n/hu/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/hu/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/id/api.php b/app/i18n/id/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/id/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/it/api.php b/app/i18n/it/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/it/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/ja/api.php b/app/i18n/ja/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/ja/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/ko/api.php b/app/i18n/ko/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/ko/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/lv/api.php b/app/i18n/lv/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/lv/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/nl/api.php b/app/i18n/nl/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/nl/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/oc/api.php b/app/i18n/oc/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/oc/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/pl/api.php b/app/i18n/pl/api.php new file mode 100644 index 000000000..406ee6d72 --- /dev/null +++ b/app/i18n/pl/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Twój adres API:', + 'output' => array( + 'encoding-support' => '⚠️ UWAGA: brak wsparcia dla <code>%2F</code>, niektóre aplikacje mogą nie działać!', + 'invalid-configuration' => '⚠️ UWAGA: Prawdopodobnie nieprawidłowy bazowy URL w ./data/config.php', + 'pass' => '✔️ OK', + 'unknown-error' => '❌ ', // IGNORE + ), + 'test' => array( + 'fever' => 'Test konfiguracji Fever API:', + 'greader' => 'Test konfiguracji Google Reader API:', + ), + 'title' => array( + '_' => 'Endpointy API FreshRSS', + 'extension' => 'API dla rozszerzeń', + 'fever' => 'API kompatybilne z Fever', + 'greader' => 'API kompatybilne z Google Reader', + ), + ), +); diff --git a/app/i18n/pt-br/api.php b/app/i18n/pt-br/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/pt-br/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/pt-pt/api.php b/app/i18n/pt-pt/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/pt-pt/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/ru/api.php b/app/i18n/ru/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/ru/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/sk/api.php b/app/i18n/sk/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/sk/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/tr/api.php b/app/i18n/tr/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/tr/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/zh-cn/api.php b/app/i18n/zh-cn/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/zh-cn/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); diff --git a/app/i18n/zh-tw/api.php b/app/i18n/zh-tw/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/zh-tw/api.php @@ -0,0 +1,33 @@ +<?php + +/******************************************************************************/ +/* Each entry of that file can be associated with a comment to indicate its */ +/* state. When there is no comment, it means the entry is fully translated. */ +/* The recognized comments are (comment matching is case-insensitive): */ +/* + TODO: the entry has never been translated. */ +/* + DIRTY: the entry has been translated but needs to be updated. */ +/* + IGNORE: the entry does not need to be translated. */ +/* When a comment is not recognized, it is discarded. */ +/******************************************************************************/ + +return array( + 'information' => array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no <code>%2F</code> support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); |
