Skip to content

Commit 2e7fd02

Browse files
committed
Updated language strings
1 parent da6770c commit 2e7fd02

File tree

249 files changed

+2282
-718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+2282
-718
lines changed

app/config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
return array (
33
'app_version' => 'v2.0-RC',
4-
'hash_version' => 'v2.0-RC-1-9-ge5b80ab',
4+
'hash_version' => 'v2.0-RC-1-10-g7dd2b3d',
55
);

app/lang/ar/admin/users/general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
1111
'history_user' => 'الأرشيف الخاص بـ :name',
1212
'last_login' => 'آخر دخول للمستخدم',
13+
'ldap_config_text' => 'LDAP configuration settings can be found in the app/config folder in a file called ldap.php',
14+
'ldap_text' => 'Connect to LDAP and create users. Passwords will be auto-generated.',
1315
'software_user' => 'البرامج المسجلة لـ :name',
1416
'view_user' => 'عرض المستخدم :name',
1517
'usercsv' => 'ملف CSV',

app/lang/ar/admin/users/message.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'user_password_required' => 'كلمة السر مطلوبة.',
1111
'insufficient_permissions' => 'صلاحيات غير كافية.',
1212
'user_deleted_warning' => 'تم حذف المستخدم. سيكون عليك استعادة هذا المستخدم للتعديل عليه او تسليمه اجهزة جديدة.',
13+
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
1314

1415

1516
'success' => array(
@@ -32,6 +33,10 @@
3233
'import' => 'حدث خطأ أثناء استيراد المستخدمين. حاول مرة أخرى.',
3334
'asset_already_accepted' => 'هذا الجهاز تم قبوله مسبقاً.',
3435
'accept_or_decline' => 'You must either accept or decline this asset.',
36+
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
37+
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
38+
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
39+
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
3540
),
3641

3742
'deletefile' => array(

app/lang/ar/general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
return [
44
'accessories' => 'Accessories',
55
'accessory' => 'Accessory',
6+
'accessory_report' => 'Accessory Report',
67
'action' => 'Action',
78
'activity_report' => 'Activity Report',
89
'address' => 'العنوان',
@@ -59,6 +60,7 @@
5960
'id' => 'الرقم',
6061
'image_delete' => 'حذف الصورة',
6162
'image_upload' => 'رفع صورة',
63+
'import' => 'Import',
6264
'asset_maintenance' => 'Asset Maintenance',
6365
'asset_maintenance_report' => 'Asset Maintenance Report',
6466
'asset_maintenances' => 'Asset Maintenances',

app/lang/cs/admin/users/general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
'filetype_info' => 'Povolené přílohy: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
1111
'history_user' => 'Historie:',
1212
'last_login' => 'Poslední přihlášení',
13+
'ldap_config_text' => 'LDAP configuration settings can be found in the app/config folder in a file called ldap.php',
14+
'ldap_text' => 'Connect to LDAP and create users. Passwords will be auto-generated.',
1315
'software_user' => 'Software vydaný pro :name',
1416
'view_user' => 'Zobraz uživatele',
1517
'usercsv' => 'CSV soubor',

app/lang/cs/admin/users/message.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'user_password_required' => 'Je vyžadováno heslo.',
1111
'insufficient_permissions' => 'Nedostatečná oprávnění.',
1212
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
13+
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
1314

1415

1516
'success' => array(
@@ -32,6 +33,10 @@
3233
'import' => 'There was an issue importing users. Please try again.',
3334
'asset_already_accepted' => 'This asset has already been accepted.',
3435
'accept_or_decline' => 'You must either accept or decline this asset.',
36+
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
37+
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
38+
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
39+
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
3540
),
3641

3742
'deletefile' => array(

app/lang/cs/general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
return [
44
'accessories' => 'Příslušenství',
55
'accessory' => 'Příslušenství',
6+
'accessory_report' => 'Accessory Report',
67
'action' => 'Akce',
78
'activity_report' => 'Report aktivity',
89
'address' => 'Adresa',
@@ -59,6 +60,7 @@
5960
'id' => 'ID',
6061
'image_delete' => 'Smazat obrázek',
6162
'image_upload' => 'Nahrát obrázek',
63+
'import' => 'Import',
6264
'asset_maintenance' => 'Asset Maintenance',
6365
'asset_maintenance_report' => 'Asset Maintenance Report',
6466
'asset_maintenances' => 'Asset Maintenances',

app/lang/da/admin/users/general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
1111
'history_user' => 'History for :name',
1212
'last_login' => 'Last Login',
13+
'ldap_config_text' => 'LDAP configuration settings can be found in the app/config folder in a file called ldap.php',
14+
'ldap_text' => 'Connect to LDAP and create users. Passwords will be auto-generated.',
1315
'software_user' => 'Software Checked out to :name',
1416
'view_user' => 'View User :name',
1517
'usercsv' => 'CSV file',

app/lang/da/admin/users/message.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'user_password_required' => 'The password is required.',
1111
'insufficient_permissions' => 'Insufficient Permissions.',
1212
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
13+
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
1314

1415

1516
'success' => array(
@@ -32,6 +33,10 @@
3233
'import' => 'There was an issue importing users. Please try again.',
3334
'asset_already_accepted' => 'This asset has already been accepted.',
3435
'accept_or_decline' => 'You must either accept or decline this asset.',
36+
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
37+
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
38+
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
39+
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
3540
),
3641

3742
'deletefile' => array(

app/lang/da/general.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
return [
44
'accessories' => 'Tilbehør',
55
'accessory' => 'Tilbehør',
6+
'accessory_report' => 'Accessory Report',
67
'action' => 'Action',
78
'activity_report' => 'Activity Report',
89
'address' => 'Addresse',
@@ -59,6 +60,7 @@
5960
'id' => 'ID',
6061
'image_delete' => 'Slet billede',
6162
'image_upload' => 'Upload billede',
63+
'import' => 'Import',
6264
'asset_maintenance' => 'Asset Maintenance',
6365
'asset_maintenance_report' => 'Asset Maintenance Report',
6466
'asset_maintenances' => 'Asset Maintenances',

0 commit comments

Comments
 (0)