diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 | ||||
-rw-r--r-- | language/es_ES/admin.lang.php | 1 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 1 | ||||
-rw-r--r-- | language/it_IT/admin.lang.php | 1 | ||||
-rw-r--r-- | language/nl_NL/admin.lang.php | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 3f8222687..bcf3dfb97 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -638,4 +638,5 @@ $lang['Images manual order was saved'] = 'Images manual order was saved'; $lang['ranks'] = 'ranks'; $lang['Drag to re-order'] = 'Drag to re-order'; $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.'; +$lang['Quick Local Synchronization'] = 'Quick Local Synchronization'; ?> diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 3870ad078..1b93dde09 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -635,4 +635,5 @@ $lang['Images manual order was saved'] = 'La orden manual de las imágenes ha si $lang['ranks'] = 'Filas'; /* TODO */ $lang['Drag to re-order'] = 'Drag to re-order'; /* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.'; +/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization'; ?> diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index a5513f055..dad599162 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -637,4 +637,5 @@ $lang['Images manual order was saved'] = 'L\'ordre manuel des images a été sau $lang['ranks'] = 'rangs'; $lang['Drag to re-order'] = 'Cliquer-glisser pour ré-organiser'; $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Impossible de se connecter au server car la fonction allow_url_fopen est désactivée.'; +$lang['Quick Local Synchronization'] = 'Synchronisation Rapide'; ?> diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index f2a44ee04..4f3ebb231 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -637,4 +637,5 @@ $lang['Images manual order was saved'] = 'L\'ordinamento manuale delle immagini $lang['ranks'] = 'rangs';
/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
+/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
?>
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index e99605477..edecd14b7 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -633,4 +633,5 @@ $lang['edit category informations'] = 'bewerk categorie informatie'; /* TODO */ $lang['overrides existing values with empty ones'] = 'overrides existing values with empty ones'; /* TODO */ $lang['Drag to re-order'] = 'Drag to re-order'; /* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.'; +/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization'; ?> |