mirror of
https://github.com/humhub/humhub.git
synced 2025-04-22 08:03:35 +02:00
Updated message files
This commit is contained in:
parent
4a641fd7a2
commit
361364ad4c
@ -12,7 +12,7 @@ return array(
|
||||
'languages' => array('de', 'fr', 'nl', 'pt', 'pl', 'pt_br', 'es', 'it', 'tr', 'ru', 'th', 'uk', 'el', 'hu', 'ja', 'nb_no', 'zh_cn', 'ca'),
|
||||
'fileTypes' => array('php'),
|
||||
'overwrite' => true,
|
||||
'removeOld' => false,
|
||||
'removeOld' => true,
|
||||
'exclude' => array(
|
||||
'.svn',
|
||||
'.gitignore',
|
||||
|
@ -1,8 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Save' => 'Speichern',
|
||||
'Delete' => '@@Löschen@@',
|
||||
'Email settings' => '@@E-Mail Einstellungen@@',
|
||||
'<strong>Latest</strong> updates' => '<strong>Letzte</strong> Aktualisierungen',
|
||||
'Account settings' => 'Kontoeinstellungen',
|
||||
'Administration' => 'Administration',
|
||||
|
@ -23,9 +23,6 @@ return array (
|
||||
'Could not find content of addon!' => '',
|
||||
'Could not find requested module!' => '',
|
||||
'Module is not on this content container enabled!' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@Διαγραφή@@',
|
||||
'Email settings' => '@@Ρυθμίσεις email@@',
|
||||
'Account settings' => 'Ρυθμίσεις λογαριασμού',
|
||||
'Administration' => 'Διαχείρηση',
|
||||
'Back to dashboard' => 'Πίσω στο ταμπλό',
|
||||
|
@ -17,9 +17,6 @@
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Save' => '',
|
||||
'Delete' => '@@Eliminar@@',
|
||||
'Email settings' => '@@Configuraciones de correo electrónico@@',
|
||||
'<strong>Latest</strong> updates' => '<strong>Últimas</strong> actualizaciones',
|
||||
'Account settings' => 'Configuraciones de la cuenta',
|
||||
'Administration' => 'Administración',
|
||||
|
@ -18,9 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'<strong>Latest</strong> updates' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@Supprimer@@',
|
||||
'Email settings' => '@@Réglages email@@',
|
||||
'Account settings' => 'Paramètres du compte',
|
||||
'Administration' => 'Administration',
|
||||
'Back to dashboard' => 'Retour au tableau de bord',
|
||||
|
@ -41,7 +41,6 @@ return array (
|
||||
'Nothing found with your input.' => '',
|
||||
'Oooops...' => '',
|
||||
'Results' => '',
|
||||
'Save' => '',
|
||||
'Search' => '',
|
||||
'Search for users and spaces' => '',
|
||||
'Show more results' => '',
|
||||
@ -52,6 +51,4 @@ return array (
|
||||
'Welcome to %appName%' => '',
|
||||
'You cannot create public visible content!' => '',
|
||||
'Your daily summary' => '',
|
||||
'Delete' => '@@@@',
|
||||
'Email settings' => '@@@@',
|
||||
);
|
||||
|
@ -18,9 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'<strong>Latest</strong> updates' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@Cancella@@',
|
||||
'Email settings' => '@@Impostazioni email@@',
|
||||
'Account settings' => 'Impostazioni account',
|
||||
'Administration' => 'Amministrazione',
|
||||
'Back to dashboard' => 'Torna al pannello di controllo',
|
||||
|
@ -18,9 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'<strong>Latest</strong> updates' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@削除@@',
|
||||
'Email settings' => '@@メールの設定@@',
|
||||
'Account settings' => 'アカウント設定',
|
||||
'Administration' => '管理',
|
||||
'Back to dashboard' => 'ダッシュボードへ戻る',
|
||||
|
@ -21,9 +21,6 @@ return array (
|
||||
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',
|
||||
'Could not determine content container!' => '',
|
||||
'It looks like you may have taken the wrong turn.' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@Slett@@',
|
||||
'Email settings' => '@@E-postinnstillinger@@',
|
||||
'Account settings' => 'Innstillinger',
|
||||
'Administration' => 'Administrasjon',
|
||||
'Back to dashboard' => 'Tilbake til oversikten',
|
||||
|
@ -23,9 +23,6 @@ return array (
|
||||
'Could not determine content container!' => '',
|
||||
'Expand' => '',
|
||||
'Module is not on this content container enabled!' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@Verwijder@@',
|
||||
'Email settings' => '@@Emailinstellingen@@',
|
||||
'Account settings' => 'Accountinstellingen',
|
||||
'Administration' => 'Administratie',
|
||||
'Back to dashboard' => 'Terug naar dashboard',
|
||||
|
@ -1,9 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Latest</strong> updates' => '<strong>Najnowsze</strong> aktualizacje',
|
||||
'Save' => 'Zapisz',
|
||||
'Delete' => 'Usuń',
|
||||
'Email settings' => 'Ustawienia e-mail',
|
||||
'Account settings' => 'Ustawienia konta',
|
||||
'Administration' => 'Administracja',
|
||||
'Back to dashboard' => 'Powrót do pulpitu',
|
||||
|
@ -22,10 +22,7 @@ return array (
|
||||
'Could not determine content container!' => '',
|
||||
'Could not find content of addon!' => '',
|
||||
'Module is not on this content container enabled!' => '',
|
||||
'Save' => '',
|
||||
'Welcome to %appName%' => '',
|
||||
'Delete' => '@@Remover@@',
|
||||
'Email settings' => '@@Configurações de email@@',
|
||||
'Account settings' => 'Configurações da Conta',
|
||||
'Administration' => 'Administração',
|
||||
'Back to dashboard' => 'Voltar para dashboard',
|
||||
|
@ -18,9 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'<strong>Latest</strong> updates' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@Apagar@@',
|
||||
'Email settings' => '@@Configurações de email@@',
|
||||
'Account settings' => 'Configurações de conta',
|
||||
'Administration' => 'Administração',
|
||||
'Back to dashboard' => 'Voltar para painel de controle',
|
||||
|
@ -1,8 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Save' => 'Сохранить',
|
||||
'Delete' => 'Удалить',
|
||||
'Email settings' => 'Настройки E-Mail',
|
||||
'<strong>Latest</strong> updates' => '<strong>Последние</strong> обновления',
|
||||
'Account settings' => 'Настройки аккаунта',
|
||||
'Administration' => 'Администрирование',
|
||||
|
@ -23,9 +23,6 @@ return array (
|
||||
'Could not find content of addon!' => '',
|
||||
'Could not find requested module!' => '',
|
||||
'Module is not on this content container enabled!' => '',
|
||||
'Save' => '',
|
||||
'Delete' => '@@ลบ@@',
|
||||
'Email settings' => '@@ตั้งค่าอีเมลล์@@',
|
||||
'Account settings' => 'ตั้งค่าบัญชี',
|
||||
'Administration' => 'ผู้ดูแลระบบ',
|
||||
'Back to dashboard' => 'กลับสู่แดชบอร์ด',
|
||||
|
@ -1,9 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Latest</strong> updates' => '<strong>Son</strong> güncellemeler',
|
||||
'Save' => 'Kaydet',
|
||||
'Delete' => '@@Sil@@',
|
||||
'Email settings' => '@@Eposta ayarları@@',
|
||||
'Account settings' => 'Hesap ayarları',
|
||||
'Administration' => 'Yönetim',
|
||||
'Back to dashboard' => 'Panele geri dön',
|
||||
|
@ -41,7 +41,6 @@ return array (
|
||||
'Nothing found with your input.' => '',
|
||||
'Oooops...' => '',
|
||||
'Results' => '',
|
||||
'Save' => '',
|
||||
'Search' => '',
|
||||
'Search for users and spaces' => '',
|
||||
'Show more results' => '',
|
||||
@ -52,6 +51,4 @@ return array (
|
||||
'Welcome to %appName%' => '',
|
||||
'You cannot create public visible content!' => '',
|
||||
'Your daily summary' => '',
|
||||
'Delete' => '@@@@',
|
||||
'Email settings' => '@@@@',
|
||||
);
|
||||
|
@ -27,13 +27,9 @@ return array (
|
||||
'Nothing found with your input.' => '',
|
||||
'Oooops...' => '',
|
||||
'Results' => '',
|
||||
'Save' => '',
|
||||
'User Approvals' => '',
|
||||
'You cannot create public visible content!' => '',
|
||||
'Your daily summary' => '',
|
||||
'Delete' => '@@删除@@',
|
||||
'Email settings' => '@@邮件设置@@',
|
||||
'Hide year in profile' => '@@隐藏年@@',
|
||||
'Account settings' => '帐户设置',
|
||||
'Administration' => '管理',
|
||||
'Back to dashboard' => '返回主面板',
|
||||
|
@ -1,7 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => 'Erlaubte Datei Erweiterungen',
|
||||
'Forbidden file extensions' => '@@Verbotene Datei Erweiterungen@@',
|
||||
'Convert command not found!' => 'Befehl zum Konvertieren nicht gefunden!',
|
||||
'Got invalid image magick response! - Correct command?' => 'Ungültige Image Magick Antwort - Korrektes Kommando?',
|
||||
'Image Magick convert command (optional)' => 'Image Magick Convert Kommando (Optional)',
|
||||
|
@ -1,8 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => 'Komma separierte Liste (CSV). Leer lassen um alle zu erlauben.',
|
||||
'(comma separated)' => '@@(Komma separiert)@@',
|
||||
'<strong>File</strong> settings' => '<strong>Datei</strong> Einstellungen',
|
||||
'Comma separated list. Leave empty to allow all.' => 'Komma separierte Liste (CSV). Leer lassen um alle zu erlauben.',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Derzeitige Bild Bibliothek: {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP meldet ein Maximum von {maxUploadSize} MB',
|
||||
'Save' => 'Speichern',
|
||||
|
@ -1,24 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Define here default settings for new spaces.' => 'Stelle hier die allgemeinen Vorgaben für neue Spaces ein. ',
|
||||
'Overview' => 'Übersicht',
|
||||
'Settings' => 'Einstellungen',
|
||||
'By Invite' => '@@Mit Einladung@@',
|
||||
'By invite' => '@@Mit Einladung@@',
|
||||
'Everbody' => '@@Jeder@@',
|
||||
'Free' => '@@Frei@@',
|
||||
'Invisible' => '@@Unsichtbar@@',
|
||||
'Invite & Request' => '@@Einladung & Bewerbung@@',
|
||||
'Invite / Request' => '@@Einladung / Bewerbung@@',
|
||||
'Registrated only' => '@@Nur registrierte Benutzer@@',
|
||||
'Visible' => '@@Sichtbar@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Verwalten</strong> der Spaces',
|
||||
'All' => 'Alle',
|
||||
'Define here default settings for new spaces.' => 'Stelle hier die allgemeinen Vorgaben für neue Spaces ein. ',
|
||||
'Delete space' => 'Space löschen',
|
||||
'Edit space' => 'Space bearbeiten',
|
||||
'In this overview you can find every space and manage it.' => 'In dieser Übersicht kannst Du jeden Space finden und verwalten.',
|
||||
'Overview' => 'Übersicht',
|
||||
'Search for space name' => 'Suche nach Space Name',
|
||||
'Search for space owner' => 'Suche nach Space Besitzer',
|
||||
'Settings' => 'Einstellungen',
|
||||
'Space name' => 'Space Name',
|
||||
'Space owner' => 'Space Besitzer',
|
||||
'View space' => 'Space anzeigen',
|
||||
|
@ -17,7 +17,6 @@
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> user profiles' => '@@<strong>Verwalte</strong> Benutzerprofile@@',
|
||||
'<strong>Manage</strong> profiles fields' => '<strong>Profilfelder</strong> vewalten',
|
||||
'Add new category' => 'Neue Kategorie hinzufügen',
|
||||
'Add new field' => 'Neues Feld hinzufügen',
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -22,5 +22,4 @@ return array (
|
||||
'Current Image Libary: {currentImageLibary}' => '',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => '',
|
||||
'Save' => '',
|
||||
'(comma separated)' => '@@@@',
|
||||
);
|
||||
|
@ -30,13 +30,4 @@ return array (
|
||||
'Space name' => '',
|
||||
'Space owner' => '',
|
||||
'View space' => '',
|
||||
'By Invite' => '@@@@',
|
||||
'By invite' => '@@@@',
|
||||
'Everbody' => '@@@@',
|
||||
'Free' => '@@@@',
|
||||
'Invisible' => '@@@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@@@',
|
||||
'Visible' => '@@@@',
|
||||
);
|
||||
|
@ -20,5 +20,4 @@ return array (
|
||||
'<strong>Manage</strong> profiles fields' => '',
|
||||
'Add new category' => '',
|
||||
'Add new field' => '',
|
||||
'<strong>Manage</strong> user profiles' => '@@@@',
|
||||
);
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => '',
|
||||
'Forbidden file extensions' => '@@Extensiones de archivo prohibidas@@',
|
||||
'Convert command not found!' => '¡Comando convertir no encontrado!',
|
||||
'Got invalid image magick response! - Correct command?' => '¡Respuesta inválida de image magick! - ¿Comando correcto?',
|
||||
'Image Magick convert command (optional)' => 'Comando convertir de Image Magick (opcional)',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '@@(separado por comas)@@',
|
||||
'<strong>File</strong> settings' => 'Ajustes de <strong>archivos</strong>',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Librería de imagenes actual: {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP reportó un máximo de {maxUploadSize} MB',
|
||||
|
@ -20,15 +20,6 @@ return array (
|
||||
'Define here default settings for new spaces.' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '',
|
||||
'By Invite' => '@@Por invitación@@',
|
||||
'By invite' => '@@Por invitación@@',
|
||||
'Everbody' => '@@Todo el mundo@@',
|
||||
'Free' => '@@Libre@@',
|
||||
'Invisible' => '@@Invisible@@',
|
||||
'Invite & Request' => '@@Invitación y solicitud@@',
|
||||
'Invite / Request' => '@@Invitación / solicitud@@',
|
||||
'Registrated only' => '@@Solo registrados@@',
|
||||
'Visible' => '@@Visible@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Gestionar</strong> espacios',
|
||||
'All' => 'Todos',
|
||||
'Delete space' => 'Eliminar espacio',
|
||||
|
@ -20,5 +20,4 @@ return array (
|
||||
'<strong>Manage</strong> profiles fields' => '',
|
||||
'Add new category' => '',
|
||||
'Add new field' => '',
|
||||
'<strong>Manage</strong> user profiles' => '@@<strong>Gestionar</strong> perfiles de usuario@@',
|
||||
);
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => '',
|
||||
'Forbidden file extensions' => '@@Extensions de fichier interdite@@',
|
||||
'Convert command not found!' => 'Commande de conversion non trouvée !',
|
||||
'Got invalid image magick response! - Correct command?' => 'Réponse de "Image Magick" incorrecte - Votre commande est-elle juste ?',
|
||||
'Image Magick convert command (optional)' => 'Commande de conversion "Image Magick" (optionnel)',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '@@(séparé par des virgules)@@',
|
||||
'<strong>File</strong> settings' => 'Paramètres de <strong>fichier</strong>',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Librairie d\'image courante : {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP informe un maximum d\'Upload de {maxUploadSize} Mo',
|
||||
|
@ -20,15 +20,6 @@ return array (
|
||||
'Define here default settings for new spaces.' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '',
|
||||
'By Invite' => '@@Par Invitation@@',
|
||||
'By invite' => '@@Par invitation@@',
|
||||
'Everbody' => '@@Tout le monde et@@',
|
||||
'Free' => '@@Libre@@',
|
||||
'Invisible' => '@@Invisible@@',
|
||||
'Invite & Request' => '@@Invitation et Requête@@',
|
||||
'Invite / Request' => '@@Invitation / Requête@@',
|
||||
'Registrated only' => '@@Seul les Enregistrés@@',
|
||||
'Visible' => '@@Visible@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Gérer</strong> les Espaces',
|
||||
'All' => 'Tous',
|
||||
'Delete space' => 'Supprimer l\'Espace',
|
||||
|
@ -20,5 +20,4 @@ return array (
|
||||
'<strong>Manage</strong> profiles fields' => '',
|
||||
'Add new category' => '',
|
||||
'Add new field' => '',
|
||||
'<strong>Manage</strong> user profiles' => '@@<strong>Gérer</strong> les profils Utilisateur@@',
|
||||
);
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -22,5 +22,4 @@ return array (
|
||||
'Current Image Libary: {currentImageLibary}' => '',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => '',
|
||||
'Save' => '',
|
||||
'(comma separated)' => '@@@@',
|
||||
);
|
||||
|
@ -30,13 +30,4 @@ return array (
|
||||
'Space name' => '',
|
||||
'Space owner' => '',
|
||||
'View space' => '',
|
||||
'By Invite' => '@@@@',
|
||||
'By invite' => '@@@@',
|
||||
'Everbody' => '@@@@',
|
||||
'Free' => '@@@@',
|
||||
'Invisible' => '@@@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@@@',
|
||||
'Visible' => '@@@@',
|
||||
);
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => '',
|
||||
'Forbidden file extensions' => '@@Estensioni dei file proibite@@',
|
||||
'Convert command not found!' => 'Comando Converti non trovato',
|
||||
'Got invalid image magick response! - Correct command?' => 'Risposta non valida di Image Magick! - Comando corretto?',
|
||||
'Image Magick convert command (optional)' => 'Comando Converti di Image Magick (opzionale)',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '@@(separati da virgola)@@',
|
||||
'<strong>File</strong> settings' => 'Impostazioni <strong>File</strong>',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Image Libary corrente: {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP impostato ad un massimo di {maxUploadSize} MB',
|
||||
|
@ -20,15 +20,6 @@ return array (
|
||||
'Define here default settings for new spaces.' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '',
|
||||
'By Invite' => '@@Su Invito@@',
|
||||
'By invite' => '@@Su invito@@',
|
||||
'Everbody' => '@@Ognuno@@',
|
||||
'Free' => '@@Free@@',
|
||||
'Invisible' => '@@Invisibile@@',
|
||||
'Invite & Request' => '@@Invito & Sollecito@@',
|
||||
'Invite / Request' => '@@Invito / Sollecito@@',
|
||||
'Registrated only' => '@@Solo registrati@@',
|
||||
'Visible' => '@@Visibile@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Gestisci</strong> space',
|
||||
'All' => 'Tutti',
|
||||
'Delete space' => 'Cancella space',
|
||||
|
@ -17,7 +17,6 @@
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> user profiles' => '@@<strong>Gestisci</strong> profili utente@@',
|
||||
'<strong>Manage</strong> profiles fields' => '<strong>Gestisci</strong> campi dei profili',
|
||||
'Add new category' => 'Aggiungi nuova categoria',
|
||||
'Add new field' => 'Aggiungi nuovo campo',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => '',
|
||||
'Forbidden file extensions' => '@@このファイル形式は使用できません@@',
|
||||
'Convert command not found!' => '変換コマンドが見つかりません!',
|
||||
'Got invalid image magick response! - Correct command?' => 'Image Magickが無効な反応を返しました! - 正しいコマンド?',
|
||||
'Image Magick convert command (optional)' => 'Image Magickを使った画像変換(オプション)',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '@@(カンマ区切り)@@',
|
||||
'<strong>File</strong> settings' => '<strong>File</strong> ファイルの設定',
|
||||
'Current Image Libary: {currentImageLibary}' => '現在の画像ライブラリ:{currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHPの最大ファイル容量は {maxUploadSize}MBに設定されている',
|
||||
|
@ -20,15 +20,6 @@ return array (
|
||||
'Define here default settings for new spaces.' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '',
|
||||
'By Invite' => '@@招待以て@@',
|
||||
'By invite' => '@@招待以て@@',
|
||||
'Everbody' => '@@だれでも@@',
|
||||
'Free' => '@@フリー@@',
|
||||
'Invisible' => '@@不可視@@',
|
||||
'Invite & Request' => '@@招待&リクエスト@@',
|
||||
'Invite / Request' => '@@招待/リクエスト@@',
|
||||
'Registrated only' => '@@登録者のみ@@',
|
||||
'Visible' => '@@可視@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Manage</strong> スペースの管理',
|
||||
'All' => 'すべて',
|
||||
'Delete space' => 'スペースを削除',
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -22,5 +22,4 @@ return array (
|
||||
'Current Image Libary: {currentImageLibary}' => '',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => '',
|
||||
'Save' => '',
|
||||
'(comma separated)' => '@@@@',
|
||||
);
|
||||
|
@ -30,13 +30,4 @@ return array (
|
||||
'Space name' => '',
|
||||
'Space owner' => '',
|
||||
'View space' => '',
|
||||
'By Invite' => '@@@@',
|
||||
'By invite' => '@@@@',
|
||||
'Everbody' => '@@@@',
|
||||
'Free' => '@@@@',
|
||||
'Invisible' => '@@@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@@@',
|
||||
'Visible' => '@@@@',
|
||||
);
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -22,5 +22,4 @@ return array (
|
||||
'Current Image Libary: {currentImageLibary}' => '',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => '',
|
||||
'Save' => '',
|
||||
'(comma separated)' => '@@@@',
|
||||
);
|
||||
|
@ -30,13 +30,4 @@ return array (
|
||||
'Space name' => '',
|
||||
'Space owner' => '',
|
||||
'View space' => '',
|
||||
'By Invite' => '@@@@',
|
||||
'By invite' => '@@@@',
|
||||
'Everbody' => '@@@@',
|
||||
'Free' => '@@@@',
|
||||
'Invisible' => '@@@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@@@',
|
||||
'Visible' => '@@@@',
|
||||
);
|
||||
|
@ -20,5 +20,4 @@ return array (
|
||||
'<strong>Manage</strong> profiles fields' => '',
|
||||
'Add new category' => '',
|
||||
'Add new field' => '',
|
||||
'<strong>Manage</strong> user profiles' => '@@@@',
|
||||
);
|
||||
|
@ -1,4 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => 'Dozwolone rozszerzenia ',
|
||||
'Convert command not found!' => 'Polecenie konwertujące nie znalezione! ',
|
||||
@ -6,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => 'Polecenie konwersji Image Magick (opcjonalne) ',
|
||||
'Maximum upload file size (in MB)' => 'Maksymalny rozmiar wgrywanego pliku (w MB) ',
|
||||
'Use X-Sendfile for File Downloads' => 'Użyj X-Sendfile przy pobieraniu plików ',
|
||||
'Forbidden file extensions' => 'Zabronione rozszerzenia plików ',
|
||||
);
|
||||
|
@ -1,9 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>File</strong> settings' => '<strong>Ustawienia</strong> plików',
|
||||
'Comma separated list. Leave empty to allow all.' => 'Lista oddzielona przecinkami. Pozostaw pustą aby dopuścić wszystkie.',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Obecna biblioteka graficzna: {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP zgłasza maksimum {maxUploadSize} MB',
|
||||
'Save' => 'Zapisz ',
|
||||
'(comma separated)' => '(oddzielone przecinkiem)',
|
||||
);
|
||||
|
@ -1,4 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> spaces' => '<strong>Zarządzaj</strong> strefami',
|
||||
'All' => 'Wszystkie',
|
||||
@ -13,13 +30,4 @@ return array (
|
||||
'Space name' => 'Nazwa strefy',
|
||||
'Space owner' => 'Właściciel strefy',
|
||||
'View space' => 'Pokaż strefę ',
|
||||
'By Invite' => 'Przez zaproszenie',
|
||||
'By invite' => 'Przez zaproszenie',
|
||||
'Everbody' => 'Każdy',
|
||||
'Free' => 'Wolny',
|
||||
'Invisible' => 'Niewidoczna',
|
||||
'Invite & Request' => 'Zaproszenie i złożenie podania',
|
||||
'Invite / Request' => 'Zaproszenie / podanie',
|
||||
'Registrated only' => 'Tylko zarejestrowani',
|
||||
'Visible' => 'Widoczna',
|
||||
);
|
||||
|
@ -1,7 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> profiles fields' => '<strong>Zarządzaj</strong> polami profilu',
|
||||
'Add new category' => 'Dodaj nową kategorię',
|
||||
'Add new field' => 'Dodaj nowe pole ',
|
||||
'<strong>Manage</strong> user profiles' => '<strong>Zarządzaj</strong> profilami użytkownika',
|
||||
);
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -22,5 +22,4 @@ return array (
|
||||
'Current Image Libary: {currentImageLibary}' => '',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => '',
|
||||
'Save' => '',
|
||||
'(comma separated)' => '@@@@',
|
||||
);
|
||||
|
@ -30,13 +30,4 @@ return array (
|
||||
'Space name' => '',
|
||||
'Space owner' => '',
|
||||
'View space' => '',
|
||||
'By Invite' => '@@@@',
|
||||
'By invite' => '@@@@',
|
||||
'Everbody' => '@@@@',
|
||||
'Free' => '@@@@',
|
||||
'Invisible' => '@@@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@@@',
|
||||
'Visible' => '@@@@',
|
||||
);
|
||||
|
@ -20,5 +20,4 @@ return array (
|
||||
'<strong>Manage</strong> profiles fields' => '',
|
||||
'Add new category' => '',
|
||||
'Add new field' => '',
|
||||
'<strong>Manage</strong> user profiles' => '@@@@',
|
||||
);
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '@@(separados por vírgula)@@',
|
||||
'<strong>File</strong> settings' => '<strong>Arquivos</strong> configurações',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Biblioteca de Imagem Atual: {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'O PHP permite um máximo de {maxUploadSize} MB',
|
||||
|
@ -20,15 +20,6 @@ return array (
|
||||
'Define here default settings for new spaces.' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '',
|
||||
'By Invite' => '@@Por Convite@@',
|
||||
'By invite' => '@@Por convite@@',
|
||||
'Everbody' => '@@Todos@@',
|
||||
'Free' => '@@Livre@@',
|
||||
'Invisible' => '@@Invisível@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@Apenas registrados@@',
|
||||
'Visible' => '@@Visível@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Gerenciar</strong> espaços',
|
||||
'All' => 'Todos',
|
||||
'Delete space' => 'Apagar espaço',
|
||||
|
@ -17,7 +17,6 @@
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> user profiles' => '@@<strong>Gerenciar</strong> perfis de usuário@@',
|
||||
'<strong>Manage</strong> profiles fields' => '<strong>Gerenciar</strong> campos dos perfis',
|
||||
'Add new category' => 'Adicionar nova categoria',
|
||||
'Add new field' => 'Adicionar novo campo',
|
||||
|
@ -1,7 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => 'Допустимые расширения файлов',
|
||||
'Forbidden file extensions' => 'Запрещенные расширения файлов',
|
||||
'Convert command not found!' => 'Команда конвертации не найдена!',
|
||||
'Got invalid image magick response! - Correct command?' => 'Получен неверный ответ от модуля image magick - Команда корректна?',
|
||||
'Image Magick convert command (optional)' => 'Команда конвертации модуля Image Magic (опционально)',
|
||||
|
@ -1,7 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '(разделенный запятой)',
|
||||
'<strong>File</strong> settings' => '<strong>Настройки</strong> вложений',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Используемая библиотека изображений: {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP загружает максимум {maxUploadSize} MB',
|
||||
|
@ -1,24 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Define here default settings for new spaces.' => 'Определить настройки по умолчанию для новых пространств.',
|
||||
'Overview' => 'Обзор',
|
||||
'Settings' => 'Настройки',
|
||||
'By Invite' => 'По Приглашению',
|
||||
'By invite' => 'По приглашению',
|
||||
'Everbody' => 'Каждый',
|
||||
'Free' => 'Свободно',
|
||||
'Invisible' => 'Невидимый',
|
||||
'Invite & Request' => 'Приглашения и Запросы',
|
||||
'Invite / Request' => 'Приглашения / Запросы',
|
||||
'Registrated only' => 'Только зарегистрированные',
|
||||
'Visible' => 'Видимый',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Управление</strong> пространствами',
|
||||
'All' => 'Все',
|
||||
'Define here default settings for new spaces.' => 'Определить настройки по умолчанию для новых пространств.',
|
||||
'Delete space' => 'Удалить пространство',
|
||||
'Edit space' => 'Редактировать пространство',
|
||||
'In this overview you can find every space and manage it.' => 'Здесь Вы можете найти все пространства и управлять ими.',
|
||||
'Overview' => 'Обзор',
|
||||
'Search for space name' => 'Поиск по названию пространства',
|
||||
'Search for space owner' => 'Поиск по создателю пространства',
|
||||
'Settings' => 'Настройки',
|
||||
'Space name' => 'Название пространства',
|
||||
'Space owner' => 'Создатель пространства',
|
||||
'View space' => 'Посмотреть пространство',
|
||||
|
@ -1,6 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> user profiles' => '<strong>Управление</strong> профилями пользователей',
|
||||
'<strong>Manage</strong> profiles fields' => '<strong>Управление</strong> полями профилей',
|
||||
'Add new category' => 'Добавить новую категорию',
|
||||
'Add new field' => 'Добавить новое поле',
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -22,5 +22,4 @@ return array (
|
||||
'Current Image Libary: {currentImageLibary}' => '',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => '',
|
||||
'Save' => '',
|
||||
'(comma separated)' => '@@@@',
|
||||
);
|
||||
|
@ -30,13 +30,4 @@ return array (
|
||||
'Space name' => '',
|
||||
'Space owner' => '',
|
||||
'View space' => '',
|
||||
'By Invite' => '@@@@',
|
||||
'By invite' => '@@@@',
|
||||
'Everbody' => '@@@@',
|
||||
'Free' => '@@@@',
|
||||
'Invisible' => '@@@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@@@',
|
||||
'Visible' => '@@@@',
|
||||
);
|
||||
|
@ -20,5 +20,4 @@ return array (
|
||||
'<strong>Manage</strong> profiles fields' => '',
|
||||
'Add new category' => '',
|
||||
'Add new field' => '',
|
||||
'<strong>Manage</strong> user profiles' => '@@@@',
|
||||
);
|
||||
|
@ -1,7 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => 'İzin verilen dosya Uzantıları',
|
||||
'Forbidden file extensions' => 'Kayıp dosya uzantıları',
|
||||
'Convert command not found!' => 'Dönüştürme komutu bulunamadı!',
|
||||
'Got invalid image magick response! - Correct command?' => 'Boş image magick karşılığı! - Doğru komut?',
|
||||
'Image Magick convert command (optional)' => 'Image Magick dönüştürme komutu (isteğe bağlı)',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '@@(virgülle ayırın)@@',
|
||||
'<strong>File</strong> settings' => '<strong>Dosya</strong> Ayarları',
|
||||
'Current Image Libary: {currentImageLibary}' => 'Geçerli Resim Kütüphanesi: {currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP maksimum sunulan {maxUploadSize} MB',
|
||||
|
@ -20,15 +20,6 @@ return array (
|
||||
'Define here default settings for new spaces.' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '',
|
||||
'By Invite' => '@@Davetli@@',
|
||||
'By invite' => '@@Davetli@@',
|
||||
'Everbody' => '@@Herkes@@',
|
||||
'Free' => '@@Serbest@@',
|
||||
'Invisible' => '@@Görünmez@@',
|
||||
'Invite & Request' => '@@Davet ve İstek@@',
|
||||
'Invite / Request' => '@@Davet / İstek@@',
|
||||
'Registrated only' => '@@Sadece kayıtlılar@@',
|
||||
'Visible' => '@@Görünür@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>Mekan</strong> Yönetimi',
|
||||
'All' => 'Hepsi',
|
||||
'Delete space' => 'Mekan sil',
|
||||
|
@ -1,7 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> profiles fields' => '<strong>Profil</strong> alanlarını yönet',
|
||||
'Add new category' => 'Yeni kategori ekle',
|
||||
'Add new field' => 'Yeni alan ekle',
|
||||
'<strong>Manage</strong> user profiles' => '@@<strong>Kullanıcı Profillerini</strong> yönet@@',
|
||||
);
|
||||
|
@ -23,5 +23,4 @@ return array (
|
||||
'Image Magick convert command (optional)' => '',
|
||||
'Maximum upload file size (in MB)' => '',
|
||||
'Use X-Sendfile for File Downloads' => '',
|
||||
'Forbidden file extensions' => '@@@@',
|
||||
);
|
||||
|
@ -22,5 +22,4 @@ return array (
|
||||
'Current Image Libary: {currentImageLibary}' => '',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => '',
|
||||
'Save' => '',
|
||||
'(comma separated)' => '@@@@',
|
||||
);
|
||||
|
@ -30,13 +30,4 @@ return array (
|
||||
'Space name' => '',
|
||||
'Space owner' => '',
|
||||
'View space' => '',
|
||||
'By Invite' => '@@@@',
|
||||
'By invite' => '@@@@',
|
||||
'Everbody' => '@@@@',
|
||||
'Free' => '@@@@',
|
||||
'Invisible' => '@@@@',
|
||||
'Invite & Request' => '@@@@',
|
||||
'Invite / Request' => '@@@@',
|
||||
'Registrated only' => '@@@@',
|
||||
'Visible' => '@@@@',
|
||||
);
|
||||
|
@ -20,5 +20,4 @@ return array (
|
||||
'<strong>Manage</strong> profiles fields' => '',
|
||||
'Add new category' => '',
|
||||
'Add new field' => '',
|
||||
'<strong>Manage</strong> user profiles' => '@@@@',
|
||||
);
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Allowed file extensions' => '',
|
||||
'Forbidden file extensions' => '@@禁止的文件扩展名@@',
|
||||
'Convert command not found!' => '反转命令没有找到',
|
||||
'Got invalid image magick response! - Correct command?' => '有无效的图像Magick响应!正确的命令?',
|
||||
'Image Magick convert command (optional)' => '图像Magick反转命令(可选)',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Accept user: <strong>{displayName}</strong> ' => '',
|
||||
'接受用户: <strong>{displayName}</strong> ' => '@@@@',
|
||||
'Cancel' => '取消',
|
||||
'Send & save' => '发送并保存',
|
||||
);
|
||||
|
@ -17,7 +17,6 @@
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Currently</strong> installed modules' => '@@<strong>当前</strong> 已安装模块@@',
|
||||
'<strong>Modules</strong> directory' => '<strong>模块</strong> 目录',
|
||||
'Are you sure? *ALL* module data will be lost!' => '确定吗?所有模块数据将被删除!',
|
||||
'Are you sure? *ALL* module related data and files will be lost!' => '确定吗?所有模块相关的数据和文件会丢失!',
|
||||
|
@ -17,8 +17,6 @@
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Available</strong> Updates' => '@@dddd@@',
|
||||
'All modules are up to date!' => '@@所有模块都已是最新版本!@@',
|
||||
'<strong>Modules</strong> directory' => '<strong>模块</strong> 目录',
|
||||
'Installed version:' => '安装版本:',
|
||||
'Latest compatible Version:' => '最新兼容版本:',
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
return array (
|
||||
'Comma separated list. Leave empty to allow all.' => '',
|
||||
'(comma separated)' => '@@(逗号分隔)@@',
|
||||
'<strong>File</strong> settings' => '<strong>文件</strong> 设置',
|
||||
'Current Image Libary: {currentImageLibary}' => '当前图片库:{currentImageLibary}',
|
||||
'PHP reported a maximum of {maxUploadSize} MB' => 'PHP最大上传大小 {maxUploadSize} MB',
|
||||
|
@ -20,15 +20,6 @@ return array (
|
||||
'Define here default settings for new spaces.' => '',
|
||||
'Overview' => '',
|
||||
'Settings' => '',
|
||||
'By Invite' => '@@被邀请@@',
|
||||
'By invite' => '@@被邀请@@',
|
||||
'Everbody' => '@@每个人@@',
|
||||
'Free' => '@@免费@@',
|
||||
'Invisible' => '@@不可见@@',
|
||||
'Invite & Request' => '@@邀请和请求@@',
|
||||
'Invite / Request' => '@@邀请或请求@@',
|
||||
'Registrated only' => '@@仅注册@@',
|
||||
'Visible' => '@@可见@@',
|
||||
'<strong>Manage</strong> spaces' => '<strong>管理</strong> 版块',
|
||||
'All' => '所有',
|
||||
'Delete space' => '删除版块',
|
||||
|
@ -17,7 +17,6 @@
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'<strong>Manage</strong> user profiles' => '@@<strong>管理</strong> 用户信息@@',
|
||||
'<strong>Manage</strong> profiles fields' => '<strong>管理</strong> 属性域',
|
||||
'Add new category' => '增加新类',
|
||||
'Add new field' => '增加新域',
|
||||
|
@ -1,5 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '%displayName% kommentierte »%contentTitle%«.',
|
||||
'%displayName% commented your %contentTitle%.' => '@@%displayName% kommentierte dein »%contentTitle%«.@@',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@@@',
|
||||
);
|
||||
|
@ -1,5 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '%displayName% coó en tu %contentTitle%.',
|
||||
'%displayName% commented your %contentTitle%.' => '@@%displayName% comentó en tu %contentTitle%.@@',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@%displayName% à commenté %contentTitle%.@@',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@@@',
|
||||
);
|
||||
|
@ -1,5 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '%displayName% ha commentato %contentTitle%.',
|
||||
'%displayName% commented your %contentTitle%.' => '%displayName% ha commentato il tuo %contentTitle%.',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@%displayName%さんが、あなたの%contentTitle%にコメントしました。@@',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@@@',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@@@',
|
||||
);
|
||||
|
@ -1,5 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '%displayName% skomentował %contentTitle% ',
|
||||
'%displayName% commented your %contentTitle%.' => '%displayName% skomentował twój %contentTitle% ',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@@@',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@@@',
|
||||
);
|
||||
|
@ -1,5 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yiic message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE, this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '%displayName% прокомментировал %contentTitle%.',
|
||||
'%displayName% commented your %contentTitle%.' => '@@%displayName% прокомментировал ваш %contentTitle%.@@',
|
||||
);
|
||||
|
@ -18,5 +18,4 @@
|
||||
*/
|
||||
return array (
|
||||
'%displayName% commented %contentTitle%.' => '',
|
||||
'%displayName% commented your %contentTitle%.' => '@@@@',
|
||||
);
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user