app_languages.php 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. <?php
  2. $text['title-user_setting-edit']['en-us'] = "User Setting";
  3. $text['title-user_setting-edit']['es-cl'] = "Configuración de Usuario";
  4. $text['title-user_setting-edit']['pt-pt'] = "Definição do Utilizador";
  5. $text['title-user_setting-edit']['fr-fr'] = "Cadre de l'utilisateur";
  6. $text['title-user_setting-add']['en-us'] = "User Setting Add";
  7. $text['title-user_setting-add']['es-cl'] = "Ajuste del usuario Agregar";
  8. $text['title-user_setting-add']['pt-pt'] = "Usuário setting Adicionar";
  9. $text['title-user_setting-add']['fr-fr'] = "Cadre utilisateur Ajouter";
  10. $text['title-user_manager']['en-us'] = "User Manager";
  11. $text['title-user_manager']['es-cl'] = "Administración de Usuarios";
  12. $text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores";
  13. $text['title-user_manager']['fr-fr'] = "Gestion des utilisateurs";
  14. $text['title-user_manager']['pl'] = "Menedżer użytkowników";
  15. $text['title-user_manager']['uk'] = "Користувачі";
  16. $text['title-user_manager']['sv-se'] = "Användar Inställningar";
  17. $text['title-user_manager']['ro'] = "";
  18. $text['title-user_manager']['de-at'] = "Benutzerverwaltung";
  19. $text['title-user_manager']['he'] = "מנהל משתמש";
  20. $text['title-user_edit']['en-us'] = "User";
  21. $text['title-user_edit']['es-cl'] = "Editar Usuario";
  22. $text['title-user_edit']['pt-pt'] = "Utilizador";
  23. $text['title-user_edit']['fr-fr'] = "Modifier l'utilisateur";
  24. $text['title-user_edit']['pl'] = "Użytkownik";
  25. $text['title-user_edit']['uk'] = "Користувач";
  26. $text['title-user_edit']['sv-se'] = "Användare";
  27. $text['title-user_edit']['ro'] = "Utilizator";
  28. $text['title-user_edit']['de-at'] = "Benutzer";
  29. $text['title-user_edit']['he'] = "משתמש";
  30. $text['title-user_add']['en-us'] = "User";
  31. $text['title-user_add']['es-cl'] = "Agregar Usuario";
  32. $text['title-user_add']['pt-pt'] = "Adicionar Utilizador";
  33. $text['title-user_add']['fr-fr'] = "Ajouter un utilisateur";
  34. $text['title-user_add']['pl'] = "Użytkownik";
  35. $text['title-user_add']['uk'] = "Користувач";
  36. $text['title-user_add']['sv-se'] = "Användare";
  37. $text['title-user_add']['ro'] = "Utilizator";
  38. $text['title-user_add']['de-at'] = "Benutzer";
  39. $text['title-user_add']['he'] = "משתמש";
  40. $text['title-group_permissions']['en-us'] = "Group Permissions";
  41. $text['title-group_permissions']['es-cl'] = "Permisos de Grupo";
  42. $text['title-group_permissions']['pt-pt'] = "Permissões do Grupo";
  43. $text['title-group_permissions']['fr-fr'] = "Permissions du Groupe";
  44. $text['title-group_permissions']['pl'] = "Uprawnienia grupy:";
  45. $text['title-group_permissions']['uk'] = "Привілеї групи";
  46. $text['title-group_permissions']['sv-se'] = "Grupp Rättigheter";
  47. $text['title-group_permissions']['ro'] = "Permisiuni grup";
  48. $text['title-group_permissions']['de-at'] = "Gruppenberechtigung";
  49. $text['title-group_permissions']['he'] = "הרשאות קבוצה";
  50. $text['title-group_members']['en-us'] = "Group Members";
  51. $text['title-group_members']['es-cl'] = "Miembros del Grupo";
  52. $text['title-group_members']['pt-pt'] = "Membros do Grupo";
  53. $text['title-group_members']['fr-fr'] = "Membres du Groupe";
  54. $text['title-group_members']['pl'] = "Członkowie grupy:";
  55. $text['title-group_members']['uk'] = "Учасники групи";
  56. $text['title-group_members']['sv-se'] = "Grupp Medlemmar";
  57. $text['title-group_members']['ro'] = "Membri grup";
  58. $text['title-group_members']['de-at'] = "Gruppenmitglieder";
  59. $text['title-group_members']['he'] = "חברי קבוצה";
  60. $text['title-group_manager']['en-us'] = "Group Manager";
  61. $text['title-group_manager']['es-cl'] = "Administración de Grupo";
  62. $text['title-group_manager']['pt-pt'] = "Gestão de Grupos";
  63. $text['title-group_manager']['fr-fr'] = "Gestion de Groupe";
  64. $text['title-group_manager']['pl'] = "Menedżer grup";
  65. $text['title-group_manager']['uk'] = "Групи";
  66. $text['title-group_manager']['sv-se'] = "Grupp Inställningar";
  67. $text['title-group_manager']['ro'] = "";
  68. $text['title-group_manager']['de-at'] = "Gruppenverwaltung";
  69. $text['title-group_manager']['he'] = "מנהל קבוצה";
  70. $text['title-group_edit']['en-us'] = "Edit Group";
  71. $text['title-group_edit']['es-cl'] = "Editar Grupo";
  72. $text['title-group_edit']['pt-pt'] = "Editar Grupo";
  73. $text['title-group_edit']['fr-fr'] = "Modifier le Groupe";
  74. $text['title-group_edit']['pl'] = "Edycja grupy";
  75. $text['title-group_edit']['uk'] = "Редагувати групу";
  76. $text['title-group_edit']['sv-se'] = "Editera Grupp";
  77. $text['title-group_edit']['ro'] = "Editare grup";
  78. $text['title-group_edit']['de-at'] = "Gruppe ändern";
  79. $text['title-group_edit']['he'] = "ערוך קבוצה";
  80. $text['title-group_add']['en-us'] = "Add Group";
  81. $text['title-group_add']['es-cl'] = "Agregar Grupo";
  82. $text['title-group_add']['pt-pt'] = "Adicionar Grupo";
  83. $text['title-group_add']['fr-fr'] = "Ajouter un Groupe";
  84. $text['title-group_add']['pl'] = "Dodaj grupę";
  85. $text['title-group_add']['uk'] = "Додати групу";
  86. $text['title-group_add']['sv-se'] = "Lägg Till Grupp";
  87. $text['title-group_add']['ro'] = "Adăugare grup";
  88. $text['title-group_add']['de-at'] = "Gruppe hinzufügen";
  89. $text['title-group_add']['he'] = "הוסף קבוצה";
  90. $text['option-true']['en-us'] = "True";
  91. $text['option-true']['es-cl'] = "Verdadero";
  92. $text['option-true']['pt-pt'] = "Sim";
  93. $text['option-true']['fr-fr'] = "Oui";
  94. $text['option-true']['pl'] = "Tak";
  95. $text['option-true']['uk'] = "Так";
  96. $text['option-true']['sv-se'] = "Sann";
  97. $text['option-true']['ro'] = "";
  98. $text['option-true']['de-at'] = "Ein";
  99. $text['option-true']['he'] = "חוקי";
  100. $text['option-on_break']['en-us'] = "On Break";
  101. $text['option-on_break']['es-cl'] = "En Pausa";
  102. $text['option-on_break']['pt-pt'] = "Em Pausa";
  103. $text['option-on_break']['fr-fr'] = "En Pause";
  104. $text['option-on_break']['pl'] = "Na przerwie";
  105. $text['option-on_break']['uk'] = "На перерві";
  106. $text['option-on_break']['sv-se'] = "På Rast";
  107. $text['option-on_break']['ro'] = "În pauză";
  108. $text['option-on_break']['de-at'] = "In Pause";
  109. $text['option-on_break']['he'] = "בהפסקה";
  110. $text['option-logged_out']['en-us'] = "Logged Out";
  111. $text['option-logged_out']['es-cl'] = "Desconectado";
  112. $text['option-logged_out']['pt-pt'] = "Desligado";
  113. $text['option-logged_out']['fr-fr'] = "Déconnecté";
  114. $text['option-logged_out']['pl'] = "Wylogowany";
  115. $text['option-logged_out']['uk'] = "Вийшов";
  116. $text['option-logged_out']['sv-se'] = "Utloggad";
  117. $text['option-logged_out']['ro'] = "";
  118. $text['option-logged_out']['de-at'] = "Abgemeldet";
  119. $text['option-logged_out']['he'] = "התנתק";
  120. $text['option-global']['en-us'] = "Global";
  121. $text['option-global']['es-cl'] = "Global";
  122. $text['option-global']['pt-pt'] = "Global";
  123. $text['option-global']['fr-fr'] = "Global";
  124. $text['option-global']['pl'] = "Ogólny";
  125. $text['option-global']['uk'] = "Глобально";
  126. $text['option-global']['sv-se'] = "Global";
  127. $text['option-global']['ro'] = "Global";
  128. $text['option-global']['de-at'] = "Global";
  129. $text['option-global']['he'] = "כללי";
  130. $text['option-false']['en-us'] = "False";
  131. $text['option-false']['es-cl'] = "Falso";
  132. $text['option-false']['pt-pt'] = "Não";
  133. $text['option-false']['fr-fr'] = "Non";
  134. $text['option-false']['pl'] = "Nie";
  135. $text['option-false']['uk'] = "Ні";
  136. $text['option-false']['sv-se'] = "Falsk";
  137. $text['option-false']['ro'] = "";
  138. $text['option-false']['de-at'] = "Aus";
  139. $text['option-false']['he'] = "לא חוקי";
  140. $text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
  141. $text['option-do_not_disturb']['es-cl'] = "No Molestar";
  142. $text['option-do_not_disturb']['pt-pt'] = "Não Perturbar";
  143. $text['option-do_not_disturb']['fr-fr'] = "Ne pas Déranger";
  144. $text['option-do_not_disturb']['pl'] = "Nie przeszkadzaj (DND)";
  145. $text['option-do_not_disturb']['uk'] = "Не турбувати";
  146. $text['option-do_not_disturb']['sv-se'] = "Stör Ej";
  147. $text['option-do_not_disturb']['ro'] = "";
  148. $text['option-do_not_disturb']['de-at'] = "Bitte nicht stören";
  149. $text['option-do_not_disturb']['he'] = "נא לא להפריע";
  150. $text['option-available_on_demand']['en-us'] = "Available (On Demand)";
  151. $text['option-available_on_demand']['es-cl'] = "Disponible (A Pedido)";
  152. $text['option-available_on_demand']['pt-pt'] = "Disponível (A Pedido)";
  153. $text['option-available_on_demand']['fr-fr'] = "Disponible (sur demande)";
  154. $text['option-available_on_demand']['pl'] = "Dostępny (na żądanie)";
  155. $text['option-available_on_demand']['uk'] = "Доступний (на вимогу)";
  156. $text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
  157. $text['option-available_on_demand']['ro'] = "";
  158. $text['option-available_on_demand']['de-at'] = "Verfügbar (auf Anfrage)";
  159. $text['option-available_on_demand']['he'] = "זמין (לפי דרישה(";
  160. $text['option-available']['en-us'] = "Available";
  161. $text['option-available']['es-cl'] = "Disponible";
  162. $text['option-available']['pt-pt'] = "Disponível";
  163. $text['option-available']['fr-fr'] = "Disponible";
  164. $text['option-available']['pl'] = "Dostępny";
  165. $text['option-available']['uk'] = "Доступний";
  166. $text['option-available']['sv-se'] = "Tillgänglig";
  167. $text['option-available']['ro'] = "";
  168. $text['option-available']['de-at'] = "Verfügbar";
  169. $text['option-available']['he'] = "זמין";
  170. $text['message-username_exists']['en-us'] = "Username Already Exists";
  171. $text['message-username_exists']['es-cl'] = "Ya existe Nombre de usuario";
  172. $text['message-username_exists']['pt-pt'] = "Nome de usuário já existe";
  173. $text['message-username_exists']['fr-fr'] = "Le nom d'utilisateur existe déjà";
  174. $text['message-username_exists']['pl'] = "Nazwa użytkownika już istnieje";
  175. $text['message-username_exists']['uk'] = "Користувач вже існує";
  176. $text['message-username_exists']['sv-se'] = "Användarnamnet Existerar Redan";
  177. $text['message-username_exists']['ro'] = "";
  178. $text['message-username_exists']['de-at'] = "Benutzername existiert bereits";
  179. $text['message-username_exists']['he'] = "שם משתמש כבר קיים";
  180. $text['message-password_mismatch']['en-us'] = "Password Mismatch";
  181. $text['message-password_mismatch']['es-cl'] = "Contraseñas no coinciden";
  182. $text['message-password_mismatch']['pt-pt'] = "As passwords não correspondem.";
  183. $text['message-password_mismatch']['fr-fr'] = "Les mots de passe ne correspondent pas";
  184. $text['message-password_mismatch']['pl'] = "Wprowadzone hasła nie są takie same";
  185. $text['message-password_mismatch']['uk'] = "Паролі не співпадають";
  186. $text['message-password_mismatch']['sv-se'] = "Lösenordet Stämmer Inte";
  187. $text['message-password_mismatch']['ro'] = "";
  188. $text['message-password_mismatch']['de-at'] = "Passwörter stimmen nicht überein.";
  189. $text['message-password_mismatch']['he'] = "הסיסמא לא נכונה";
  190. $text['message-password_blank']['en-us'] = "Invalid Password";
  191. $text['message-password_blank']['es-cl'] = "Contraseña No Válida";
  192. $text['message-password_blank']['pt-pt'] = "Senha Inválida";
  193. $text['message-password_blank']['fr-fr'] = "Mot de Passe Incorrect";
  194. $text['message-password_blank']['pl'] = "Nieprawidłowe hasło";
  195. $text['message-password_blank']['uk'] = "Неправильний пароль";
  196. $text['message-password_blank']['sv-se'] = "Ogiltigt Lösenord";
  197. $text['message-password_blank']['ro'] = "";
  198. $text['message-password_blank']['de-at'] = "Falsches Passwort";
  199. $text['message-password_blank']['he'] = "סיסמא לא קיימת";
  200. $text['message-new_group_name']['en-us'] = "Enter a Name for the new Group...";
  201. $text['message-new_group_name']['es-cl'] = "Introduzca un Nombre para el nuevo Grupo...";
  202. $text['message-new_group_name']['pt-pt'] = "Digite um Nome para o novo Grupo...";
  203. $text['message-new_group_name']['fr-fr'] = "Entrez un Nom pour le nouveau Groupe...";
  204. $text['message-new_group_name']['pl'] = "Wprowadź nazwę nowej grupy";
  205. $text['message-new_group_name']['uk'] = "Введіть назву нової групи";
  206. $text['message-new_group_name']['sv-se'] = "Ange ett Namn för den nya Gruppen...";
  207. $text['message-new_group_name']['ro'] = "";
  208. $text['message-new_group_name']['de-at'] = "Geben Sie den Namen der neuen Gruppe an...";
  209. $text['message-new_group_name']['he'] = "הכנס שם לקבוצה";
  210. $text['message-new_group_description']['en-us'] = "Enter a Description for the new Group...";
  211. $text['message-new_group_description']['es-cl'] = "Introduzca una Descripción para el nuevo Grupo...";
  212. $text['message-new_group_description']['pt-pt'] = "Digite uma Descrição para o novo grupo...";
  213. $text['message-new_group_description']['fr-fr'] = "Entrez une Description pour le nouveau groupe...";
  214. $text['message-new_group_description']['pl'] = "Wprowadź opis nowej grupy";
  215. $text['message-new_group_description']['uk'] = "Введіть опис нової групи";
  216. $text['message-new_group_description']['sv-se'] = "Ange en Beskrivning för den nya Gruppen...";
  217. $text['message-new_group_description']['ro'] = "";
  218. $text['message-new_group_description']['de-at'] = "Geben Sie eine Beschreiben für die neue Gruppe an...";
  219. $text['message-new_group_description']['he'] = "הכנס תאור לקבוצה";
  220. $text['message-maximum_users']['en-us'] = "Maximum Users:";
  221. $text['message-maximum_users']['es-cl'] = "Usuarios Máximo Permitido:";
  222. $text['message-maximum_users']['pt-pt'] = "Usuários Máximo Permitido:";
  223. $text['message-maximum_users']['fr-fr'] = "Utilisateurs Maximale Autorisée:";
  224. $text['message-maximum_users']['pl'] = "Maks ilość użytkowników";
  225. $text['message-maximum_users']['uk'] = "Максимальна кількість користувачів";
  226. $text['message-maximum_users']['sv-se'] = "Max Antal Användare:";
  227. $text['message-maximum_users']['ro'] = "";
  228. $text['message-maximum_users']['de-at'] = "Maximale Anzahl an Benutzern:";
  229. $text['message-maximum_users']['he'] = "מקסימום משתמשים";
  230. $text['message-group_exists']['en-us'] = "Group Already Exists";
  231. $text['message-group_exists']['es-cl'] = "El Grupo ya Existe";
  232. $text['message-group_exists']['pt-pt'] = "O Grupo já Existe";
  233. $text['message-group_exists']['fr-fr'] = "Le groupe existe déjà";
  234. $text['message-group_exists']['pl'] = "Grupa już istnieje";
  235. $text['message-group_exists']['uk'] = "Група вже існує";
  236. $text['message-group_exists']['sv-se'] = "Gruppen Existerar Redan";
  237. $text['message-group_exists']['ro'] = "";
  238. $text['message-group_exists']['de-at'] = "Gruppe existiert bereits";
  239. $text['message-group_exists']['he'] = "הקבוצה כבר קיימת";
  240. $text['message-default_system_group']['en-us'] = "Default system groups cannot be edited or deleted.";
  241. $text['message-default_system_group']['es-cl'] = "Grupos predeterminados del sistema no pueden ser editados o eliminados.";
  242. $text['message-default_system_group']['pt-pt'] = "Grupos de sistema padrão não podem ser editados ou apagados.";
  243. $text['message-default_system_group']['fr-fr'] = "Les groupes par défaut du système ne peuvent pas être modifiés ou supprimés.";
  244. $text['message-default_system_group']['pl'] = "Domyślne grupy systemowe nie mogą być edytowane lub usuwane";
  245. $text['message-default_system_group']['uk'] = "Системні групи за замовчуванням не можна редагувати або видаляти";
  246. $text['message-default_system_group']['sv-se'] = "Standard system grupper kan inte redigeras eller tas bort.";
  247. $text['message-default_system_group']['ro'] = "";
  248. $text['message-default_system_group']['de-at'] = "Systemgruppen können nicht bearbeitet oder gelöscht werden.";
  249. $text['message-default_system_group']['he'] = "";
  250. $text['message-copy']['en-us'] = "Copy Completed";
  251. $text['message-copy']['es-cl'] = "Copia Completada";
  252. $text['message-copy']['pt-pt'] = "Cópia Efectuada";
  253. $text['message-copy']['fr-fr'] = "Copie effectuée";
  254. $text['message-copy']['pl'] = "Skopiowano poprawnie";
  255. $text['message-copy']['uk'] = "Скопійовано";
  256. $text['message-copy']['sv-se'] = "Kopiering Slutförd";
  257. $text['message-copy']['ro'] = "Copiere completă";
  258. $text['message-copy']['de-at'] = "Kopieren erfolgreich";
  259. $text['message-copy']['he'] = "העתקה הושלמה";
  260. $text['message-cannot_delete_own_account']['en-us'] = "You cannot delete your own user account. Please login as a different user, then try again.";
  261. $text['message-cannot_delete_own_account']['es-cl'] = "No se puede eliminar su propia cuenta de usuario. Por favor, iniciar sesión como un usuario diferente, vuelva a intentarlo.";
  262. $text['message-cannot_delete_own_account']['pt-pt'] = "Você não pode excluir a sua própria conta de usuário. Identifique-se como um usuário diferente, em seguida, tente novamente.";
  263. $text['message-cannot_delete_own_account']['fr-fr'] = "Vous ne pouvez pas supprimer votre propre compte utilisateur. Veuillez vous identifier en tant qu'un utilisateur différent, puis réessayez.";
  264. $text['message-cannot_delete_own_account']['pl'] = "Nie można usunąć własnego konta użytkownika. Zaloguj się jako inny użytkownik i spróbuj ponownie.";
  265. $text['message-cannot_delete_own_account']['uk'] = "Ви не можете видалити власний обліковий запис. Будь ласка, увійдіть під іншим користувачем, потім повторіть спробу.";
  266. $text['message-cannot_delete_own_account']['sv-se'] = "Du kan inte ta bort ditt egna användarkonto. Logg ain som en annan användare och försök igen.";
  267. $text['message-cannot_delete_own_account']['ro'] = "";
  268. $text['message-cannot_delete_own_account']['de-at'] = "Sie können nicht ihren eigenen Benutzer löschen. Bitte melden Sie sich mit einem anderen Benutzer an und versuchen Sie es erneut.";
  269. $text['message-cannot_delete_own_account']['he'] = "";
  270. $text['label-username']['en-us'] = "Username";
  271. $text['label-username']['es-cl'] = "Nombre de usuario";
  272. $text['label-username']['pt-pt'] = "Nome de Utilizador";
  273. $text['label-username']['fr-fr'] = "Nom d'utilisateur";
  274. $text['label-username']['pl'] = "Użytkownik";
  275. $text['label-username']['uk'] = "Ім’я користувача";
  276. $text['label-username']['sv-se'] = "Användarnamn";
  277. $text['label-username']['ro'] = "Utilizator";
  278. $text['label-username']['de-at'] = "Benutzername";
  279. $text['label-username']['he'] = "שם משתמש";
  280. $text['label-user_language']['en-us'] = "Language";
  281. $text['label-user_language']['es-cl'] = "Lengua";
  282. $text['label-user_language']['pt-pt'] = "Língua";
  283. $text['label-user_language']['fr-fr'] = "Langue";
  284. $text['label-user_language']['pl'] = "Język";
  285. $text['label-user_language']['uk'] = "Мова";
  286. $text['label-user_language']['sv-se'] = "Språk";
  287. $text['label-user_language']['ro'] = "Limbă";
  288. $text['label-user_language']['de-at'] = "Sprache";
  289. $text['label-user_language']['he'] = "שפה";
  290. $text['label-user_info']['en-us'] = "User Info";
  291. $text['label-user_info']['es-cl'] = "Información de Usuario";
  292. $text['label-user_info']['pt-pt'] = "Informação do Utilizador";
  293. $text['label-user_info']['fr-fr'] = "Informations sur l'utilisateur";
  294. $text['label-user_info']['pl'] = "Informacje o użytkowniku";
  295. $text['label-user_info']['uk'] = "Інформація про користувача";
  296. $text['label-user_info']['sv-se'] = "Användar Info";
  297. $text['label-user_info']['ro'] = "";
  298. $text['label-user_info']['de-at'] = "Benutzer Information";
  299. $text['label-user_info']['he'] = "פרטי משתמש";
  300. $text['label-time_zone']['en-us'] = "Time Zone";
  301. $text['label-time_zone']['es-cl'] = "Zona Horaria";
  302. $text['label-time_zone']['pt-pt'] = "Fuso Horário";
  303. $text['label-time_zone']['fr-fr'] = "Fuseau Horaire";
  304. $text['label-time_zone']['pl'] = "Strefa czasowa";
  305. $text['label-time_zone']['uk'] = "Часовий пояс";
  306. $text['label-time_zone']['sv-se'] = "Tidszon";
  307. $text['label-time_zone']['ro'] = "";
  308. $text['label-time_zone']['de-at'] = "Zeitzone";
  309. $text['label-time_zone']['he'] = "אזור זמן";
  310. $text['label-text']['en-us'] = "Text";
  311. $text['label-text']['es-cl'] = "Texto";
  312. $text['label-text']['pt-pt'] = "Texto";
  313. $text['label-text']['fr-fr'] = "Texte";
  314. $text['label-text']['pt-br'] = "Texto";
  315. $text['label-text']['pl'] = "Tekst";
  316. $text['label-text']['he'] = "טֶקסט";
  317. $text['label-text']['uk'] = "текст";
  318. $text['label-text']['sv-se'] = "Text";
  319. $text['label-text']['de-at'] = "Text";
  320. $text['label-text']['ro'] = "Text";
  321. $text['label-text']['fa'] = "";
  322. $text['label-text']['ar-eg'] = "نص";
  323. $text['label-status']['en-us'] = "Status";
  324. $text['label-status']['es-cl'] = "Estado";
  325. $text['label-status']['pt-pt'] = "Estado";
  326. $text['label-status']['fr-fr'] = "Etat";
  327. $text['label-status']['pl'] = "Status";
  328. $text['label-status']['uk'] = "Статус";
  329. $text['label-status']['sv-se'] = "Status";
  330. $text['label-status']['ro'] = "Stare";
  331. $text['label-status']['de-at'] = "Status";
  332. $text['label-status']['he'] = "סטטוס";
  333. $text['label-permission_permissions']['en-us'] = "Permissions";
  334. $text['label-permission_permissions']['es-cl'] = "Permisos";
  335. $text['label-permission_permissions']['pt-pt'] = "Permissões";
  336. $text['label-permission_permissions']['fr-fr'] = "Permissions";
  337. $text['label-permission_permissions']['pl'] = "Uprawnienia";
  338. $text['label-permission_permissions']['uk'] = "Привілеї";
  339. $text['label-permission_permissions']['sv-se'] = "Rättigheter";
  340. $text['label-permission_permissions']['ro'] = "";
  341. $text['label-permission_permissions']['de-at'] = "Berechtigungen";
  342. $text['label-permission_permissions']['he'] = "הרשאות";
  343. $text['label-permission_description']['en-us'] = "Description";
  344. $text['label-permission_description']['es-cl'] = "Descripción";
  345. $text['label-permission_description']['pt-pt'] = "Descrição";
  346. $text['label-permission_description']['fr-fr'] = "Description";
  347. $text['label-permission_description']['pl'] = "Opis";
  348. $text['label-permission_description']['uk'] = "Опис";
  349. $text['label-permission_description']['sv-se'] = "Beskrivning";
  350. $text['label-permission_description']['ro'] = "";
  351. $text['label-permission_description']['de-at'] = "Beschreibung";
  352. $text['label-permission_description']['he'] = "תאור";
  353. $text['label-password']['en-us'] = "Password";
  354. $text['label-password']['es-cl'] = "Contraseña";
  355. $text['label-password']['pt-pt'] = "Palavra-Passe";
  356. $text['label-password']['fr-fr'] = "Mot de passe";
  357. $text['label-password']['pl'] = "Hasło";
  358. $text['label-password']['uk'] = "Пароль";
  359. $text['label-password']['sv-se'] = "Lösenord";
  360. $text['label-password']['ro'] = "Parolă";
  361. $text['label-password']['de-at'] = "Passwort";
  362. $text['label-password']['he'] = "סיסמה";
  363. $text['label-none']['en-us'] = "None";
  364. $text['label-none']['es-cl'] = "Ninguna";
  365. $text['label-none']['pt-pt'] = "Nenhum";
  366. $text['label-none']['fr-fr'] = "Aucun";
  367. $text['label-none']['pt-br'] = "Nenhum";
  368. $text['label-none']['pl'] = "Żaden";
  369. $text['label-none']['he'] = "אף לא אחד";
  370. $text['label-none']['uk'] = "жоден";
  371. $text['label-none']['sv-se'] = "Ingen";
  372. $text['label-none']['de-at'] = "Keiner";
  373. $text['label-none']['ro'] = "Nici unul";
  374. $text['label-none']['fa'] = "";
  375. $text['label-none']['ar-eg'] = "لا شيء";
  376. $text['label-last_name']['en-us'] = "Last Name";
  377. $text['label-last_name']['es-cl'] = "Apellido";
  378. $text['label-last_name']['pt-pt'] = "Último Nome";
  379. $text['label-last_name']['fr-fr'] = "Nom";
  380. $text['label-last_name']['pl'] = "Nazwisko";
  381. $text['label-last_name']['uk'] = "Прізвище";
  382. $text['label-last_name']['sv-se'] = "Efternamn";
  383. $text['label-last_name']['ro'] = "";
  384. $text['label-last_name']['de-at'] = "Nachname";
  385. $text['label-last_name']['he'] = "שם משפחה";
  386. $text['label-image']['en-us'] = "Image";
  387. $text['label-image']['es-cl'] = "Imagen";
  388. $text['label-image']['pt-pt'] = "Imagem";
  389. $text['label-image']['fr-fr'] = "image";
  390. $text['label-image']['pt-br'] = "Imagem";
  391. $text['label-image']['pl'] = "Obraz";
  392. $text['label-image']['he'] = "תמונה";
  393. $text['label-image']['uk'] = "зображення";
  394. $text['label-image']['sv-se'] = "Bild";
  395. $text['label-image']['de-at'] = "Image";
  396. $text['label-image']['ro'] = "Imagine";
  397. $text['label-image']['fa'] = "";
  398. $text['label-image']['ar-eg'] = "صورة";
  399. $text['label-groups']['en-us'] = "Groups";
  400. $text['label-groups']['es-cl'] = "Grupos";
  401. $text['label-groups']['pt-pt'] = "Grupos";
  402. $text['label-groups']['fr-fr'] = "Groupes";
  403. $text['label-groups']['pl'] = "Grupy";
  404. $text['label-groups']['uk'] = "Групи";
  405. $text['label-groups']['sv-se'] = "Grupper";
  406. $text['label-groups']['ro'] = "";
  407. $text['label-groups']['de-at'] = "Gruppen";
  408. $text['label-groups']['he'] = "קבוצות";
  409. $text['label-group_tools']['en-us'] = "Tools";
  410. $text['label-group_tools']['es-cl'] = "Instrumentos";
  411. $text['label-group_tools']['pt-pt'] = "Ferramentas";
  412. $text['label-group_tools']['fr-fr'] = "Outils";
  413. $text['label-group_tools']['pl'] = "Narzędzia";
  414. $text['label-group_tools']['uk'] = "Інструменти";
  415. $text['label-group_tools']['sv-se'] = "Verktyg";
  416. $text['label-group_tools']['ro'] = "";
  417. $text['label-group_tools']['de-at'] = "Funktionen";
  418. $text['label-group_tools']['he'] = "כלים";
  419. $text['label-group_protected']['en-us'] = "Protected";
  420. $text['label-group_protected']['es-cl'] = "Protegido";
  421. $text['label-group_protected']['pt-pt'] = "Protegido";
  422. $text['label-group_protected']['fr-fr'] = "Protégé";
  423. $text['label-group_protected']['pl'] = "Zabezpieczony";
  424. $text['label-group_protected']['uk'] = "Захищено";
  425. $text['label-group_protected']['sv-se'] = "Skyddad";
  426. $text['label-group_protected']['ro'] = "";
  427. $text['label-group_protected']['de-at'] = "Geschützt";
  428. $text['label-group_protected']['he'] = "שמור";
  429. $text['label-group_permissions']['en-us'] = "Permissions";
  430. $text['label-group_permissions']['es-cl'] = "Permisos";
  431. $text['label-group_permissions']['pt-pt'] = "Permissões";
  432. $text['label-group_permissions']['fr-fr'] = "Permissions";
  433. $text['label-group_permissions']['pl'] = "Uprawnienia";
  434. $text['label-group_permissions']['uk'] = "Дозволи";
  435. $text['label-group_permissions']['sv-se'] = "Rättigheter";
  436. $text['label-group_permissions']['ro'] = "";
  437. $text['label-group_permissions']['de-at'] = "Berechtigungen";
  438. $text['label-group_permissions']['he'] = "הראשות";
  439. $text['label-group_name']['en-us'] = "Name";
  440. $text['label-group_name']['es-cl'] = "Nombre";
  441. $text['label-group_name']['pt-pt'] = "Nome";
  442. $text['label-group_name']['fr-fr'] = "Nom";
  443. $text['label-group_name']['pl'] = "Nazwa";
  444. $text['label-group_name']['uk'] = "Назва";
  445. $text['label-group_name']['sv-se'] = "Namn";
  446. $text['label-group_name']['ro'] = "";
  447. $text['label-group_name']['de-at'] = "Name";
  448. $text['label-group_name']['he'] = "שם";
  449. $text['label-group_members']['en-us'] = "Members";
  450. $text['label-group_members']['es-cl'] = "Miembros";
  451. $text['label-group_members']['pt-pt'] = "Membros";
  452. $text['label-group_members']['fr-fr'] = "Membres";
  453. $text['label-group_members']['pl'] = "Członkowie";
  454. $text['label-group_members']['uk'] = "Учасники";
  455. $text['label-group_members']['sv-se'] = "Medlemmar";
  456. $text['label-group_members']['ro'] = "";
  457. $text['label-group_members']['de-at'] = "Mitglieder";
  458. $text['label-group_members']['he'] = "משתמשים";
  459. $text['label-group_description']['en-us'] = "Description";
  460. $text['label-group_description']['es-cl'] = "Descripción";
  461. $text['label-group_description']['pt-pt'] = "Descrição";
  462. $text['label-group_description']['fr-fr'] = "Description";
  463. $text['label-group_description']['pl'] = "Opis";
  464. $text['label-group_description']['uk'] = "Опис";
  465. $text['label-group_description']['sv-se'] = "Beskrivning";
  466. $text['label-group_description']['ro'] = "";
  467. $text['label-group_description']['de-at'] = "Beschreibung";
  468. $text['label-group_description']['he'] = "תאור";
  469. $text['label-group']['en-us'] = "Group";
  470. $text['label-group']['es-cl'] = "Grupo";
  471. $text['label-group']['pt-pt'] = "Grupo";
  472. $text['label-group']['fr-fr'] = "Group";
  473. $text['label-group']['pl'] = "Grupa";
  474. $text['label-group']['uk'] = "Група";
  475. $text['label-group']['sv-se'] = "Grupp";
  476. $text['label-group']['ro'] = "";
  477. $text['label-group']['de-at'] = "Gruppe";
  478. $text['label-group']['he'] = "קבוצה";
  479. $text['label-global']['en-us'] = "Global";
  480. $text['label-global']['es-cl'] = "Global";
  481. $text['label-global']['pt-pt'] = "Global";
  482. $text['label-global']['fr-fr'] = "Global";
  483. $text['label-global']['pl'] = "Ogólny";
  484. $text['label-global']['uk'] = "Глобально";
  485. $text['label-global']['sv-se'] = "Global";
  486. $text['label-global']['ro'] = "";
  487. $text['label-global']['de-at'] = "Global";
  488. $text['label-global']['he'] = "כללי";
  489. $text['label-first_name']['en-us'] = "First Name";
  490. $text['label-first_name']['es-cl'] = "Nombre";
  491. $text['label-first_name']['pt-pt'] = "Primeiro Nome";
  492. $text['label-first_name']['fr-fr'] = "Prénom";
  493. $text['label-first_name']['pl'] = "Imię";
  494. $text['label-first_name']['uk'] = "Ім’я";
  495. $text['label-first_name']['sv-se'] = "Förnamn";
  496. $text['label-first_name']['ro'] = "";
  497. $text['label-first_name']['de-at'] = "Vorname";
  498. $text['label-first_name']['he'] = "שם";
  499. $text['label-email']['en-us'] = "Email";
  500. $text['label-email']['es-cl'] = "Email";
  501. $text['label-email']['pt-pt'] = "Email";
  502. $text['label-email']['fr-fr'] = "Courriel";
  503. $text['label-email']['pl'] = "Email";
  504. $text['label-email']['uk'] = "Електронна пошта";
  505. $text['label-email']['sv-se'] = "E-post";
  506. $text['label-email']['ro'] = "";
  507. $text['label-email']['de-at'] = "Email";
  508. $text['label-email']['he'] = "אימייל";
  509. $text['label-domain']['en-us'] = "Domain";
  510. $text['label-domain']['es-cl'] = "Dominio";
  511. $text['label-domain']['pt-pt'] = "Domínio";
  512. $text['label-domain']['fr-fr'] = "Domaine";
  513. $text['label-domain']['pl'] = "Domena";
  514. $text['label-domain']['uk'] = "Домен";
  515. $text['label-domain']['sv-se'] = "Domän";
  516. $text['label-domain']['ro'] = "Domeniu";
  517. $text['label-domain']['de-at'] = "Domain";
  518. $text['label-domain']['he'] = "תחום";
  519. $text['label-contact']['en-us'] = "Contact";
  520. $text['label-contact']['es-cl'] = "Contacto";
  521. $text['label-contact']['pt-pt'] = "Contacto";
  522. $text['label-contact']['fr-fr'] = "Contact";
  523. $text['label-contact']['pl'] = "Kontakt";
  524. $text['label-contact']['uk'] = "Контакт";
  525. $text['label-contact']['sv-se'] = "Kontakt";
  526. $text['label-contact']['ro'] = "";
  527. $text['label-contact']['de-at'] = "Kontakt";
  528. $text['label-contact']['he'] = "איש קשר";
  529. $text['label-confirm_password']['en-us'] = "Confirm Password";
  530. $text['label-confirm_password']['es-cl'] = "Confirme Contraseña";
  531. $text['label-confirm_password']['pt-pt'] = "Confirmar Palavra-Passe";
  532. $text['label-confirm_password']['fr-fr'] = "Confirmer le mot de passe";
  533. $text['label-confirm_password']['pl'] = "Potwierdź hasło";
  534. $text['label-confirm_password']['uk'] = "Повторити пароль";
  535. $text['label-confirm_password']['sv-se'] = "Bekräfta Lösenord";
  536. $text['label-confirm_password']['ro'] = "";
  537. $text['label-confirm_password']['de-at'] = "Passwort bestätigen";
  538. $text['label-confirm_password']['he'] = "אשר סיסמא";
  539. $text['label-company_name']['en-us'] = "Company Name";
  540. $text['label-company_name']['es-cl'] = "Nombre de la Compañia";
  541. $text['label-company_name']['pt-pt'] = "Nome da Empresa";
  542. $text['label-company_name']['fr-fr'] = "Compagnie";
  543. $text['label-company_name']['pl'] = "Nazwa firmy";
  544. $text['label-company_name']['uk'] = "Назва компанії";
  545. $text['label-company_name']['sv-se'] = "Företags Namn";
  546. $text['label-company_name']['ro'] = "";
  547. $text['label-company_name']['de-at'] = "Firmenname";
  548. $text['label-company_name']['he'] = "שם חברה";
  549. $text['label-api_key']['en-us'] = "API Key";
  550. $text['label-api_key']['es-cl'] = "API Key";
  551. $text['label-api_key']['pt-pt'] = "API Key";
  552. $text['label-api_key']['fr-fr'] = "Clé d'API";
  553. $text['label-api_key']['pl'] = "Klucz API";
  554. $text['label-api_key']['uk'] = "Ключ API";
  555. $text['label-api_key']['sv-se'] = "API Nyckel";
  556. $text['label-api_key']['ro'] = "";
  557. $text['label-api_key']['de-at'] = "API Key";
  558. $text['label-api_key']['he'] = "";
  559. $text['label-additional_info']['en-us'] = "Additional Info";
  560. $text['label-additional_info']['es-cl'] = "Información Adicional";
  561. $text['label-additional_info']['pt-pt'] = "Informação Adicional";
  562. $text['label-additional_info']['fr-fr'] = "Informations additionnelles";
  563. $text['label-additional_info']['pl'] = "Dodatkowe informacje";
  564. $text['label-additional_info']['uk'] = "Додаткова інформація";
  565. $text['label-additional_info']['sv-se'] = "Ytterligare Info";
  566. $text['label-additional_info']['ro'] = "";
  567. $text['label-additional_info']['de-at'] = "Zusätzliche Information";
  568. $text['label-additional_info']['he'] = "מידע נוסף";
  569. $text['label-24-hour']['en-us'] = "24-Hour";
  570. $text['label-24-hour']['es-cl'] = "24 horas";
  571. $text['label-24-hour']['pt-pt'] = "24 horas";
  572. $text['label-24-hour']['fr-fr'] = "24 heures";
  573. $text['label-24-hour']['pt-br'] = "24 horas";
  574. $text['label-24-hour']['pl'] = "24-godzinny";
  575. $text['label-24-hour']['he'] = "24 שעות";
  576. $text['label-24-hour']['uk'] = "24-годинний";
  577. $text['label-24-hour']['sv-se'] = "24-timmars";
  578. $text['label-24-hour']['de-at'] = "24 Stunden";
  579. $text['label-24-hour']['ro'] = "24 de ore";
  580. $text['label-24-hour']['fa'] = "";
  581. $text['label-24-hour']['ar-eg'] = "24 ساعة";
  582. $text['label-12-hour']['en-us'] = "12-Hour";
  583. $text['label-12-hour']['es-cl'] = "12 horas";
  584. $text['label-12-hour']['pt-pt'] = "12 horas";
  585. $text['label-12-hour']['fr-fr'] = "12 heures";
  586. $text['label-12-hour']['pt-br'] = "12 horas";
  587. $text['label-12-hour']['pl'] = "12-godzinny";
  588. $text['label-12-hour']['he'] = "12 שעות";
  589. $text['label-12-hour']['uk'] = "12-годинний";
  590. $text['label-12-hour']['sv-se'] = "12-timmars";
  591. $text['label-12-hour']['de-at'] = "12 Stunden";
  592. $text['label-12-hour']['ro'] = "12 de ore";
  593. $text['label-12-hour']['fa'] = "";
  594. $text['label-12-hour']['ar-eg'] = "12 ساعة";
  595. $text['header-user_setting-edit']['en-us'] = "User Setting";
  596. $text['header-user_setting-edit']['es-cl'] = "Configuración de Usuario";
  597. $text['header-user_setting-edit']['pt-pt'] = "Definição do Utilizador";
  598. $text['header-user_setting-edit']['fr-fr'] = "Cadre de l'utilisateur";
  599. $text['header-user_setting-add']['en-us'] = "User Setting Add";
  600. $text['header-user_setting-add']['es-cl'] = "Ajuste del usuario Agregar";
  601. $text['header-user_setting-add']['pt-pt'] = "Usuário setting Adicionar";
  602. $text['header-user_setting-add']['fr-fr'] = "Cadre utilisateur Ajouter";
  603. $text['header-user_manager']['en-us'] = "Users";
  604. $text['header-user_manager']['es-cl'] = "Administración de Usuario";
  605. $text['header-user_manager']['pt-pt'] = "Gestão de Utilizadores";
  606. $text['header-user_manager']['fr-fr'] = "Gestion des utilisateurs";
  607. $text['header-user_manager']['pl'] = "Menadżer użytkowników";
  608. $text['header-user_manager']['uk'] = "Користувачі";
  609. $text['header-user_manager']['sv-se'] = "Användar Inställningar";
  610. $text['header-user_manager']['ro'] = "";
  611. $text['header-user_manager']['de-at'] = "Benutzerverwaltung";
  612. $text['header-user_manager']['he'] = "מנהל משתמש";
  613. $text['header-user_edit']['en-us'] = "User";
  614. $text['header-user_edit']['es-cl'] = "Editar Usuario";
  615. $text['header-user_edit']['pt-pt'] = "Editar Utilizador";
  616. $text['header-user_edit']['fr-fr'] = "Modifier l'utilisateur";
  617. $text['header-user_edit']['pl'] = "Użytkownik";
  618. $text['header-user_edit']['uk'] = "Користувач";
  619. $text['header-user_edit']['sv-se'] = "Användare";
  620. $text['header-user_edit']['ro'] = "";
  621. $text['header-user_edit']['de-at'] = "Benutzer";
  622. $text['header-user_edit']['he'] = "משתמש";
  623. $text['header-user_add']['en-us'] = "User";
  624. $text['header-user_add']['es-cl'] = "Agregar Usuario";
  625. $text['header-user_add']['pt-pt'] = "Adicionar Utilizador";
  626. $text['header-user_add']['fr-fr'] = "Ajout d'un utilisateur";
  627. $text['header-user_add']['pl'] = "Użytkownik";
  628. $text['header-user_add']['uk'] = "Користувач";
  629. $text['header-user_add']['sv-se'] = "Användare";
  630. $text['header-user_add']['ro'] = "";
  631. $text['header-user_add']['de-at'] = "Benutzer";
  632. $text['header-user_add']['he'] = "משתמש";
  633. $text['header-group_permissions']['en-us'] = "Group Permissions: ";
  634. $text['header-group_permissions']['es-cl'] = "Permisos de Grupo: ";
  635. $text['header-group_permissions']['pt-pt'] = "Permissões do Grupo: ";
  636. $text['header-group_permissions']['fr-fr'] = "Permissions du Groupe: ";
  637. $text['header-group_permissions']['pl'] = "Uprawnienia grupy";
  638. $text['header-group_permissions']['uk'] = "Привілеї групи:";
  639. $text['header-group_permissions']['sv-se'] = "Grupp Rättigheter";
  640. $text['header-group_permissions']['ro'] = "";
  641. $text['header-group_permissions']['de-at'] = "Gruppenberechtigungen:";
  642. $text['header-group_permissions']['he'] = "הרשאות קבוצה";
  643. $text['header-group_members']['en-us'] = "Group Members: ";
  644. $text['header-group_members']['es-cl'] = "Miembros de Grupo: ";
  645. $text['header-group_members']['pt-pt'] = "Membros do Grupo: ";
  646. $text['header-group_members']['fr-fr'] = "Membres du Groupe: ";
  647. $text['header-group_members']['pl'] = "Członkowie grupy:";
  648. $text['header-group_members']['uk'] = "Учасники групи: ";
  649. $text['header-group_members']['sv-se'] = "Grupp Medlemmar:";
  650. $text['header-group_members']['ro'] = "";
  651. $text['header-group_members']['de-at'] = "Gruppenmitglieder:";
  652. $text['header-group_members']['he'] = "משתמשי קבוצה";
  653. $text['header-group_manager']['en-us'] = "Group Manager";
  654. $text['header-group_manager']['es-cl'] = "Administración de Grupo";
  655. $text['header-group_manager']['pt-pt'] = "Gestão de Grupos";
  656. $text['header-group_manager']['fr-fr'] = "Gestion de Groupe";
  657. $text['header-group_manager']['pl'] = "Menadżer grup";
  658. $text['header-group_manager']['uk'] = "Групи";
  659. $text['header-group_manager']['sv-se'] = "Grupp Inställningar";
  660. $text['header-group_manager']['ro'] = "";
  661. $text['header-group_manager']['de-at'] = "Gruppenverwaltung";
  662. $text['header-group_manager']['he'] = "מנהל קבוצה";
  663. $text['header-group_edit']['en-us'] = "Edit Group";
  664. $text['header-group_edit']['es-cl'] = "Editar Grupo";
  665. $text['header-group_edit']['pt-pt'] = "Editar Grupo";
  666. $text['header-group_edit']['fr-fr'] = "Modifier le Groupe";
  667. $text['header-group_edit']['pl'] = "Edycja grupy";
  668. $text['header-group_edit']['uk'] = "Редагувати групу";
  669. $text['header-group_edit']['sv-se'] = "Editera Grupp";
  670. $text['header-group_edit']['ro'] = "";
  671. $text['header-group_edit']['de-at'] = "Gruppe bearbeiten";
  672. $text['header-group_edit']['he'] = "ערוך קבוצה";
  673. $text['header-group_add']['en-us'] = "Add Group";
  674. $text['header-group_add']['es-cl'] = "Agregar Grupo";
  675. $text['header-group_add']['pt-pt'] = "Adicionar Grupo";
  676. $text['header-group_add']['fr-fr'] = "Ajouter un Groupe";
  677. $text['header-group_add']['pl'] = "Dodaj grupę";
  678. $text['header-group_add']['uk'] = "Додати групу";
  679. $text['header-group_add']['sv-se'] = "Lägg Till Grupp";
  680. $text['header-group_add']['ro'] = "";
  681. $text['header-group_add']['de-at'] = "Gruppe hinzufügen";
  682. $text['header-group_add']['he'] = "הוסף קבוצה";
  683. $text['description-user_setting-edit']['en-us'] = "Edit a setting for this user.";
  684. $text['description-user_setting-edit']['es-cl'] = "Editar un escenario de este usuario.";
  685. $text['description-user_setting-edit']['pt-pt'] = "Editar uma configuração para este usuário.";
  686. $text['description-user_setting-edit']['fr-fr'] = "Modifier un réglage pour cet utilisateur.";
  687. $text['description-user_setting-add']['en-us'] = "Add a setting for this user.";
  688. $text['description-user_setting-add']['es-cl'] = "Añadir un entorno para este usuario.";
  689. $text['description-user_setting-add']['pt-pt'] = "Adicionar uma definição para esse usuário.";
  690. $text['description-user_setting-add']['fr-fr'] = "Ajouter un cadre pour cet utilisateur.";
  691. $text['description-user_manager']['en-us'] = "Add, edit, delete, and search users. ";
  692. $text['description-user_manager']['es-cl'] = "Agregar, Editar, Eliminar y Buscar Usuarios. ";
  693. $text['description-user_manager']['pt-pt'] = "Adicionar, editar, remover e pesquisar utilizadores. ";
  694. $text['description-user_manager']['fr-fr'] = "Ajouter, modifier, supprimer et chercher des utilisateurs. ";
  695. $text['description-user_manager']['pl'] = "Dodaj, edytuj, usuń i wyszukaj użytkowników.";
  696. $text['description-user_manager']['uk'] = "Додавання, редагування, видалення та пошук користувачів";
  697. $text['description-user_manager']['sv-se'] = "Lägg Till, editera, ta bort och sök användare.";
  698. $text['description-user_manager']['ro'] = "";
  699. $text['description-user_manager']['de-at'] = "Benutzer anlegen, editieren, löschen und suchen.";
  700. $text['description-user_manager']['he'] = "הוסף, ערוך, מחק וחפש משתמשים";
  701. $text['description-user_language']['en-us'] = "Select the language.";
  702. $text['description-user_language']['es-cl'] = "Seleccione el idioma.";
  703. $text['description-user_language']['pt-pt'] = "Selecione o idioma.";
  704. $text['description-user_language']['fr-fr'] = "Sélectionnez la langue.";
  705. $text['description-user_language']['pl'] = "Wybierz język";
  706. $text['description-user_language']['uk'] = "Виберіть мову";
  707. $text['description-user_language']['sv-se'] = "Välj Språk";
  708. $text['description-user_language']['ro'] = "Selecție limbă";
  709. $text['description-user_language']['de-at'] = "Sprache auswählen";
  710. $text['description-user_language']['he'] = "בחר שפה";
  711. $text['description-user_edit']['en-us'] = "Edit user information and group membership. ";
  712. $text['description-user_edit']['es-cl'] = "Editar información del usuario y pertenencia al grupo. ";
  713. $text['description-user_edit']['pt-pt'] = "Editar a informação do utilizador e os membros do grupo. ";
  714. $text['description-user_edit']['fr-fr'] = "Modifier les informations de l'utilisateur et l'appartenance au groupe.";
  715. $text['description-user_edit']['pl'] = "Edytuj informacje o użytkowniku i przynależności do grupy.";
  716. $text['description-user_edit']['uk'] = "Змініть інформацію користувача і членство в групі.";
  717. $text['description-user_edit']['sv-se'] = "Meditera användarinformation och grupp medlemskap.";
  718. $text['description-user_edit']['ro'] = "";
  719. $text['description-user_edit']['de-at'] = "Benutzerinformationen und Gruppen verwalten.";
  720. $text['description-user_edit']['he'] = "ערוך פרטי משתמש ושיוך לקבוצה";
  721. $text['description-user_add']['en-us'] = "To add a user, please fill out this form completely. All fields are required. ";
  722. $text['description-user_add']['es-cl'] = "Para agregar un usuario, por favor llene completamente el siguiente formulario. Todos los campos son obligatorios. ";
  723. $text['description-user_add']['pt-pt'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. ";
  724. $text['description-user_add']['fr-fr'] = "Afin d'ajouter des utilisateurs, remplissez complètement ce formulaire. Tous les champs sont requis. ";
  725. $text['description-user_add']['pl'] = "Aby dodać użytkownika, wypełnij ten formularz w całości. Wszystkie pola są wymagane.";
  726. $text['description-user_add']['uk'] = "Щоб додати користувача, будь ласка, заповніть цю форму повністю. Всі поля обов'язкові для заповнення.";
  727. $text['description-user_add']['sv-se'] = "För att lägga till en användare, fyll i hela detta formulär. Alla fält måste fyllas i.";
  728. $text['description-user_add']['ro'] = "";
  729. $text['description-user_add']['de-at'] = "Um einen Benutzer anzulegen, füllen Sie bitte dieses Formular komplett aus. Alle Felder sind erforderlich.";
  730. $text['description-user_add']['he'] = "בכדי להוסיף משתמש, אנא הכנס את הפרטים בכל השדות.";
  731. $text['description-time_zone']['en-us'] = "Select the default time zone.";
  732. $text['description-time_zone']['es-cl'] = "Seleccione la zona horaria por defecto.";
  733. $text['description-time_zone']['pt-pt'] = "Escolha o fuso horário por omissão.";
  734. $text['description-time_zone']['fr-fr'] = "Sélectionnez le fuseau horaire par défaut.";
  735. $text['description-time_zone']['pl'] = "Wybierz domyślną strefę czasową";
  736. $text['description-time_zone']['uk'] = "Виберіть часовий пояс за замовчуванням.";
  737. $text['description-time_zone']['sv-se'] = "Välj standard tidszon";
  738. $text['description-time_zone']['ro'] = "";
  739. $text['description-time_zone']['de-at'] = "Wählen Sie die Standard Zeitzone";
  740. $text['description-time_zone']['he'] = "הגדר אזור זמן";
  741. $text['description-status']['en-us'] = "Set the user's presence.";
  742. $text['description-status']['es-cl'] = "Configure la presencia del usuario.";
  743. $text['description-status']['pt-pt'] = "Escolher o estado de presença do utilizador.";
  744. $text['description-status']['fr-fr'] = "Sélectionnez l'état de présence de l'utilisateur.";
  745. $text['description-status']['pl'] = "Wybierz status użytkownika";
  746. $text['description-status']['uk'] = "Виберіть статус користувача";
  747. $text['description-status']['sv-se'] = "Välj en användarstatus.";
  748. $text['description-status']['ro'] = "Selectați starea utilizatorului";
  749. $text['description-status']['de-at'] = "Benutzerstatus auswählen";
  750. $text['description-status']['he'] = "בחר את סטטוס המשתמש";
  751. $text['description-group_permissions']['en-us'] = "Assign permissions for this group.";
  752. $text['description-group_permissions']['es-cl'] = "Asigne permisos para este grupo.";
  753. $text['description-group_permissions']['pt-pt'] = "Atribua permissões para este grupo.";
  754. $text['description-group_permissions']['fr-fr'] = "Assignez des permissions à ce groupe.";
  755. $text['description-group_permissions']['pl'] = "Przypisywanie uprawnień tej grupie.";
  756. $text['description-group_permissions']['uk'] = "Призначення привілеїв для цієї групи.";
  757. $text['description-group_permissions']['sv-se'] = "Tilldela rättigheter till denna grupp.";
  758. $text['description-group_permissions']['ro'] = "";
  759. $text['description-group_permissions']['de-at'] = "Ordnen Sie Berechtigungen für diese Gruppe zu.";
  760. $text['description-group_permissions']['he'] = "צור הרשאות לקבוצה";
  761. $text['description-group_edit']['en-us'] = "Edit the properties of the group.";
  762. $text['description-group_edit']['es-cl'] = "Editar las propiedades del grupo.";
  763. $text['description-group_edit']['pt-pt'] = "Editar as propriedades do grupo.";
  764. $text['description-group_edit']['fr-fr'] = "Modifier les propriétés du groupe.";
  765. $text['description-group_edit']['pl'] = "Edytuj właściwości grupy.";
  766. $text['description-group_edit']['uk'] = "Зміна властивостей групи.";
  767. $text['description-group_edit']['sv-se'] = "Editera inställningar för gruppen.";
  768. $text['description-group_edit']['ro'] = "";
  769. $text['description-group_edit']['de-at'] = "Bearbeiten Sie die Eigenschaften dieser Gruppe";
  770. $text['description-group_edit']['he'] = "";
  771. $text['description-group_add']['en-us'] = "Create a new user group.";
  772. $text['description-group_add']['es-cl'] = "Crear un nuevo grupo de usuarios.";
  773. $text['description-group_add']['pt-pt'] = "Criar um novo grupo de usuários.";
  774. $text['description-group_add']['fr-fr'] = "Créez un nouveau groupe d'utilisateurs.";
  775. $text['description-group_add']['pl'] = "Utwórz nową grupę użytkowników.";
  776. $text['description-group_add']['uk'] = "Створити нову групу користувачів.";
  777. $text['description-group_add']['sv-se'] = "Skapa en ny användargrupp.";
  778. $text['description-group_add']['ro'] = "";
  779. $text['description-group_add']['de-at'] = "Legen Sie einen neue Gruppe an.";
  780. $text['description-group_add']['he'] = "";
  781. $text['description-enabled']['en-us'] = "Set the status of this account.";
  782. $text['description-enabled']['es-cl'] = "Indique el estaso de esta cuenta.";
  783. $text['description-enabled']['pt-pt'] = "Escolha o estado desta conta.";
  784. $text['description-enabled']['fr-fr'] = "Choisir le statut de ce compte.";
  785. $text['description-enabled']['pl'] = "Ustaw status numeru wewnętrznego.";
  786. $text['description-enabled']['uk'] = "Вкажіть стан цього облікового запису.";
  787. $text['description-enabled']['sv-se'] = "Välj status på denna standardinställning.";
  788. $text['description-enabled']['ro'] = "";
  789. $text['description-enabled']['de-at'] = "Setzen Sie den Status dieses Kontos.";
  790. $text['description-enabled']['he'] = "בחר את הסטטוס לחשבון זה";
  791. $text['description-contact_view']['en-us'] = "View";
  792. $text['description-contact_view']['es-cl'] = "Ver";
  793. $text['description-contact_view']['pt-pt'] = "Ver";
  794. $text['description-contact_view']['fr-fr'] = "Voir";
  795. $text['description-contact_view']['pl'] = "Widok";
  796. $text['description-contact_view']['uk'] = "Перегляд";
  797. $text['description-contact_view']['sv-se'] = "Granska";
  798. $text['description-contact_view']['ro'] = "";
  799. $text['description-contact_view']['de-at'] = "Ansicht";
  800. $text['description-contact_view']['he'] = "הצג";
  801. $text['description-contact']['en-us'] = "Assign a contact to this user account.";
  802. $text['description-contact']['es-cl'] = "Asignar un contacto a este usuario.";
  803. $text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador.";
  804. $text['description-contact']['fr-fr'] = "Attacher un contact à ce compte utilisateur";
  805. $text['description-contact']['pl'] = "Wybierz numer";
  806. $text['description-contact']['uk'] = "Призначити контакт в цей обліковий запис користувача.";
  807. $text['description-contact']['sv-se'] = "Tilldela en kontakt till detta konto.";
  808. $text['description-contact']['ro'] = "";
  809. $text['description-contact']['de-at'] = "Weisen Sie diesem Benutzer einen Kontakt zu.";
  810. $text['description-contact']['he'] = "שייך איש קשר לחשבון";
  811. $text['description-api_key']['en-us'] = "Enter the API key is often a UUID. The API key should be 128 bit or greater.";
  812. $text['description-api_key']['es-cl'] = "Indique la API key.";
  813. $text['description-api_key']['pt-pt'] = "";
  814. $text['description-api_key']['fr-fr'] = "Entrez la clé d'API. Il s'agit souvent d'un identifiant universel unique (UUID). La clé devrait faire 128 bits ou plus de longueur.";
  815. $text['description-api_key']['pl'] = "Wprowadź klucz API, który jest często UUID. Klucz API powinien być 128 bitowy lub lepszy.";
  816. $text['description-api_key']['uk'] = "Введіть ключ API, зазвичай UUID. Ключ API повинен бути 128 біт або більше.";
  817. $text['description-api_key']['sv-se'] = "Ange API nyckel (ofta UUID). API nyckeln borde vara 128 bit eller mer.";
  818. $text['description-api_key']['ro'] = "";
  819. $text['description-api_key']['de-at'] = "Geben Sie den API Schlüssel an. Der API Schlüssel sollte mindestens 128 bit oder länger sein.";
  820. $text['description-api_key']['he'] = "";
  821. $text['confirm-delete']['en-us'] = "Do you really want to delete this?";
  822. $text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
  823. $text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
  824. $text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
  825. $text['confirm-delete']['pl'] = "Czy na pewno chcesz to usunąć?";
  826. $text['confirm-delete']['uk'] = "Ви дійсно бажаєте це видалити?";
  827. $text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
  828. $text['confirm-delete']['ro'] = "";
  829. $text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?";
  830. $text['confirm-delete']['he'] = "?בטוח שאתה רוצה למחוק";
  831. $text['button-show_all']['en-us'] = "Show All";
  832. $text['button-show_all']['es-cl'] = "Mostrar Todos";
  833. $text['button-show_all']['pt-pt'] = "Mostrar Todos";
  834. $text['button-show_all']['fr-fr'] = "Tout Montrer";
  835. $text['button-show_all']['pl'] = "Pokaż wszystkie";
  836. $text['button-show_all']['uk'] = "Показати всі";
  837. $text['button-show_all']['sv-se'] = "Visa Allt";
  838. $text['button-show_all']['ro'] = "";
  839. $text['button-show_all']['de-at'] = "Alle anzeigen";
  840. $text['button-show_all']['he'] = "הצג הכל";
  841. $text['button-generate']['en-us'] = "Generate";
  842. $text['button-generate']['es-cl'] = "Generar";
  843. $text['button-generate']['pt-pt'] = "Geração";
  844. $text['button-generate']['fr-fr'] = "Générer";
  845. $text['button-generate']['pl'] = "Generuj";
  846. $text['button-generate']['uk'] = "Згенерувати";
  847. $text['button-generate']['sv-se'] = "Generera";
  848. $text['button-generate']['ro'] = "";
  849. $text['button-generate']['de-at'] = "Generieren";
  850. $text['button-generate']['he'] = "יצר";
  851. $text['button-create_account']['en-us'] = "Create Account";
  852. $text['button-create_account']['es-cl'] = "Crear Cuenta";
  853. $text['button-create_account']['pt-pt'] = "Criar Conta";
  854. $text['button-create_account']['fr-fr'] = "Créer le Compte";
  855. $text['button-create_account']['pl'] = "Załóż konto";
  856. $text['button-create_account']['uk'] = "Створити обліковий запис";
  857. $text['button-create_account']['sv-se'] = "Skapa Konto";
  858. $text['button-create_account']['ro'] = "";
  859. $text['button-create_account']['de-at'] = "Konto hinzufügen";
  860. $text['button-create_account']['he'] = "צור חשבון";
  861. $text['button-add_member']['en-us'] = "Add Member";
  862. $text['button-add_member']['es-cl'] = "Agregar Miembro";
  863. $text['button-add_member']['pt-pt'] = "Adicionar Membro";
  864. $text['button-add_member']['fr-fr'] = "Ajouter un Membre";
  865. $text['button-add_member']['pl'] = "Dodaj członka";
  866. $text['button-add_member']['uk'] = "Додати учасника";
  867. $text['button-add_member']['sv-se'] = "Lägg Till Medlem";
  868. $text['button-add_member']['ro'] = "";
  869. $text['button-add_member']['de-at'] = "Mitglied hinzufügen";
  870. $text['button-add_member']['he'] = "הוסף משתמש";
  871. ?>