Added FTP-aware checksum generation and validation
This commit is contained in:
parent
b092304c48
commit
b97fe45e5b
@ -367,6 +367,9 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('TOP_LEVEL', 'Корен');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', 'Емисия %s');
|
||||
@define('PERMISSIONS', 'Права');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Новите настройки са записани в %s');
|
||||
@define('INSTALL_CAT_DB', 'Настройки на базата данни');
|
||||
@define('INSTALL_CAT_DB_DESC', 'Тук можете да въведете цялата информация за базата данни. Serendipity се нуждае от нея, за да може да работи');
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', '最高层');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '权限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新设定已经被保存到 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -325,6 +325,9 @@ $i18n_filename_to = array (
|
||||
@define('SKIPPING_FILE_UNREADABLE', 'Vynechán soubor: %s nelze načíst.');
|
||||
@define('FOUND_FILE', 'Založit nový/změnit soubor: %s.');
|
||||
@define('PERMISSIONS', 'Oprávnění');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Databáze');
|
||||
|
@ -325,6 +325,9 @@ $i18n_filename_to = array (
|
||||
@define('SKIPPING_FILE_UNREADABLE', 'Vynechán soubor: %s nelze načíst.');
|
||||
@define('FOUND_FILE', 'Založit nový/změnit soubor: %s.');
|
||||
@define('PERMISSIONS', 'Oprávnění');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Databáze');
|
||||
|
@ -294,6 +294,9 @@
|
||||
@define('LIMIT_TO_NUMBER', 'Hvor mange punkter skal vises?');
|
||||
@define('ENTRIES_PER_PAGE', 'artikler per side');
|
||||
@define('PERMISSIONS', 'Rettigheder');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Database indstillinger');
|
||||
|
@ -319,6 +319,9 @@
|
||||
@define('TOP_LEVEL', 'Ursprung');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s Feed');
|
||||
@define('PERMISSIONS', 'Rechte');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('XML_IMAGE_TO_DISPLAY', 'XML-Button');
|
||||
@define('XML_IMAGE_TO_DISPLAY_DESC','Bilddatei, um ein Icon für XML-Feeds darzustellen. Für das Standardbild leer lassen, oder \'none\' zum Deaktivieren.');
|
||||
@define('SETTINGS_SAVED_AT', 'Die neuen Einstellungen wurden um %s gespeichert.');
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Top level');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permissions');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -319,6 +319,9 @@
|
||||
@define('TOP_LEVEL', 'Nivel superior');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permisos');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Opciones de la base de datos');
|
||||
|
@ -333,6 +333,9 @@
|
||||
@define('TOP_LEVEL', 'بالاترین سطح');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s');
|
||||
@define('PERMISSIONS', 'دسترسی ها');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'تنظیمات جدید در %s ثبت شد');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -331,6 +331,9 @@
|
||||
@define('TOP_LEVEL', 'Ylin taso');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s');
|
||||
@define('PERMISSIONS', 'Oikeudet');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Uudet asetukset on tallettetu %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -426,6 +426,9 @@
|
||||
@define('USERCONF_SENDTRACKBACKS_DESC', 'Voulez-vous recevoir un email lorsque quelqu\'un crée un rétrolien à l\'un de vos billets ?');
|
||||
|
||||
@define('PERMISSIONS', 'Permissions');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('USERCONF_ALLOWPUBLISH', 'Publication de billets ?');
|
||||
@define('USERCONF_ALLOWPUBLISH_DESC', 'Cet utilisateur est-il autorisé à poster des billets ?');
|
||||
@define('ENTRY_SAVED', 'Votre billet a été enregistré');
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Legfelső szint');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s hírcsatorna');
|
||||
@define('PERMISSIONS', 'Jogosultságok');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Az új beállításokat elmentettük ekkor: %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Toppstigi');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s straumur');
|
||||
@define('PERMISSIONS', 'Réttindi');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Nýju stillingarnar voru vistaðar klukkan %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -321,6 +321,9 @@
|
||||
@define('TOP_LEVEL', 'Primo Livello');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', 'feed %s');
|
||||
@define('PERMISSIONS', 'Permessi');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Le nuove impostazioni sono state salvate in %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'トップレベル');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s フィード');
|
||||
@define('PERMISSIONS', '許可');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新しい設定は %s に保存されました。');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', '최상위 (본문)');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s 피드');
|
||||
@define('PERMISSIONS', '권한 설정');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '새로운 설정이 %s에 저장되었습니다');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', 'Bovenste niveau');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s-toevoer');
|
||||
@define('PERMISSIONS', 'Toegangsrechten');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'De instellingen zijn opgeslagen in %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -294,6 +294,9 @@
|
||||
|
||||
/* TRANSLATE */
|
||||
@define('PERMISSIONS', 'Rettigheter');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Databaseinnstillinger');
|
||||
|
@ -334,6 +334,9 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('TOP_LEVEL', 'Wpis');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Uprawnienia');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Ustawienia zostały zapisane o %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -317,6 +317,9 @@
|
||||
@define('TOP_LEVEL', 'Nível máximo');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permissões');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Configurações de banco de dados');
|
||||
|
@ -323,6 +323,9 @@
|
||||
@define('TOP_LEVEL', 'Nível de topo');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permissões');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'As novas preferências foram guardadas em %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Însemnare');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permisiuni');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Noile preferinţe au fost salvate în %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -335,6 +335,9 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('TOP_LEVEL', 'Верхний уровень');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', 'лента %s');
|
||||
@define('PERMISSIONS', 'Права доступа');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Новые настройки были сохранены в %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -333,6 +333,9 @@
|
||||
@define('TOP_LEVEL', 'مستوى أعلى');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'الصلاحيات');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'تم حفظ الاعدادات الجديدة في %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Översta nivån');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s matning');
|
||||
@define('PERMISSIONS', 'Rättigheter');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'De nya inställningarna har sparats på %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -330,6 +330,9 @@
|
||||
@define('PARENT_CATEGORY', 'மேல் பிரிவு');
|
||||
@define('IN_REPLY_TO', 'இக்கருத்தைப் பற்றி');
|
||||
@define('TOP_LEVEL', 'குறிப்பு பற்றி');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'அனுமதிகள்');
|
||||
@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
|
||||
|
@ -334,6 +334,9 @@ $i18n_unknown = 'tw';
|
||||
@define('TOP_LEVEL', '最高層');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '權限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新設定已經儲存於 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', 'En üst bölüm');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s beslemesi');
|
||||
@define('PERMISSIONS', 'izinler');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Yeni ayarlarınız kaydedildi %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@ $i18n_unknown = 'tw';
|
||||
@define('TOP_LEVEL', '最高層');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '權限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新設定已經儲存於 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -333,6 +333,9 @@
|
||||
@define('TOP_LEVEL', '最高层');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '权限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新设定已经被保存到 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -367,6 +367,9 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('TOP_LEVEL', 'Êîðåí');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', 'Åìèñèÿ %s');
|
||||
@define('PERMISSIONS', 'Ïðàâà');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Íîâèòå íàñòðîéêè ñà çàïèñàíè â %s');
|
||||
@define('INSTALL_CAT_DB', 'Íàñòðîéêè íà áàçàòà äàííè');
|
||||
@define('INSTALL_CAT_DB_DESC', 'Òóê ìîæåòå äà âúâåäåòå öÿëàòà èíôîðìàöèÿ çà áàçàòà äàííè. Serendipity ñå íóæäàå îò íåÿ, çà äà ìîæå äà ðàáîòè');
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', '最高层');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '权限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新设定已经被保存到 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -325,6 +325,9 @@ $i18n_filename_to = array (
|
||||
@define('SKIPPING_FILE_UNREADABLE', 'Vynechán soubor: %s nelze naèíst.');
|
||||
@define('FOUND_FILE', 'Založit nový/zmìnit soubor: %s.');
|
||||
@define('PERMISSIONS', 'Oprávnìní');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Databáze');
|
||||
|
@ -325,6 +325,9 @@ $i18n_filename_to = array (
|
||||
@define('SKIPPING_FILE_UNREADABLE', 'Vynechán soubor: %s nelze naèíst.');
|
||||
@define('FOUND_FILE', 'Zalo¾it nový/zmìnit soubor: %s.');
|
||||
@define('PERMISSIONS', 'Oprávnìní');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Databáze');
|
||||
|
@ -294,6 +294,9 @@
|
||||
@define('LIMIT_TO_NUMBER', 'Hvor mange punkter skal vises?');
|
||||
@define('ENTRIES_PER_PAGE', 'artikler per side');
|
||||
@define('PERMISSIONS', 'Rettigheder');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Database indstillinger');
|
||||
|
@ -319,6 +319,9 @@
|
||||
@define('TOP_LEVEL', 'Ursprung');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s Feed');
|
||||
@define('PERMISSIONS', 'Rechte');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('XML_IMAGE_TO_DISPLAY', 'XML-Button');
|
||||
@define('XML_IMAGE_TO_DISPLAY_DESC','Bilddatei, um ein Icon für XML-Feeds darzustellen. Für das Standardbild leer lassen, oder \'none\' zum Deaktivieren.');
|
||||
@define('SETTINGS_SAVED_AT', 'Die neuen Einstellungen wurden um %s gespeichert.');
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Top level');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permissions');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -319,6 +319,9 @@
|
||||
@define('TOP_LEVEL', 'Nivel superior');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permisos');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Opciones de la base de datos');
|
||||
|
@ -333,6 +333,9 @@
|
||||
@define('TOP_LEVEL', 'بالاترین سطح');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s');
|
||||
@define('PERMISSIONS', 'دسترسی ها');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'تنظیمات جدید در %s ثبت شد');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -331,6 +331,9 @@
|
||||
@define('TOP_LEVEL', 'Ylin taso');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s');
|
||||
@define('PERMISSIONS', 'Oikeudet');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Uudet asetukset on tallettetu %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -426,6 +426,9 @@
|
||||
@define('USERCONF_SENDTRACKBACKS_DESC', 'Voulez-vous recevoir un email lorsque quelqu\'un crée un rétrolien à l\'un de vos billets ?');
|
||||
|
||||
@define('PERMISSIONS', 'Permissions');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('USERCONF_ALLOWPUBLISH', 'Publication de billets ?');
|
||||
@define('USERCONF_ALLOWPUBLISH_DESC', 'Cet utilisateur est-il autorisé à poster des billets ?');
|
||||
@define('ENTRY_SAVED', 'Votre billet a été enregistré');
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Legfelsõ szint');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s hírcsatorna');
|
||||
@define('PERMISSIONS', 'Jogosultságok');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Az új beállításokat elmentettük ekkor: %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Toppstigi');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s straumur');
|
||||
@define('PERMISSIONS', 'Réttindi');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Nýju stillingarnar voru vistaðar klukkan %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -321,6 +321,9 @@
|
||||
@define('TOP_LEVEL', 'Primo Livello');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', 'feed %s');
|
||||
@define('PERMISSIONS', 'Permessi');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Le nuove impostazioni sono state salvate in %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'トップレベル');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s フィード');
|
||||
@define('PERMISSIONS', '許可');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新しい設定は %s に保存されました。');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', '최상위 (본문)');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s 피드');
|
||||
@define('PERMISSIONS', '권한 설정');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '새로운 설정이 %s에 저장되었습니다');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', 'Bovenste niveau');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s-toevoer');
|
||||
@define('PERMISSIONS', 'Toegangsrechten');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'De instellingen zijn opgeslagen in %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -294,6 +294,9 @@
|
||||
|
||||
/* TRANSLATE */
|
||||
@define('PERMISSIONS', 'Rettigheter');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Databaseinnstillinger');
|
||||
|
@ -334,6 +334,9 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('TOP_LEVEL', 'Wpis');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Uprawnienia');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Ustawienia zosta³y zapisane o %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -317,6 +317,9 @@
|
||||
@define('TOP_LEVEL', 'Nível máximo');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permissões');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
@define('INSTALL_CAT_DB', 'Configurações de banco de dados');
|
||||
|
@ -323,6 +323,9 @@
|
||||
@define('TOP_LEVEL', 'Nível de topo');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permissões');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'As novas preferências foram guardadas em %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Însemnare');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'Permisiuni');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Noile preferinţe au fost salvate în %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -335,6 +335,9 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('TOP_LEVEL', 'Верхний уровень');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', 'лента %s');
|
||||
@define('PERMISSIONS', 'Права доступа');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Новые настройки были сохранены в %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -333,6 +333,9 @@
|
||||
@define('TOP_LEVEL', 'ãÓÊæì ÃÚáì');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'ÇáÕáÇÍíÇÊ');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Êã ÍÝÙ ÇáÇÚÏÇÏÇÊ ÇáÌÏíÏÉ Ýí %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -332,6 +332,9 @@
|
||||
@define('TOP_LEVEL', 'Översta nivån');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s matning');
|
||||
@define('PERMISSIONS', 'Rättigheter');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'De nya inställningarna har sparats på %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -330,6 +330,9 @@
|
||||
@define('PARENT_CATEGORY', 'மேல் பிரிவு');
|
||||
@define('IN_REPLY_TO', 'இக்கருத்தைப் பற்றி');
|
||||
@define('TOP_LEVEL', 'குறிப்பு பற்றி');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', 'அனுமதிகள்');
|
||||
@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
|
||||
|
@ -334,6 +334,9 @@ $i18n_unknown = 'tw';
|
||||
@define('TOP_LEVEL', '最高層');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '權限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新設定已經儲存於 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@
|
||||
@define('TOP_LEVEL', 'En üst bölüm');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s beslemesi');
|
||||
@define('PERMISSIONS', 'izinler');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', 'Yeni ayarlarınız kaydedildi %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -334,6 +334,9 @@ $i18n_unknown = 'tw';
|
||||
@define('TOP_LEVEL', '最高層');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '權限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新設定已經儲存於 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
@ -333,6 +333,9 @@
|
||||
@define('TOP_LEVEL', '最高层');
|
||||
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
||||
@define('PERMISSIONS', '权限');
|
||||
@define('INTEGRITY', 'Verify Installation Integrity');
|
||||
@define('CHECKSUMS_PASS', 'All required files verified.');
|
||||
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
||||
@define('SETTINGS_SAVED_AT', '新设定已经被保存到 %s');
|
||||
|
||||
/* DATABASE SETTINGS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user