This commit is contained in:
buddh4 2017-06-01 17:52:12 +02:00
commit 6d228a7eaf
82 changed files with 505 additions and 324 deletions

View File

@ -50,6 +50,8 @@ class I18N extends \yii\i18n\I18N
if (!empty($user->language)) {
Yii::$app->language = $user->language;
} else {
$this->setDefaultLocale();
}
if (!($user->time_zone)) {

View File

@ -19,6 +19,7 @@ HumHub Change Log
- Enh: Moved all default `WallEntryControls` to `WallEntry:getContextMenu()` widget.
- Fix: Connect google OAuth under `Profile Settings -> Connected Accounts` throws invalid redirect uri.
- Fix: Invite Users does not respect ManageUsers/ManageGroups permission
- Fix: Mail summaries sent in incorrect language
1.2.0 (April 16, 2017)
--------------------------------

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Choose language:' => '',
'Confirm' => '',

View File

@ -19,12 +19,12 @@
return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Confirm' => '',
'Copy to clipboard' => '',
'Do you really want to perform this action?' => '',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Close' => '',
'Confirm' => '',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',

View File

@ -17,5 +17,5 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Invalid content id given!' => '',
'Invalid content id was given!' => '',
];

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Confirm' => '',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',
'Copy to clipboard' => '',

View File

@ -17,5 +17,5 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Invalid content id given!' => '',
'Invalid content id was given!' => '',
];

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Nastavení účtu',
'Administration' => 'Administrace',
'Allow' => 'Povolit',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Zpět',
'Back to dashboard' => 'Zpět na nástěnku',
'Cancel' => 'Zrušit',

View File

@ -17,5 +17,5 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Invalid content id given!' => '',
'Invalid content id was given!' => '',
];

View File

@ -19,12 +19,12 @@
return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Copy to clipboard' => '',
'Do you really want to perform this action?' => '',
'Error while running your last action (Invalid request method).' => '',

View File

@ -7,12 +7,12 @@ return array (
'Account settings' => 'Kontoeinstellungen',
'Administration' => 'Administration',
'Allow' => 'Erlauben',
'An error occured while handling your last action. (Handler not found).' => 'Während der letzten Aktion ist ein Fehler aufgetreten. (Handler not found)',
'An unexpected error occured while loading the search result.' => 'Während des Ladens der Suchergebnisse ist ein unerwarteter Fehler aufgetreten.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'Ein unerwarteter Fehler ist aufgetreten. Sollte dieser weiterhin auftreten, kontaktiere den Administrator.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'Ein unerwarteter Serverfehler ist aufgetreten. Sollte dieser weiterhin auftreten, kontaktiere den Administrator.',
'An unknown error occured while uploading.' => 'Während des Hochladens ist ein unbekannter Fehler aufgetreten.',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => 'Während des Hochladens ist ein unbekannter Fehler aufgetreten. Hinweis: Prüfe die PHP-Einstellungen "upload_max_filesize" und "post_max_size".',
'An error occurred while handling your last action. (Handler not found).' => 'Während der letzten Aktion ist ein Fehler aufgetreten. (Handler not found)',
'An unexpected error occurred while loading the search result.' => 'Während des Ladens der Suchergebnisse ist ein unerwarteter Fehler aufgetreten.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'Ein unerwarteter Fehler ist aufgetreten. Sollte dieser weiterhin auftreten, kontaktiere den Administrator.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'Ein unerwarteter Serverfehler ist aufgetreten. Sollte dieser weiterhin auftreten, kontaktiere den Administrator.',
'An unknown error occurred while uploading.' => 'Während des Hochladens ist ein unbekannter Fehler aufgetreten.',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => 'Während des Hochladens ist ein unbekannter Fehler aufgetreten. Hinweis: Prüfe die PHP-Einstellungen "upload_max_filesize" und "post_max_size".',
'Back' => 'Zurück',
'Back to dashboard' => 'Zurück zur Übersicht',
'Cancel' => 'Abbrechen',

View File

@ -17,5 +17,5 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Invalid content id given!' => '',
'Invalid content id was given!' => '',
];

View File

@ -21,12 +21,12 @@ return [
'<strong>Latest</strong> updates' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Cancel' => '',
'Choose language:' => '',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Configuración de la cuenta',
'Administration' => 'Administración',
'Allow' => 'Permitir',
'An error occured while handling your last action. (Handler not found).' => 'Se ha producido un error al manejar la última acción. (No se encuentra el manejador).',
'An unexpected error occured while loading the search result.' => 'Se ha producido un error inesperado al cargar el resultado de la búsqueda.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'Ocurrió un error inesperado. Si esto sigue sucediendo, póngase en contacto con un administrador del sitio.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'Se ha producido un error inesperado en el servidor. Si esto sigue sucediendo, póngase en contacto con un administrador del sitio.',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => 'Se ha producido un error al manejar la última acción. (No se encuentra el manejador).',
'An unexpected error occurred while loading the search result.' => 'Se ha producido un error inesperado al cargar el resultado de la búsqueda.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'Ocurrió un error inesperado. Si esto sigue sucediendo, póngase en contacto con un administrador del sitio.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'Se ha producido un error inesperado en el servidor. Si esto sigue sucediendo, póngase en contacto con un administrador del sitio.',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Atrás',
'Back to dashboard' => 'Volver al Panel de Control',
'Cancel' => 'Cancelar',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'تنظیمات حساب کاربری',
'Administration' => 'مدیریت',
'Allow' => 'اجازه بده',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'بازگشت',
'Back to dashboard' => 'بازگشت به خانه',
'Cancel' => 'انصراف',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Paramètres du compte',
'Administration' => 'Administration',
'Allow' => 'Autoriser',
'An error occured while handling your last action. (Handler not found).' => 'Une erreur s\'est produite lors de la manipulation de votre dernière action. (Gestionnaire introuvable).',
'An unexpected error occured while loading the search result.' => 'Une erreur inattendue s\'est produite lors du chargement du résultat de la recherche.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'Une erreur inattendue est survenue. Si cela se reproduis, contactez un administrateur du site.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'Une erreur de serveur inattendue s\'est produite. Si cela continue, contactez un administrateur du site.',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => 'Une erreur s\'est produite lors de la manipulation de votre dernière action. (Gestionnaire introuvable).',
'An unexpected error occurred while loading the search result.' => 'Une erreur inattendue s\'est produite lors du chargement du résultat de la recherche.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'Une erreur inattendue est survenue. Si cela se reproduis, contactez un administrateur du site.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'Une erreur de serveur inattendue s\'est produite. Si cela continue, contactez un administrateur du site.',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Retour',
'Back to dashboard' => 'Retour au tableau de bord',
'Cancel' => 'Annuler',

View File

@ -23,12 +23,12 @@ return [
'Account settings' => '',
'Administration' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Back to dashboard' => '',
'Cancel' => '',

View File

@ -19,12 +19,12 @@
return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Cancel' => '',
'Confirm' => '',
'Copy to clipboard' => '',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',
'Copy to clipboard' => '',
'Could not determine content container!' => '',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Confirm' => '',
'Copy to clipboard' => '',
'Default' => '',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Impostazioni account',
'Administration' => 'Amministrazione',
'Allow' => 'Consenti',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Indietro',
'Back to dashboard' => 'Torna al pannello di controllo',
'Cancel' => 'Annulla',

View File

@ -17,8 +17,8 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Copy to clipboard' => '',
'Error:' => '',
'Info:' => '',
@ -29,10 +29,10 @@ return [
'Account settings' => 'アカウント設定',
'Administration' => '管理',
'Allow' => '許可',
'An error occured while handling your last action. (Handler not found).' => '最後の操作を処理中にエラーが発生しました。 (ハンドラが見つかりません)。',
'An unexpected error occured while loading the search result.' => '検索結果の読み込み中に予期しないエラーが発生しました。',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '予期しないエラーが発生しました。 これが起こっている場合は、サイト管理者に連絡してください。',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '予期しないサーバーエラーが発生しました。 これが起こっている場合は、サイト管理者に連絡してください。',
'An error occurred while handling your last action. (Handler not found).' => '最後の操作を処理中にエラーが発生しました。 (ハンドラが見つかりません)。',
'An unexpected error occurred while loading the search result.' => '検索結果の読み込み中に予期しないエラーが発生しました。',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '予期しないエラーが発生しました。 これが起こっている場合は、サイト管理者に連絡してください。',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '予期しないサーバーエラーが発生しました。 これが起こっている場合は、サイト管理者に連絡してください。',
'Back' => '戻る',
'Back to dashboard' => 'ダッシュボードへ戻る',
'Cancel' => 'キャンセル',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Cancel' => '',
'Confirm' => '',
'Copy to clipboard' => '',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',
'Copy to clipboard' => '',
'Could not find content of addon!' => '',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Konta uzstādījumi',
'Administration' => 'Administrēšana',
'Allow' => 'Atļaut',
'An error occured while handling your last action. (Handler not found).' => 'Notika kļūda izpildot pēdējo darbību. (Izpildītājs nav atrasts).',
'An unexpected error occured while loading the search result.' => 'Notika neparedzēta kļūda ielādējot meklēšanas rezultātus.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'Notika neparedzēta kļūda. Ja tā turpina atkārtoties, lūdzu sazinies ar lapas administratoru.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'Notika neparedzēta servera kļūda. Ja tā turpina atkārtoties, lūdzu sazinies ar lapas administratoru.',
'An unknown error occured while uploading.' => 'Notika nezināma kļūda veicot augšupielādi.',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => 'Notika nezināma kļūda veicot augšupielādi. Ieteikums: pārbaudi savu upload_max_filesize un post_max_size php uzstādījumos.',
'An error occurred while handling your last action. (Handler not found).' => 'Notika kļūda izpildot pēdējo darbību. (Izpildītājs nav atrasts).',
'An unexpected error occurred while loading the search result.' => 'Notika neparedzēta kļūda ielādējot meklēšanas rezultātus.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'Notika neparedzēta kļūda. Ja tā turpina atkārtoties, lūdzu sazinies ar lapas administratoru.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'Notika neparedzēta servera kļūda. Ja tā turpina atkārtoties, lūdzu sazinies ar lapas administratoru.',
'An unknown error occurred while uploading.' => 'Notika nezināma kļūda veicot augšupielādi.',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => 'Notika nezināma kļūda veicot augšupielādi. Ieteikums: pārbaudi savu upload_max_filesize un post_max_size php uzstādījumos.',
'Back' => 'Atpakaļ',
'Back to dashboard' => 'Atpakaļ uz kontrolpaneli',
'Cancel' => 'Atcelt',

View File

@ -17,40 +17,65 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Allow' => 'Izin',
'Default' => 'Asal',
'Deny' => 'Larang',
'Please type at least 3 characters' => 'Sila tulis sekurang-kurangnya 3 karakter',
'Show more' => 'Paparkan lagi',
'The date has to be in the past.' => 'Tarikh mestilah yang sudah berlalu',
'Unsubscribe' => 'Hentikan langganan',
'<strong>Latest</strong> updates' => 'Kemaskini <strong>terkini</strong>',
'Account settings' => 'Tetapan akaun',
'Administration' => 'Pengurusan',
'Back' => 'Kembali',
'Back to dashboard' => 'Kembali ke papan utama',
'Choose language:' => 'Pilih bahasa:',
'Collapse' => 'Tutup',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => 'Sumber kandungan addon mestilah daripada HActiveRecordContent atau HActiveRecordContentAddon!',
'Could not find content of addon!' => 'Kandungan addon tidak ditemui!',
'Error' => 'Kesalahan',
'Expand' => 'Buka',
'It looks like you may have taken the wrong turn.' => 'Anda telah tersilap langkah.',
'Language' => 'Bahasa',
'Latest news' => 'Berita terbaru',
'Login' => 'Log Masuk',
'Logout' => 'Log Keluar',
'Menu' => 'Menu',
'Module is not enabled on this content container!' => 'Modul tidak diaktikfkan pada bekas kandungan ini!',
'My profile' => 'Profil saya',
'New profile image' => 'Imej profil baru',
'Next' => 'Seterusnya',
'Ok' => 'Ok',
'Oooops...' => 'Oooops...',
'Save' => 'Simpan',
'Search' => 'Cari',
'Search for users and spaces' => 'Cari ahli dan ruangan',
'Space not found!' => 'Ruangan tidak ditemui!',
'User not found!' => 'Ahli tidak ditemui!',
'Your daily summary' => 'Ringkasan harian anda',
'<strong>Confirm</strong> Action' => '',
'<strong>Latest</strong> updates' => '',
'<strong>Mail</strong> summary' => '',
'Account settings' => '',
'Administration' => '',
'Allow' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Back to dashboard' => '',
'Cancel' => '',
'Choose language:' => '',
'Close' => '',
'Collapse' => '',
'Confirm' => '',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',
'Copy to clipboard' => '',
'Could not determine content container!' => '',
'Could not find content of addon!' => '',
'Default' => '',
'Deny' => '',
'Do you really want to perform this action?' => '',
'Error' => '',
'Error while running your last action (Invalid request method).' => '',
'Error:' => '',
'Expand' => '',
'Info:' => '',
'It looks like you may have taken the wrong turn.' => '',
'Language' => '',
'Loading...' => '',
'Login' => '',
'Logout' => '',
'Menu' => '',
'Module is not enabled on this content container!' => '',
'My profile' => '',
'New profile image' => '',
'Next' => '',
'No error information given.' => '',
'Oooops...' => '',
'Open' => '',
'Please type at least 3 characters' => '',
'Save' => '',
'Saved' => '',
'Search' => '',
'Show less' => '',
'Show more' => '',
'Some files could not be uploaded:' => '',
'Space not found!' => '',
'The date has to be in the past.' => '',
'The file has been deleted.' => '',
'The requested resource could not be found.' => '',
'The space has been archived.' => '',
'The space has been unarchived.' => '',
'Unsubscribe' => '',
'Upload' => '',
'User not found!' => '',
'You are not allowed to run this action.' => '',
];

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Innstillinger',
'Administration' => 'Administrasjon',
'Allow' => 'Tillat',
'An error occured while handling your last action. (Handler not found).' => 'En feil oppstod (Handler not found).',
'An unexpected error occured while loading the search result.' => 'En uventet feil oppstod ved lasting av søkeresultat.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'En uventet feil oppstod. Hvis dette fortsetter å skje, ta kontakt med din administrator.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'En serverfeil oppstod. Hvis dette fortsetter å skje, ta kontakt med din administrator.',
'An unknown error occured while uploading.' => 'En ukjent feil oppstod under opplasting.',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => 'En ukjent feil oppstod under opplasting. Hing: sjekk upload_max_filesize og post_max_size i PHP-innstillingene.',
'An error occurred while handling your last action. (Handler not found).' => 'En feil oppstod (Handler not found).',
'An unexpected error occurred while loading the search result.' => 'En uventet feil oppstod ved lasting av søkeresultat.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'En uventet feil oppstod. Hvis dette fortsetter å skje, ta kontakt med din administrator.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'En serverfeil oppstod. Hvis dette fortsetter å skje, ta kontakt med din administrator.',
'An unknown error occurred while uploading.' => 'En ukjent feil oppstod under opplasting.',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => 'En ukjent feil oppstod under opplasting. Hing: sjekk upload_max_filesize og post_max_size i PHP-innstillingene.',
'Back' => 'Tilbake',
'Back to dashboard' => 'Tilbake til oversikten',
'Cancel' => 'Avbryt',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Accountinstellingen',
'Administration' => 'Administratie',
'Allow' => 'Toestaan',
'An error occured while handling your last action. (Handler not found).' => 'Een fout ontstond bij het afhandelen van uw laatste actie. (Handler niet gevonden).',
'An unexpected error occured while loading the search result.' => 'Een onverwachte fout ontstond tijdens het laden van het zoekresultaat.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'Een onverwachte fout ontstond. Als dit zich herhaalt, neem dan contact op met een beheerder van deze site.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'Een onverwachte server fout trad op. Als dit zich herhaalt, neem dan contact op met een beheerder van deze site.',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => 'Een fout ontstond bij het afhandelen van uw laatste actie. (Handler niet gevonden).',
'An unexpected error occurred while loading the search result.' => 'Een onverwachte fout ontstond tijdens het laden van het zoekresultaat.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'Een onverwachte fout ontstond. Als dit zich herhaalt, neem dan contact op met een beheerder van deze site.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'Een onverwachte server fout trad op. Als dit zich herhaalt, neem dan contact op met een beheerder van deze site.',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Terug',
'Back to dashboard' => 'Terug naar dashboard',
'Cancel' => 'Annuleren',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Ustawienia konta',
'Administration' => 'Administracja',
'Allow' => 'Zezwól',
'An error occured while handling your last action. (Handler not found).' => 'Wystąpił błąd podczas wykonywania ostatniej czynności. (Handler not found).',
'An unexpected error occured while loading the search result.' => 'Wystąpił nieoczekiwany błąd podczas ładowania wyników wyszukiwania.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'Wystąpił nieoczekiwany błąd. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem strony.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'Wystąpił nieoczekiwany błąd serwera. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem strony.',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => 'Wystąpił błąd podczas wykonywania ostatniej czynności. (Handler not found).',
'An unexpected error occurred while loading the search result.' => 'Wystąpił nieoczekiwany błąd podczas ładowania wyników wyszukiwania.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'Wystąpił nieoczekiwany błąd. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem strony.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'Wystąpił nieoczekiwany błąd serwera. Jeśli problem będzie się powtarzał, skontaktuj się z administratorem strony.',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Wstecz',
'Back to dashboard' => 'Powrót do pulpitu',
'Cancel' => 'Anuluj',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Cancel' => '',
'Choose language:' => '',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Configurações da conta',
'Administration' => 'Administração',
'Allow' => 'Permitir',
'An error occured while handling your last action. (Handler not found).' => 'Ocorreu um erro ao manusear sua ultima ação. (Handler não encontrado).',
'An unexpected error occured while loading the search result.' => 'Um erro inesperado ocorreu enquanto a última busca era carregada',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => 'Ocorreu um erro ao manusear sua ultima ação. (Handler não encontrado).',
'An unexpected error occurred while loading the search result.' => 'Um erro inesperado ocorreu enquanto a última busca era carregada',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Voltar',
'Back to dashboard' => 'Voltar para o painel',
'Cancel' => 'Cancelar',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Confirm' => '',
'Copy to clipboard' => '',
'Default' => '',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Настройки аккаунта',
'Administration' => 'Администрирование',
'Allow' => 'Разрешено',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Назад',
'Back to dashboard' => 'Вернуться на главную',
'Cancel' => 'Отменить',

View File

@ -23,12 +23,12 @@ return [
'Account settings' => '',
'Administration' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Back to dashboard' => '',
'Cancel' => '',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Choose language:' => '',
'Confirm' => '',

View File

@ -19,12 +19,12 @@
return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Cancel' => '',
'Confirm' => '',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',

View File

@ -6,12 +6,12 @@ return array (
'Account settings' => 'Hesap ayarları',
'Administration' => 'Yönetim',
'Allow' => 'İzin ver',
'An error occured while handling your last action. (Handler not found).' => 'Son işleminiz gerçekleştirilirken bir hata oluştu. (İşleyici bulunamadı).',
'An unexpected error occured while loading the search result.' => 'Arama sonuçlarını yüklerken beklenmeyen bir hata oluştu.',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => 'Beklenmeyen bir hata oluştu. Eğer bu hata devam ederse lütfen bildiriniz.',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => 'Beklenmeyen bir server hatası oluştu. Eğer bu hata devam ederse lütfen bildiriniz.',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => 'Son işleminiz gerçekleştirilirken bir hata oluştu. (İşleyici bulunamadı).',
'An unexpected error occurred while loading the search result.' => 'Arama sonuçlarını yüklerken beklenmeyen bir hata oluştu.',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => 'Beklenmeyen bir hata oluştu. Eğer bu hata devam ederse lütfen bildiriniz.',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => 'Beklenmeyen bir server hatası oluştu. Eğer bu hata devam ederse lütfen bildiriniz.',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => 'Geri',
'Back to dashboard' => 'Panele geri dön',
'Cancel' => 'İptal',

View File

@ -23,12 +23,12 @@ return [
'Account settings' => '',
'Administration' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Back to dashboard' => '',
'Cancel' => '',

View File

@ -23,12 +23,12 @@ return [
'Account settings' => '',
'Administration' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Back to dashboard' => '',
'Cancel' => '',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Choose language:' => '',
'Confirm' => '',

View File

@ -17,8 +17,8 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'An unknown error occured while uploading.' => '上传过程中出现了未知错误。',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '上传过程中出现了未知错误。建议检查php设置参数upload_max_filesize',
'An unknown error occurred while uploading.' => '上传过程中出现了未知错误。',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '上传过程中出现了未知错误。建议检查php设置参数upload_max_filesize',
'Copy to clipboard' => '复制到剪贴板',
'Error:' => '错误:',
'Info:' => '信息:',
@ -29,10 +29,10 @@ return [
'Account settings' => '帐户设置',
'Administration' => '管理',
'Allow' => '允许',
'An error occured while handling your last action. (Handler not found).' => '执行最后一个操作出错。(处理器没有找到)',
'An unexpected error occured while loading the search result.' => '加载搜索结果时发生意外错误。',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '发现了意外错误,如果一直出现该错误,请联系网站管理员',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '发生意外的服务器错误。如果这种情况不断发生,请联系网站管理员',
'An error occurred while handling your last action. (Handler not found).' => '执行最后一个操作出错。(处理器没有找到)',
'An unexpected error occurred while loading the search result.' => '加载搜索结果时发生意外错误。',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '发现了意外错误,如果一直出现该错误,请联系网站管理员',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '发生意外的服务器错误。如果这种情况不断发生,请联系网站管理员',
'Back' => '返回',
'Back to dashboard' => '返回主面板',
'Cancel' => '取消',

View File

@ -20,12 +20,12 @@ return [
'<strong>Confirm</strong> Action' => '',
'<strong>Mail</strong> summary' => '',
'Allow' => '',
'An error occured while handling your last action. (Handler not found).' => '',
'An unexpected error occured while loading the search result.' => '',
'An unexpected error occured. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occured. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occured while uploading.' => '',
'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'An error occurred while handling your last action. (Handler not found).' => '',
'An unexpected error occurred while loading the search result.' => '',
'An unexpected error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unexpected server error occurred. If this keeps happening, please contact a site administrator.' => '',
'An unknown error occurred while uploading.' => '',
'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.' => '',
'Back' => '',
'Cancel' => '',
'Choose language:' => '',

View File

@ -355,7 +355,10 @@ class ImageConverter
$gdImage = imagecreatefromgif($fileName);
break;
case IMAGETYPE_JPEG:
$gdImage = imagecreatefromjpeg($fileName);
$gdImage = @imagecreatefromjpeg($fileName);
if (!$gdImage) {
$gdImage = imagecreatefromstring(file_get_contents($fileName));
}
break;
}
} catch (\Exception $ex) {

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -1,14 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => 'Weitere hinzufügen...',
'An unexpected error occured while loading the result.' => 'Während des Ladens der Ergebnisse ist ein unerwarteter Fehler aufgetreten.',
'An unexpected error occurred while loading the result.' => 'Während des Ladens der Ergebnisse ist ein unerwarteter Fehler aufgetreten.',
'Load more' => 'Mehr laden',
'Please enter at least {n} character' => 'Bitte gebe midestens {n} Zeichen ein',
'Select {n,plural,=1{item} other{items}}' => 'Wähle {n,plural,=1{item} other{items}}
',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => 'Dieses Feld erlaubt nur ein Maximum von {n,plural,=1{# item} other{# items}}.
',
'You reached the maximum number of allowed charachters ({n}).' => 'Du hast das Maximum der erlaubten Zeichen erreicht ({n}).
',
'Select {n,plural,=1{item} other{items}}' => 'Wähle {n,plural,=1{item} other{items}}',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => 'Dieses Feld erlaubt nur ein Maximum von {n,plural,=1{# item} other{# items}}.',
'You reached the maximum number of allowed charachters ({n}).' => 'Du hast das Maximum der erlaubten Zeichen erreicht ({n}).',
'Your search returned no matches.' => 'Deine Suche ergab keine Treffer.',
);
];

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => 'Agregar más...',
'An unexpected error occured while loading the result.' => 'Un error inesperado ocurrió mientras se cargaban los resultados.',
'An unexpected error occurred while loading the result.' => 'Un error inesperado ocurrió mientras se cargaban los resultados.',
'Load more' => 'Cargar más',
'Please enter at least {n} character' => 'Por favor ingrese por lo menos {n} caracteres.',
'Select {n,plural,=1{item} other{items}}' => 'Seleccione {n,plural,=1{item} other{items}}',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => 'Este campo permite un máximo de {n,plural,=1{# item} other{# items}}.',
'You reached the maximum number of allowed charachters ({n}).' => 'Alcanzaste el máximo de caracteres permitidos ({n}).',
'Your search returned no matches.' => 'Tu búsqueda no obtuvo resultados.',
);
];

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => '',
'You reached the maximum number of allowed charachters ({n}).' => '',
'Your search returned no matches.' => 'جستجوي شما هيچ نتيجه اي به دنبال نداشت',
);
];

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => 'Ajouter... ',
'An unexpected error occured while loading the result.' => 'Une erreur inattendue est survenue lors du chargement des résultats.',
'An unexpected error occurred while loading the result.' => 'Une erreur inattendue est survenue lors du chargement des résultats.',
'Load more' => 'Afficher plus',
'Please enter at least {n} character' => 'Veuiller entrer au moins {n} caractères',
'Select {n,plural,=1{item} other{items}}' => 'Sélectionner {n,plural,=1{item} other{items}}',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => 'Ce champ autorise un maximum de {n,plural,=1{# item} other{# items}}.',
'You reached the maximum number of allowed charachters ({n}).' => 'Vous avez atteint le nombre maximal de caractères ({n})',
'Your search returned no matches.' => 'Votre recherche n\'a retourné aucun résultat.',
);
];

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => 'Legg til flere...',
'An unexpected error occured while loading the result.' => 'En feil oppstod når resultatet ble lastet inn.',
'An unexpected error occurred while loading the result.' => 'En feil oppstod når resultatet ble lastet inn.',
'Load more' => 'Last inn mer',
'Please enter at least {n} character' => 'Vennligst skriv inn minst {n} tegn',
'Select {n,plural,=1{item} other{items}}' => 'Velg {n,plural,=1{enhet} other{enheter}}',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => 'Dette feltet tillater maks {n,plural,=1{# enhet} other{# enheter}}.',
'You reached the maximum number of allowed charachters ({n}).' => 'Du har nått maks antall tegn ({n}).',
'Your search returned no matches.' => 'Dit søk ga ingen treff.',
);
];

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => 'Voeg meer toe...',
'An unexpected error occured while loading the result.' => 'Een onverwachte fout trad op tijdens het laden.',
'An unexpected error occurred while loading the result.' => 'Een onverwachte fout trad op tijdens het laden.',
'Load more' => 'Meer laden',
'Please enter at least {n} character' => 'Toets tenminste {n} tekens in',
'Select {n,plural,=1{item} other{items}}' => 'Kies {n,plural,=1{item} other {items}}',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => 'Het maximale aantal is {n,plural,=1{# item} other {# items}}.',
'You reached the maximum number of allowed charachters ({n}).' => 'Het maximale aantal tekens is ({n}).',
'Your search returned no matches.' => 'Uw zoekopdracht heeft geen overeenkomsten opgeleverd.',
);
];

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => 'Carregar mais',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => '',
'You reached the maximum number of allowed charachters ({n}).' => '',
'Your search returned no matches.' => 'A sua pesquisa não encontrou correspondências.',
);
];

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -14,7 +14,7 @@
*/
return [
'Add more...' => 'Добавить больше...',
'An unexpected error occured while loading the result.' => 'Возникла неожиданная ошибка при загрузке результата ',
'An unexpected error occurred while loading the result.' => 'Возникла неожиданная ошибка при загрузке результата ',
'Load more' => 'Показать еще',
'Please enter at least {n} character' => 'Пожалуйста, введите {n} символов',
'Select {n,plural,=1{item} other{items}}' => 'Выберите {n,plural,=1{элемент} other{элементы}}',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => 'Daha fazla yükle',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => '',
'You reached the maximum number of allowed charachters ({n}).' => '',
'Your search returned no matches.' => 'Aranan hiçbir eşleşme yok.',
);
];

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -1,11 +1,28 @@
<?php
return array (
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' 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 [
'Add more...' => '增加更多...',
'An unexpected error occured while loading the result.' => '加载结果时出现了意外错误。',
'An unexpected error occurred while loading the result.' => '加载结果时出现了意外错误。',
'Load more' => '加载更多',
'Please enter at least {n} character' => '请至少输入{n} 个字符',
'Select {n,plural,=1{item} other{items}}' => '选择 {n,plural,=1{项} other{项}}',
'This field only allows a maximum of {n,plural,=1{# item} other{# items}}.' => '此域最大允许 {n,plural,=1{# 项} other{# 项}}.',
'You reached the maximum number of allowed charachters ({n}).' => '你输入的字符数到了最大限制 ({n})。',
'Your search returned no matches.' => '没有找到匹配的数据。',
);
];

View File

@ -18,7 +18,7 @@
*/
return [
'Add more...' => '',
'An unexpected error occured while loading the result.' => '',
'An unexpected error occurred while loading the result.' => '',
'Load more' => '',
'Please enter at least {n} character' => '',
'Select {n,plural,=1{item} other{items}}' => '',

View File

@ -364,7 +364,7 @@ abstract class BasePickerField extends InputWidget
'placeholder' => $placeholder,
'placeholder-more' => $placeholderMore,
'no-result' => Yii::t('UserModule.widgets_BasePickerField', 'Your search returned no matches.'),
'format-ajax-error' => Yii::t('UserModule.widgets_BasePickerField', 'An unexpected error occured while loading the result.'),
'format-ajax-error' => Yii::t('UserModule.widgets_BasePickerField', 'An unexpected error occurred while loading the result.'),
'load-more' => Yii::t('UserModule.widgets_BasePickerField', 'Load more'),
'input-too-short' => Yii::t('UserModule.widgets_BasePickerField', 'Please enter at least {n} character', ['n' => $this->minInput]),
'input-too-long' => Yii::t('UserModule.widgets_BasePickerField', 'You reached the maximum number of allowed charachters ({n}).', ['n' => $this->maxInput]),

View File

@ -56,13 +56,13 @@ class CoreJsConfig extends Widget
'text' => [
'error.upload' => Yii::t('base', 'Some files could not be uploaded:'),
'error.unknown' => Yii::$app->user->isAdmin() ?
Yii::t('base', 'An unknown error occured while uploading. Hint: check your upload_max_filesize and post_max_size php settings.') : Yii::t('base', 'An unknown error occured while uploading.'),
Yii::t('base', 'An unknown error occurred while uploading. Hint: check your upload_max_filesize and post_max_size php settings.') : Yii::t('base', 'An unknown error occurred while uploading.'),
'success.delete' => Yii::t('base', 'The file has been deleted.')
]
],
'action' => [
'text' => [
'actionHandlerNotFound' => Yii::t('base', 'An error occured while handling your last action. (Handler not found).'),
'actionHandlerNotFound' => Yii::t('base', 'An error occurred while handling your last action. (Handler not found).'),
]
],
'ui.modal' => [
@ -88,15 +88,15 @@ class CoreJsConfig extends Widget
'log' => [
'traceLevel' => (YII_DEBUG) ? 'DEBUG' : 'INFO',
'text' => [
'error.default' => Yii::t('base', 'An unexpected error occured. If this keeps happening, please contact a site administrator.'),
'error.default' => Yii::t('base', 'An unexpected error occurred. If this keeps happening, please contact a site administrator.'),
'success.saved' => Yii::t('base', 'Saved'),
'saved' => Yii::t('base', 'Saved'),
'success.edit' => Yii::t('base', 'Saved'),
0 => Yii::t('base', 'An unexpected error occured. If this keeps happening, please contact a site administrator.'),
0 => Yii::t('base', 'An unexpected error occurred. If this keeps happening, please contact a site administrator.'),
403 => Yii::t('base', 'You are not allowed to run this action.'),
404 => Yii::t('base', 'The requested resource could not be found.'),
405 => Yii::t('base', 'Error while running your last action (Invalid request method).'),
500 => Yii::t('base', 'An unexpected server error occured. If this keeps happening, please contact a site administrator.')
500 => Yii::t('base', 'An unexpected server error occurred. If this keeps happening, please contact a site administrator.')
]
],
'ui.status' => [
@ -108,7 +108,7 @@ class CoreJsConfig extends Widget
],
'ui.picker' => [
'text' => [
'error.loadingResult' => Yii::t('base', 'An unexpected error occured while loading the search result.'),
'error.loadingResult' => Yii::t('base', 'An unexpected error occurred while loading the search result.'),
'showMore' => Yii::t('base', 'Show more'),
]
],