mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
Merge branch 'seeddms-4.3.17' into develop
This commit is contained in:
commit
49afb6cfd6
|
@ -118,6 +118,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'نوع الكائن',
|
||||
'attrdef_regex' => '',
|
||||
'attrdef_type' => 'نوع',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'مجموعة القيم',
|
||||
'attributes' => 'السمات',
|
||||
'attribute_changed_email_body' => 'تم تغيير سمة
|
||||
|
@ -616,6 +622,7 @@ URL: [url]',
|
|||
'october' => 'اكتوبر',
|
||||
'old' => 'قديم',
|
||||
'only_jpg_user_images' => 'فقط يمكنك استخدام ملفات من تنسيق jpg كصورة المستخدم',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'اسم الملف الاصلي',
|
||||
'owner' => 'المالك',
|
||||
'ownership_changed_email' => 'تم تغيير المالك',
|
||||
|
|
|
@ -109,6 +109,12 @@ $text = array(
|
|||
'attrdef_objtype' => 'Тип на обекта',
|
||||
'attrdef_regex' => '',
|
||||
'attrdef_type' => 'Тип',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Набор стойности',
|
||||
'attributes' => 'Атрибути',
|
||||
'attribute_changed_email_body' => '',
|
||||
|
@ -523,6 +529,7 @@ $text = array(
|
|||
'october' => 'октомври',
|
||||
'old' => 'Стар',
|
||||
'only_jpg_user_images' => 'Разрешени са само .jpg-изображения',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Оригинално име на файл',
|
||||
'owner' => 'Собственик',
|
||||
'ownership_changed_email' => 'Собственикът променен',
|
||||
|
|
|
@ -114,6 +114,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => '',
|
||||
'attrdef_regex' => '',
|
||||
'attrdef_type' => '',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => '',
|
||||
'attributes' => '',
|
||||
'attribute_changed_email_body' => '',
|
||||
|
@ -528,6 +534,7 @@ URL: [url]',
|
|||
'october' => 'Octubre',
|
||||
'old' => 'Vell',
|
||||
'only_jpg_user_images' => 'Només pot utilitzar imatges .jpg com imatges d\'usuari',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => '',
|
||||
'owner' => 'Propietari/a',
|
||||
'ownership_changed_email' => 'Propietari/a canviat',
|
||||
|
|
|
@ -125,6 +125,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Typ objektu',
|
||||
'attrdef_regex' => 'Regulární výraz',
|
||||
'attrdef_type' => 'Typ',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Soubor hodnot',
|
||||
'attributes' => 'Atributy',
|
||||
'attribute_changed_email_body' => 'Atributy změněny
|
||||
|
@ -623,6 +629,7 @@ URL: [url]',
|
|||
'october' => 'Říjen',
|
||||
'old' => 'Starý',
|
||||
'only_jpg_user_images' => 'Pro obrázky uživatelů je možné použít pouze obrázky .jpg',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Originální název souboru',
|
||||
'owner' => 'Vlastník',
|
||||
'ownership_changed_email' => 'Vlastník změněn',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
// Translators: Admin (1959), dgrutsch (18)
|
||||
// Translators: Admin (1967), dgrutsch (18)
|
||||
|
||||
$text = array(
|
||||
'accept' => 'Übernehmen',
|
||||
|
@ -130,6 +130,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Objekttyp',
|
||||
'attrdef_regex' => 'Regulärer Ausdruck',
|
||||
'attrdef_type' => 'Typ',
|
||||
'attrdef_type_boolean' => 'Boolean',
|
||||
'attrdef_type_email' => 'E-Mail',
|
||||
'attrdef_type_float' => 'Dezimalzahl',
|
||||
'attrdef_type_int' => 'Ganzahlig',
|
||||
'attrdef_type_string' => 'Zeichenkette',
|
||||
'attrdef_type_url' => 'URL',
|
||||
'attrdef_valueset' => 'Werteauswahl',
|
||||
'attributes' => 'Attribute',
|
||||
'attribute_changed_email_body' => 'Attribut geändert
|
||||
|
@ -627,6 +633,7 @@ URL: [url]',
|
|||
'october' => 'Oktober',
|
||||
'old' => 'Alt',
|
||||
'only_jpg_user_images' => 'Es sind nur JPG-Bilder erlaubt',
|
||||
'order_by_sequence_off' => 'Die Sortierung nach Folge ist in den Einstellungen ausgeschaltet. Wenn dieser Parameter wirksam sein soll, muss sie wieder eingeschaltet werden.',
|
||||
'original_filename' => 'Original filename',
|
||||
'owner' => 'Besitzer',
|
||||
'ownership_changed_email' => 'Besitzer geändert',
|
||||
|
@ -1158,7 +1165,7 @@ URL: [url]',
|
|||
'unknown_owner' => 'unbekannte Besitzeridentifikation',
|
||||
'unknown_user' => 'unbekannte Benutzeridentifikation',
|
||||
'unlinked_content' => 'Dokumenteninhalt ohne Dokument',
|
||||
'unlinked_documents' => 'Lose Dokumenten',
|
||||
'unlinked_documents' => 'Nicht verknüpfte Dokumente',
|
||||
'unlinked_folders' => 'Lose Ordner',
|
||||
'unlinking_objects' => 'Lösche verwaiste Objekte',
|
||||
'unlock_cause_access_mode_all' => 'Sie verfügen jedoch über unbeschränken Zugriff auf dieses Dokument.<br>Daher wird die Sperrung beim Update automatisch aufgehoben',
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
// Translators: Admin (1084), dgrutsch (3), netixw (14)
|
||||
// Translators: Admin (1093), dgrutsch (3), netixw (14)
|
||||
|
||||
$text = array(
|
||||
'accept' => 'Accept',
|
||||
|
@ -130,6 +130,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Object type',
|
||||
'attrdef_regex' => 'Regular expression',
|
||||
'attrdef_type' => 'Type',
|
||||
'attrdef_type_boolean' => 'Boolean',
|
||||
'attrdef_type_email' => 'Email',
|
||||
'attrdef_type_float' => 'Float',
|
||||
'attrdef_type_int' => 'Integer',
|
||||
'attrdef_type_string' => 'String',
|
||||
'attrdef_type_url' => 'URL',
|
||||
'attrdef_valueset' => 'Set of values',
|
||||
'attributes' => 'Attributes',
|
||||
'attribute_changed_email_body' => 'Attribute changed
|
||||
|
@ -627,6 +633,7 @@ URL: [url]',
|
|||
'october' => 'October',
|
||||
'old' => 'Old',
|
||||
'only_jpg_user_images' => 'Only .jpg-images may be used as user-images',
|
||||
'order_by_sequence_off' => 'Ordering by sequence is turned of in the settings. If you want this parameter to have effect, you will have to turn it back on.',
|
||||
'original_filename' => 'Original filename',
|
||||
'owner' => 'Owner',
|
||||
'ownership_changed_email' => 'Owner changed',
|
||||
|
@ -810,7 +817,7 @@ URL: [url]',
|
|||
'select_category' => 'Click to select category',
|
||||
'select_groups' => 'Click to select groups',
|
||||
'select_grp_approvers' => 'Click to select group approver',
|
||||
'select_grp_notification' => 'Click to select a group notification',
|
||||
'select_grp_notification' => 'Click to select group notification',
|
||||
'select_grp_reviewers' => 'Click to select group reviewer',
|
||||
'select_ind_approvers' => 'Click to select individual approver',
|
||||
'select_ind_notification' => 'Click to select individual notification',
|
||||
|
|
|
@ -125,6 +125,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Tipo de objeto',
|
||||
'attrdef_regex' => 'Expresión regular',
|
||||
'attrdef_type' => 'Tipo',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Conjunto de valores',
|
||||
'attributes' => 'Atributos',
|
||||
'attribute_changed_email_body' => 'Atributo modificado
|
||||
|
@ -623,6 +629,7 @@ URL: [url]',
|
|||
'october' => 'Octubre',
|
||||
'old' => 'Viejo',
|
||||
'only_jpg_user_images' => 'Sólo puede usar imágenes .jpg como imágenes de usuario',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Nombre de fichero original',
|
||||
'owner' => 'Propietario',
|
||||
'ownership_changed_email' => 'Propietario modificado',
|
||||
|
|
|
@ -125,6 +125,12 @@ URL : [url]',
|
|||
'attrdef_objtype' => 'Type objet',
|
||||
'attrdef_regex' => 'Expression régulière',
|
||||
'attrdef_type' => 'Type',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Ensemble de valeurs',
|
||||
'attributes' => 'Attributs',
|
||||
'attribute_changed_email_body' => 'Attribut changé
|
||||
|
@ -622,6 +628,7 @@ URL: [url]',
|
|||
'october' => 'Octobre',
|
||||
'old' => 'Ancien',
|
||||
'only_jpg_user_images' => 'Images d\'utilisateur au format .jpg seulement',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Nom de fichier original',
|
||||
'owner' => 'Propriétaire',
|
||||
'ownership_changed_email' => 'Propriétaire modifié',
|
||||
|
|
|
@ -125,6 +125,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Objektum típus',
|
||||
'attrdef_regex' => 'Szabályos kifejezés',
|
||||
'attrdef_type' => 'Típus',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Értékek beállítása',
|
||||
'attributes' => 'Jellemzők',
|
||||
'attribute_changed_email_body' => 'Jellemző módosult
|
||||
|
@ -623,6 +629,7 @@ URL: [url]',
|
|||
'october' => 'Október',
|
||||
'old' => 'Régi',
|
||||
'only_jpg_user_images' => 'Felhasználói képként csak .jpg állományok adhatók meg',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Eredeti fájlnév',
|
||||
'owner' => 'Tulajdonos',
|
||||
'ownership_changed_email' => 'Tulajdonos megváltozott',
|
||||
|
|
|
@ -130,6 +130,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Tipo di oggetto',
|
||||
'attrdef_regex' => 'Espressione regolare',
|
||||
'attrdef_type' => 'Tipo',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Set di valori',
|
||||
'attributes' => 'Attributi',
|
||||
'attribute_changed_email_body' => 'Attributo modificato
|
||||
|
@ -628,6 +634,7 @@ URL: [url]',
|
|||
'october' => 'Ottobre',
|
||||
'old' => 'Vecchio',
|
||||
'only_jpg_user_images' => 'Possono essere utilizzate solo immagini di tipo jpeg',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Nome file originale',
|
||||
'owner' => 'Proprietario',
|
||||
'ownership_changed_email' => 'Proprietario cambiato',
|
||||
|
|
|
@ -118,6 +118,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Object type',
|
||||
'attrdef_regex' => 'Veelgebruikte uitdrukking',
|
||||
'attrdef_type' => 'Type',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Verzameling waarden',
|
||||
'attributes' => 'Attributen',
|
||||
'attribute_changed_email_body' => 'Attribuut gewijzigd
|
||||
|
@ -615,6 +621,7 @@ URL: [url]',
|
|||
'october' => 'oktober',
|
||||
'old' => 'Oude',
|
||||
'only_jpg_user_images' => 'U mag alleen .jpg afbeeldingen gebruiken als gebruikersafbeeldingen.',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Originele bestandsnaam',
|
||||
'owner' => 'Eigenaar',
|
||||
'ownership_changed_email' => 'Eigenaar gewijzigd',
|
||||
|
|
|
@ -118,6 +118,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Typ obiektu',
|
||||
'attrdef_regex' => 'Wyrażenie regularne',
|
||||
'attrdef_type' => 'Typ',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Set of values',
|
||||
'attributes' => 'Atrybuty',
|
||||
'attribute_changed_email_body' => 'Zmiana atrybutu
|
||||
|
@ -616,6 +622,7 @@ URL: [url]',
|
|||
'october' => 'Październik',
|
||||
'old' => 'Stary',
|
||||
'only_jpg_user_images' => 'Wyłącznie pliki typu .jpg mogą być użyte jako obrazy użytkowników',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Oryginalna nazwa pliku',
|
||||
'owner' => 'Właściciel',
|
||||
'ownership_changed_email' => 'Właściciel zmieniony',
|
||||
|
|
|
@ -125,6 +125,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Tipo de objeto',
|
||||
'attrdef_regex' => 'Expressão regular',
|
||||
'attrdef_type' => 'Tipo',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Conjunto de valores',
|
||||
'attributes' => 'Atributos',
|
||||
'attribute_changed_email_body' => 'Atributo alterado
|
||||
|
@ -621,6 +627,7 @@ URL: [url]',
|
|||
'october' => 'October',
|
||||
'old' => 'Antigo',
|
||||
'only_jpg_user_images' => 'Somente imagens jpg podem ser utilizadas como avatar',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Arquivo original',
|
||||
'owner' => 'Proprietário',
|
||||
'ownership_changed_email' => 'O proprietário mudou',
|
||||
|
|
|
@ -125,6 +125,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Tip obiect',
|
||||
'attrdef_regex' => 'Expresie regulată',
|
||||
'attrdef_type' => 'Tip',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Set de valori',
|
||||
'attributes' => 'Atribute',
|
||||
'attribute_changed_email_body' => 'Atribut schimbat
|
||||
|
@ -623,6 +629,7 @@ URL: [url]',
|
|||
'october' => 'Octombrie',
|
||||
'old' => 'Vechi',
|
||||
'only_jpg_user_images' => 'Doar imagini .jpg pot fi utilizate ca imagine-utilizator',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Nume de fișier original',
|
||||
'owner' => 'Proprietar',
|
||||
'ownership_changed_email' => 'Proprietar schimbat',
|
||||
|
|
|
@ -118,6 +118,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Тип объекта',
|
||||
'attrdef_regex' => 'Регулярное выражение',
|
||||
'attrdef_type' => 'Тип',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Набор значений',
|
||||
'attributes' => 'Атрибуты',
|
||||
'attribute_changed_email_body' => 'Изменён атрибут
|
||||
|
@ -615,6 +621,7 @@ URL: [url]',
|
|||
'october' => 'Октябрь',
|
||||
'old' => 'Старый',
|
||||
'only_jpg_user_images' => 'Разрешены только .jpg-изображения',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Исходное имя файла',
|
||||
'owner' => 'Владелец',
|
||||
'ownership_changed_email' => 'Владелец изменён',
|
||||
|
|
|
@ -109,6 +109,12 @@ $text = array(
|
|||
'attrdef_objtype' => '',
|
||||
'attrdef_regex' => '',
|
||||
'attrdef_type' => '',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => '',
|
||||
'attributes' => '',
|
||||
'attribute_changed_email_body' => '',
|
||||
|
@ -523,6 +529,7 @@ $text = array(
|
|||
'october' => 'Október',
|
||||
'old' => 'Stare',
|
||||
'only_jpg_user_images' => 'Ako obrázky používateľov je možné použiť iba obrázky .jpg',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => '',
|
||||
'owner' => 'Vlastník',
|
||||
'ownership_changed_email' => 'Majitel zmeneny',
|
||||
|
|
|
@ -118,6 +118,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Objekttyp',
|
||||
'attrdef_regex' => 'Regulär uttryck',
|
||||
'attrdef_type' => 'Typ',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Värden',
|
||||
'attributes' => 'Attribut',
|
||||
'attribute_changed_email_body' => 'Ändrad attribut
|
||||
|
@ -616,6 +622,7 @@ URL: [url]',
|
|||
'october' => 'oktober',
|
||||
'old' => 'gammalt',
|
||||
'only_jpg_user_images' => 'Bara .jpg-bilder kan användas som användarbild',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Ursprungligt filnamn',
|
||||
'owner' => 'Ägare',
|
||||
'ownership_changed_email' => 'Ägare har ändrats',
|
||||
|
|
|
@ -124,6 +124,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => 'Nesne türü',
|
||||
'attrdef_regex' => 'Düzenli ifade (Regular expression)',
|
||||
'attrdef_type' => 'Tür',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => 'Değer',
|
||||
'attributes' => 'Nitelik',
|
||||
'attribute_changed_email_body' => 'Değer değişti
|
||||
|
@ -622,6 +628,7 @@ URL: [url]',
|
|||
'october' => 'Ekim',
|
||||
'old' => 'Eski',
|
||||
'only_jpg_user_images' => 'Kullanıcı resmi olarak sadece .jpg uzantı resimler kullanılabilir',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => 'Orijinal dosya adı',
|
||||
'owner' => 'Sahibi',
|
||||
'ownership_changed_email' => 'Sahip değişti',
|
||||
|
|
|
@ -113,6 +113,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => '类别',
|
||||
'attrdef_regex' => '正则表达式',
|
||||
'attrdef_type' => '类型',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => '属性值',
|
||||
'attributes' => '属性',
|
||||
'attribute_changed_email_body' => '',
|
||||
|
@ -529,6 +535,7 @@ URL: [url]',
|
|||
'october' => '十 月',
|
||||
'old' => 'Old',
|
||||
'only_jpg_user_images' => '只用jpg格式的图片才可以作为用户身份图片',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => '',
|
||||
'owner' => '所有者',
|
||||
'ownership_changed_email' => '所有者已变更',
|
||||
|
|
|
@ -113,6 +113,12 @@ URL: [url]',
|
|||
'attrdef_objtype' => '類別',
|
||||
'attrdef_regex' => '規則運算式',
|
||||
'attrdef_type' => '類型',
|
||||
'attrdef_type_boolean' => '',
|
||||
'attrdef_type_email' => '',
|
||||
'attrdef_type_float' => '',
|
||||
'attrdef_type_int' => '',
|
||||
'attrdef_type_string' => '',
|
||||
'attrdef_type_url' => '',
|
||||
'attrdef_valueset' => '屬性值',
|
||||
'attributes' => '屬性',
|
||||
'attribute_changed_email_body' => '',
|
||||
|
@ -527,6 +533,7 @@ URL: [url]',
|
|||
'october' => '十 月',
|
||||
'old' => 'Old',
|
||||
'only_jpg_user_images' => '只用jpg格式的圖片才可以作為使用者身份圖片',
|
||||
'order_by_sequence_off' => '',
|
||||
'original_filename' => '',
|
||||
'owner' => '所有者',
|
||||
'ownership_changed_email' => '所有者已變更',
|
||||
|
|
Loading…
Reference in New Issue
Block a user