From 08b54f7ad9cd80615ba369b062353eab6b098d88 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 7 Nov 2013 15:40:09 +0100 Subject: [PATCH] language string bug --- htdocs/application/language/english/stikked_lang.php | 2 +- htdocs/application/language/german/stikked_lang.php | 2 +- htdocs/application/language/norwegian/stikked_lang.php | 2 +- htdocs/application/language/portuguese/stikked_lang.php | 4 ++-- htdocs/application/language/spanish/stikked_lang.php | 2 +- htdocs/application/language/swissgerman/stikked_lang.php | 2 +- htdocs/application/language/turkish/stikked_lang.php | 2 +- htdocs/themes/bootstrap/views/defaults/paste_form.php | 2 +- htdocs/themes/default/views/defaults/paste_form.php | 2 +- htdocs/themes/geocities/views/defaults/paste_form.php | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/htdocs/application/language/english/stikked_lang.php b/htdocs/application/language/english/stikked_lang.php index 0eef887..51a634d 100644 --- a/htdocs/application/language/english/stikked_lang.php +++ b/htdocs/application/language/english/stikked_lang.php @@ -12,7 +12,7 @@ $lang['paste_yourpaste'] = 'Your paste'; $lang['paste_yourpaste_desc'] = 'Paste your paste here'; $lang['paste_enablesynhl'] = 'Enable realtime syntax highlighting'; $lang['paste_disablesynhl'] = 'Disable realtime syntax highlighting'; -$lang['paste_shorturl'] = 'Create Shorturl'; +$lang['paste_create_shorturl'] = 'Create Shorturl'; $lang['paste_shorturl_desc'] = 'Create a shorter url that redirects to your paste?'; $lang['paste_private'] = 'Private'; $lang['paste_private_desc'] = 'Private paste aren\'t shown in recent listings.'; diff --git a/htdocs/application/language/german/stikked_lang.php b/htdocs/application/language/german/stikked_lang.php index c882545..77d013d 100644 --- a/htdocs/application/language/german/stikked_lang.php +++ b/htdocs/application/language/german/stikked_lang.php @@ -12,7 +12,7 @@ $lang['paste_yourpaste'] = 'Dein Paste'; $lang['paste_yourpaste_desc'] = 'Füge hier Deinen Paste ein'; $lang['paste_enablesynhl'] = 'Echtzeit Syntaxhervorhebung aktivieren'; $lang['paste_disablesynhl'] = 'Echtzeit Syntaxhervorhebung deaktivieren'; -$lang['paste_shorturl'] = 'Kurzurl generieren'; +$lang['paste_create_shorturl'] = 'Kurzurl generieren'; $lang['paste_shorturl_desc'] = 'Soll eine Kurzurl zu Deinem Paste generiert werden?'; $lang['paste_private'] = 'Privat'; $lang['paste_private_desc'] = 'Private Pastes tauchen nicht unter den aktuellen Pastes auf.'; diff --git a/htdocs/application/language/norwegian/stikked_lang.php b/htdocs/application/language/norwegian/stikked_lang.php index d37c3ce..25a3f0e 100644 --- a/htdocs/application/language/norwegian/stikked_lang.php +++ b/htdocs/application/language/norwegian/stikked_lang.php @@ -12,7 +12,7 @@ $lang['paste_yourpaste'] = 'Din post'; $lang['paste_yourpaste_desc'] = 'Lim inn posten her'; $lang['paste_enablesynhl'] = 'Uthev syntaks'; $lang['paste_disablesynhl'] = 'Ikke uthev syntaks'; -$lang['paste_shorturl'] = 'Kort URL'; +$lang['paste_create_shorturl'] = 'Kort URL'; $lang['paste_shorturl_desc'] = 'Oppretter en kortere URL som videresender til original post?'; $lang['paste_private'] = 'Privat'; $lang['paste_private_desc'] = 'Privat post vil ikke vises i ferske oppføringer.'; diff --git a/htdocs/application/language/portuguese/stikked_lang.php b/htdocs/application/language/portuguese/stikked_lang.php index 974314c..da14d1b 100644 --- a/htdocs/application/language/portuguese/stikked_lang.php +++ b/htdocs/application/language/portuguese/stikked_lang.php @@ -12,7 +12,7 @@ $lang['paste_yourpaste'] = 'Seu código'; $lang['paste_yourpaste_desc'] = 'Cole o seu código aqui'; $lang['paste_enablesynhl'] = 'Activar o destaque da sintaxe em tempo real'; $lang['paste_disablesynhl'] = 'Desactivar o destaque da sintaxe em tempo real'; -$lang['paste_shorturl'] = 'Criar URL curto'; +$lang['paste_create_shorturl'] = 'Criar URL curto'; $lang['paste_shorturl_desc'] = 'Criar URL curto que redirecciona para o seu código?'; $lang['paste_private'] = 'Privado'; $lang['paste_private_desc'] = 'Privado não é mostrado nos códigos recentes.'; @@ -67,4 +67,4 @@ $lang['table_name'] = 'Nome'; $lang['table_lang'] = 'Linguagem'; $lang['table_hits'] = 'Hits'; $lang['table_time'] = 'Quando'; -$lang['powered_by'] = 'Desenvolvido por'; \ No newline at end of file +$lang['powered_by'] = 'Desenvolvido por'; diff --git a/htdocs/application/language/spanish/stikked_lang.php b/htdocs/application/language/spanish/stikked_lang.php index 8fcc843..7cd82c2 100644 --- a/htdocs/application/language/spanish/stikked_lang.php +++ b/htdocs/application/language/spanish/stikked_lang.php @@ -12,7 +12,7 @@ $lang['paste_yourpaste'] = 'Tu código'; $lang['paste_yourpaste_desc'] = 'Pega tu código aquí'; $lang['paste_enablesynhl'] = 'Habilitar resaltado de sintaxis en tiempo real'; $lang['paste_disablesynhl'] = 'Deshabilitar resaltado de sintaxis en tiempo real'; -$lang['paste_shorturl'] = 'Acortar el enlace'; +$lang['paste_create_shorturl'] = 'Acortar el enlace'; $lang['paste_shorturl_desc'] = '¿Quieres crear un enlace corto que dirija a tu código?'; $lang['paste_private'] = 'Privado'; $lang['paste_private_desc'] = 'Los códigos privados no se muestran en la lista de códigos recientes.'; diff --git a/htdocs/application/language/swissgerman/stikked_lang.php b/htdocs/application/language/swissgerman/stikked_lang.php index 9139011..34a0a7f 100644 --- a/htdocs/application/language/swissgerman/stikked_lang.php +++ b/htdocs/application/language/swissgerman/stikked_lang.php @@ -12,7 +12,7 @@ $lang['paste_yourpaste'] = 'Din Paste'; $lang['paste_yourpaste_desc'] = 'Gisch di Sänf derzue'; $lang['paste_enablesynhl'] = 'Ächtzyt syntax highlighting aaschalte (isch imfall geil!)'; $lang['paste_disablesynhl'] = 'Ächtzyt syntax highlighting widr abschalte'; -$lang['paste_shorturl'] = 'Churz-URL erstellä'; +$lang['paste_create_shorturl'] = 'Churz-URL erstellä'; $lang['paste_shorturl_desc'] = 'Chürzeri URL erstelle, damits noone bitzeli schööner usgseht'; $lang['paste_private'] = 'Privat'; $lang['paste_private_desc'] = 'Privati Pastes wärde nid im "Chürzlich" azeigt.'; diff --git a/htdocs/application/language/turkish/stikked_lang.php b/htdocs/application/language/turkish/stikked_lang.php index 738be91..1fbc1c1 100644 --- a/htdocs/application/language/turkish/stikked_lang.php +++ b/htdocs/application/language/turkish/stikked_lang.php @@ -13,7 +13,7 @@ $lang['paste_yourpaste'] = 'Pasteniz'; $lang['paste_yourpaste_desc'] = 'Pastenizi buraya yapıştırın.'; $lang['paste_enablesynhl'] = 'Gerçek zamanlı önizlemeyi aktif edin'; $lang['paste_disablesynhl'] = 'Gerçek zamanlı önizlemeyi kapatın'; -$lang['paste_shorturl'] = 'Kısa url oluşturun'; +$lang['paste_create_shorturl'] = 'Kısa url oluşturun'; $lang['paste_shorturl_desc'] = 'Daha kısa bir url oluşturarak sizin pastenize yönlendirilsin mi?'; $lang['paste_private'] = 'Özel'; $lang['paste_private_desc'] = 'Özel pasteler şu anki listelerde yer almaz.'; diff --git a/htdocs/themes/bootstrap/views/defaults/paste_form.php b/htdocs/themes/bootstrap/views/defaults/paste_form.php index 85e5b6b..b8bc315 100644 --- a/htdocs/themes/bootstrap/views/defaults/paste_form.php +++ b/htdocs/themes/bootstrap/views/defaults/paste_form.php @@ -63,7 +63,7 @@ $set = array('name' => 'snipurl', 'id' => 'snipurl', 'value' => '1', 'tabindex' => '5', 'checked' => $snipurl_set); echo form_checkbox($set); ?> - + diff --git a/htdocs/themes/default/views/defaults/paste_form.php b/htdocs/themes/default/views/defaults/paste_form.php index 38de2d2..d611fcb 100644 --- a/htdocs/themes/default/views/defaults/paste_form.php +++ b/htdocs/themes/default/views/defaults/paste_form.php @@ -53,7 +53,7 @@
-