diff options
| author | 2020-07-23 20:36:49 +0200 | |
|---|---|---|
| committer | 2020-07-23 20:36:49 +0200 | |
| commit | 5cee45922b834bb5b836cf6d153a8848a3d3d649 (patch) | |
| tree | 80247d618e07c5dbcdf4bd9936c12294d1a1d462 /app/i18n/es/sub.php | |
| parent | a23a7f2dbbacf915be5fbb751d7e77e1609f91a5 (diff) | |
[i18n] Update en-UK grammar and style (#3068)
Taken from <https://github.com/FreshRSS/FreshRSS/pull/3060>
Diffstat (limited to 'app/i18n/es/sub.php')
| -rwxr-xr-x | app/i18n/es/sub.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index accc7b170..8003b8c7d 100755 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -7,7 +7,7 @@ return array( 'title' => 'API', // TODO - Translation ), 'bookmarklet' => array( - 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', // TODO - Translation + 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click the "Subscribe" button in any page you want to subscribe to.', // TODO - Translation 'label' => 'Subscribe', // TODO - Translation 'title' => 'Bookmarklet', // TODO - Translation ), @@ -67,10 +67,10 @@ return array( ), 'show' => array( 'all' => 'Show all feeds', // TODO - Translation - 'error' => 'Show only feeds with error', // TODO - Translation + 'error' => 'Show only feeds with errors', // TODO - Translation ), 'showing' => array( - 'error' => 'Showing only feeds with error', // TODO - Translation + 'error' => 'Showing only feeds with errors', // TODO - Translation ), 'ssl_verify' => 'Verify SSL security', // TODO - Translation 'stats' => 'Estadísticas', @@ -102,7 +102,7 @@ return array( 'title' => 'Importar / exportar', ), 'menu' => array( - 'add' => 'Add a feed/a category', // TODO - Translation + 'add' => 'Add a feed or category', // TODO - Translation 'add_feed' => 'Add a feed', // TODO - Translation 'bookmark' => 'Suscribirse (favorito FreshRSS)', 'import_export' => 'Importar / exportar', @@ -117,7 +117,7 @@ return array( ), 'title' => array( '_' => 'Administración de suscripciones', - 'add' => 'Add a feed/a category', // TODO - Translation + 'add' => 'Add a feed or category', // TODO - Translation 'add_category' => 'Add a category', // TODO - Translation 'add_feed' => 'Add a feed', // TODO - Translation 'add_tag' => 'Add a tag', // TODO - Translation |
