mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-08-07 04:33:14 -04:00
Add missing translations (#3034)
* Add missing translations * Add a simple way to check if an i18n key exists There is a rule in the makefile to access it directly
This commit is contained in:
1 parent
36bda2e715
commit
8c4d71da2e
19 files changed
+70
-7
No files matched your search
@@ -36,6 +36,7 @@ return array(
|
||||
),
|
||||
'extensions' => array(
|
||||
'already_enabled' => '%s è già abilitata',
|
||||
'cannot_remove' => '%s cannot be removed', // TODO - Translation
|
||||
'disable' => array(
|
||||
'ko' => '%s non può essere disabilitata. <a href="%s">Verifica i logs</a> per dettagli.',
|
||||
'ok' => '%s è disabilitata',
|
||||
@@ -47,6 +48,7 @@ return array(
|
||||
'no_access' => 'Accesso negato a %s',
|
||||
'not_enabled' => '%s non abilitato',
|
||||
'not_found' => '%s non disponibile',
|
||||
'removed' => '%s removed', // TODO - Translation
|
||||
),
|
||||
'import_export' => array(
|
||||
'export_no_zip_extension' => 'Estensione ZIP non presente sul server. Per favore esporta i files singolarmente.',
|
||||
|
||||
Reference in new issue
Block a user