From c69d9fcfdfdbb37d29f6e37d34aebab3f6a085b0 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 2 Apr 2013 18:40:07 -0700 Subject: [PATCH] Delete confusing link to the last page --- adminer/include/adminer.inc.php | 3 +-- adminer/lang/ar.inc.php | 1 - adminer/lang/bn.inc.php | 1 - adminer/lang/ca.inc.php | 1 - adminer/lang/cs.inc.php | 1 - adminer/lang/de.inc.php | 1 - adminer/lang/es.inc.php | 1 - adminer/lang/et.inc.php | 1 - adminer/lang/fa.inc.php | 1 - adminer/lang/fr.inc.php | 1 - adminer/lang/hu.inc.php | 1 - adminer/lang/id.inc.php | 1 - adminer/lang/it.inc.php | 1 - adminer/lang/ja.inc.php | 1 - adminer/lang/lt.inc.php | 1 - adminer/lang/nl.inc.php | 1 - adminer/lang/pl.inc.php | 1 - adminer/lang/pt.inc.php | 1 - adminer/lang/ro.inc.php | 1 - adminer/lang/ru.inc.php | 1 - adminer/lang/sk.inc.php | 1 - adminer/lang/sl.inc.php | 1 - adminer/lang/sr.inc.php | 1 - adminer/lang/ta.inc.php | 1 - adminer/lang/tr.inc.php | 1 - adminer/lang/uk.inc.php | 1 - adminer/lang/xx.inc.php | 1 - adminer/lang/zh-tw.inc.php | 1 - adminer/lang/zh.inc.php | 1 - 29 files changed, 1 insertion(+), 30 deletions(-) diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 937a173b..53e89bef 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -165,8 +165,7 @@ username.form['auth[driver]'].onchange(); */ function selectQuery($query) { global $jush, $token; - return "

" - . ">> " + return "

" . "" . h(str_replace("\n", " ", $query)) . "" . " " . lang('Edit') . "" . "

\n"; //

- required for IE9 inline edit diff --git a/adminer/lang/ar.inc.php b/adminer/lang/ar.inc.php index a2a1a9d9..a5fdcdf1 100644 --- a/adminer/lang/ar.inc.php +++ b/adminer/lang/ar.inc.php @@ -258,7 +258,6 @@ $translations = array( 'now' => 'الآن', '%d query(s) executed OK.' => array('تم تنفيذ الإستعلام %d بنجاح.', 'تم تنفيذ الإستعلامات %d بنجاح.'), 'Show only errors' => 'إعرض الأخطاء فقط', - 'Last page' => 'الصفحة السابقة', 'Refresh' => 'تحديث', 'Invalid schema.' => 'مخطط خاطئ.', 'Please use one of the extensions %s.' => 'من فضلك إستعمل إحدى الإمتدادات: %s.', diff --git a/adminer/lang/bn.inc.php b/adminer/lang/bn.inc.php index 5f8626d0..c2b6ce0f 100644 --- a/adminer/lang/bn.inc.php +++ b/adminer/lang/bn.inc.php @@ -257,7 +257,6 @@ $translations = array( 'Attachments' => 'সংযুক্তি', '%d query(s) executed OK.' => array('SQL-কোয়্যারী সফলভাবে সম্পন্ন হয়েছে', '%d SQL-কোয়্যারীসমূহ সফলভাবে সম্পন্ন হয়েছে'), 'Show only errors' => 'শুধুমাত্র ত্রুটি দেখাও', - 'Last page' => 'শেষ পাতা', 'Refresh' => 'রিফ্রেশ', 'Invalid schema.' => 'অবৈধ স্কিমা।', 'Please use one of the extensions %s.' => 'কোন একটা এক্সটেনশন %s ব্যবহার করো।', diff --git a/adminer/lang/ca.inc.php b/adminer/lang/ca.inc.php index bdc206fb..4aa9feda 100644 --- a/adminer/lang/ca.inc.php +++ b/adminer/lang/ca.inc.php @@ -259,7 +259,6 @@ $translations = array( 'now' => 'ara', '%d query(s) executed OK.' => array('%d consulta executada correctament.', '%d consultes executades correctament.'), 'Show only errors' => 'Mostra només els errors', - 'Last page' => 'Darrera plana', 'Refresh' => 'Refresca', 'Invalid schema.' => 'Esquema invàlid.', 'Please use one of the extensions %s.' => 'Si us plau, utilitza una de les extensions %s.', diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 403331eb..6742a23d 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -233,7 +233,6 @@ $translations = array( '%d row(s)' => array('%d řádek', '%d řádky', '%d řádků'), 'Page' => 'Stránka', 'last' => 'poslední', - 'Last page' => 'Poslední stránka', 'Load more data' => 'Nahrát další data', 'Loading' => 'Nahrává se', 'whole result' => 'celý výsledek', diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index c3e30009..2b621618 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Anhänge', '%d query(s) executed OK.' => array('SQL-Query erfolgreich ausgeführt.', '%d SQL-Queries erfolgreich ausgeführt.'), 'Show only errors' => 'Nur Fehler anzeigen', - 'Last page' => 'Letzte Seite', 'Refresh' => 'Aktualisieren', 'Invalid schema.' => 'Schema nicht gültig.', 'Please use one of the extensions %s.' => 'Bitte einen der Dateitypen %s benutzen.', diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index 1ffde672..f21f77cc 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Adjuntos', '%d query(s) executed OK.' => array('%d sentencia sql ejecutada correctamente.', '%d sentencias sql ejecutadas correctamente.'), 'Show only errors' => 'Mostrar solamente errores', - 'Last page' => 'Ultima página', 'Refresh' => 'Refrescar', 'Invalid schema.' => 'Esquema inválido.', 'Please use one of the extensions %s.' => 'Por favor use una de las extensiones %s.', diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index e6b7222d..e9385f4f 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Manused', '%d query(s) executed OK.' => array('%d päring edukalt käivitatud.', '%d päringut edukalt käivitatud.'), 'Show only errors' => 'Kuva vaid veateateid', - 'Last page' => 'Viimane lehekülg', 'Refresh' => 'Uuenda', 'Invalid schema.' => 'Sobimatu skeema.', 'Please use one of the extensions %s.' => 'Palun kasuta üht laiendustest %s.', diff --git a/adminer/lang/fa.inc.php b/adminer/lang/fa.inc.php index f4dc5253..b0039af8 100644 --- a/adminer/lang/fa.inc.php +++ b/adminer/lang/fa.inc.php @@ -231,7 +231,6 @@ $translations = array( '%d row(s)' => array('%d سطر', '%d سطر'), 'Page' => 'صفحه', 'last' => 'آخری', - 'Last page' => 'صفحه آخر', 'whole result' => 'همه نتایج', '%d byte(s)' => array('%d بایت', '%d بایت'), diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index fe2fc942..9bf0b558 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -259,7 +259,6 @@ $translations = array( 'now' => 'maintenant', '%d query(s) executed OK.' => array('%d requête exécutée avec succès.', '%d requêtes exécutées avec succès.'), 'Show only errors' => 'Montrer seulement les erreurs', - 'Last page' => 'Dernière page', 'Refresh' => 'Rafraîchir', 'Invalid schema.' => 'Schéma invalide.', 'Please use one of the extensions %s.' => 'Veuillez utiliser l\'une des extensions %s.', diff --git a/adminer/lang/hu.inc.php b/adminer/lang/hu.inc.php index 73489059..a5decd16 100644 --- a/adminer/lang/hu.inc.php +++ b/adminer/lang/hu.inc.php @@ -258,7 +258,6 @@ $translations = array( 'now' => 'most', '%d query(s) executed OK.' => '%d sikeres lekérdezés.', 'Show only errors' => 'Csak a hibák mutatása', - 'Last page' => 'Utolsó oldal', 'Refresh' => 'Frissítés', 'Invalid schema.' => 'Érvénytelen séma.', 'Please use one of the extensions %s.' => 'Használja a(z) %s kiterjesztést.', diff --git a/adminer/lang/id.inc.php b/adminer/lang/id.inc.php index d7ea7d45..16e2a434 100644 --- a/adminer/lang/id.inc.php +++ b/adminer/lang/id.inc.php @@ -233,7 +233,6 @@ $translations = array( '%d row(s)' => '%d baris', 'Page' => 'Halaman', 'last' => 'terakhir', - 'Last page' => 'Halaman terakhir', 'whole result' => 'Seluruh hasil', '%d byte(s)' => '%d bita', diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 85fa1551..a16a9265 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Allegati', '%d query(s) executed OK.' => array('%d query eseguita con successo.', '%d query eseguite con successo.'), 'Show only errors' => 'Mostra solo gli errori', - 'Last page' => 'Ultima pagina', 'Refresh' => 'Aggiorna', 'Invalid schema.' => 'Schema non valido.', 'Please use one of the extensions %s.' => 'Usa una delle estensioni %s.', diff --git a/adminer/lang/ja.inc.php b/adminer/lang/ja.inc.php index 3bd5e1c0..6b8166d7 100644 --- a/adminer/lang/ja.inc.php +++ b/adminer/lang/ja.inc.php @@ -258,7 +258,6 @@ $translations = array( 'now' => '現在の日時', '%d query(s) executed OK.' => '%d クエリーを実行しました', 'Show only errors' => 'エラーのみ表示', - 'Last page' => '最後のページ', 'Refresh' => 'リフレッシュ', 'Invalid schema.' => '無効なスキーマ', 'Please use one of the extensions %s.' => 'いずれかの拡張機能を使ってください %s', diff --git a/adminer/lang/lt.inc.php b/adminer/lang/lt.inc.php index c6b14a7a..67182d04 100644 --- a/adminer/lang/lt.inc.php +++ b/adminer/lang/lt.inc.php @@ -231,7 +231,6 @@ $translations = array( '%d row(s)' => array('%d įrašas', '%d įrašai', '%d įrašų'), 'Page' => 'Puslapis', 'last' => 'paskutinis', - 'Last page' => 'Paskutinis puslapis', 'whole result' => 'visas rezultatas', '%d byte(s)' => array('%d baitas', '%d baigai', '%d baitų'), diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index ac2a8442..2662ae6b 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Bijlagen', '%d query(s) executed OK.' => array('%d query succesvol uitgevoerd.', '%d querys succesvol uitgevoerd'), 'Show only errors' => 'Enkel fouten tonen', - 'Last page' => 'Laatste pagina', 'Refresh' => 'Vernieuwen', 'Invalid schema.' => 'Ongeldig schema.', 'Please use one of the extensions %s.' => 'Gebruik 1 van volgende extensies: %s.', diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index 275bc517..61e7c9cc 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -233,7 +233,6 @@ $translations = array( '%d row(s)' => array('%d rekord', '%d rekordy', '%d rekordów'), 'Page' => 'Strona', 'last' => 'ostatni', - 'Last page' => 'Ostatnia strona', 'Load more data' => 'Wczytaj więcej danych', 'Loading' => 'Wczytywanie', 'whole result' => 'wybierz wszystkie', diff --git a/adminer/lang/pt.inc.php b/adminer/lang/pt.inc.php index 4fe699c5..7c8364e0 100644 --- a/adminer/lang/pt.inc.php +++ b/adminer/lang/pt.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Anexos', '%d query(s) executed OK.' => array('%d consulta sql executada corretamente.', '%d consultas sql executadas corretamente.'), 'Show only errors' => 'Mostrar somente erros', - 'Last page' => 'Última página', 'Refresh' => 'Atualizar', 'Invalid schema.' => 'Esquema inválido.', 'Please use one of the extensions %s.' => 'Por favor use uma das extensões %s.', diff --git a/adminer/lang/ro.inc.php b/adminer/lang/ro.inc.php index 7bc9ec7c..ba0d697e 100644 --- a/adminer/lang/ro.inc.php +++ b/adminer/lang/ro.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Fișiere atașate', '%d query(s) executed OK.' => array('%d query executat.', '%d query-uri executate cu succes.'), 'Show only errors' => 'Arată doar greșeli', - 'Last page' => 'Ultima pagină', 'Refresh' => 'Împrospătează', 'Invalid schema.' => 'Schemă incorectă.', 'Please use one of the extensions %s.' => 'Folosiți una din următoarele extensii %s.', diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index d72c5c46..332a2ccd 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Прикрепленные файлы', '%d query(s) executed OK.' => array('%d запрос выполнен успешно.', '%d запроса выполнено успешно.', '%d запросов выполнено успешно.'), 'Show only errors' => 'Только ошибки', - 'Last page' => 'Последняя страница', 'Refresh' => 'Обновить', 'Invalid schema.' => 'Неправильная схема.', 'Please use one of the extensions %s.' => 'Используйте одно из этих расширений %s.', diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index b9ae5b21..12ca7267 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -258,7 +258,6 @@ $translations = array( 'Attachments' => 'Prílohy', '%d query(s) executed OK.' => array('Bol vykonaný %d dotaz.', 'Boli vykonané %d dotazy.', 'Bolo vykonaných %d dotazov.'), 'Show only errors' => 'Zobraziť iba chyby', - 'Last page' => 'Posledná stránka', 'Refresh' => 'Obnoviť', 'Invalid schema.' => 'Neplatné schéma.', 'Please use one of the extensions %s.' => 'Prosím vyberte jednu z koncoviek %s.', diff --git a/adminer/lang/sl.inc.php b/adminer/lang/sl.inc.php index ba3bf8c3..0acd7754 100644 --- a/adminer/lang/sl.inc.php +++ b/adminer/lang/sl.inc.php @@ -227,7 +227,6 @@ $translations = array( '%d row(s)' => array('%d vrstica', '%d vrstici', '%d vrstice', '%d vrstic'), 'Page' => 'Stran', 'last' => 'Zadnja', - 'Last page' => 'Zadnja stran', 'whole result' => 'cel razultat', '%d byte(s)' => array('%d bajt', '%d bajta', '%d bajti', '%d bajtov'), diff --git a/adminer/lang/sr.inc.php b/adminer/lang/sr.inc.php index acabcd7f..06dff28f 100644 --- a/adminer/lang/sr.inc.php +++ b/adminer/lang/sr.inc.php @@ -233,7 +233,6 @@ $translations = array( '%d row(s)' => array('%d ред', '%d реда', '%d редова'), 'Page' => 'Страна', 'last' => 'последња', - 'Last page' => 'Последња страна', 'Loading' => 'Учитавам', 'Load more data' => 'Учитавам још података', 'whole result' => 'цео резултат', diff --git a/adminer/lang/ta.inc.php b/adminer/lang/ta.inc.php index b3e90161..36de1ea5 100644 --- a/adminer/lang/ta.inc.php +++ b/adminer/lang/ta.inc.php @@ -258,7 +258,6 @@ $translations = array( 'now' => 'இப்பொழுது', '%d query(s) executed OK.' => array('%d வின‌வ‌ல் செய‌ல்ப‌டுத்த‌ப்ப‌ட்ட‌து.', '%d வின‌வ‌ல்க‌ள் செய‌ல்ப‌டுத்த‌ப்ப‌ட்ட‌ன‌.'), 'Show only errors' => 'பிழைக‌ளை ம‌ட்டும் காண்பிக்க‌வும்', - 'Last page' => 'க‌டைசி ப‌க்க‌ம்', 'Refresh' => 'புதுப்பி (Refresh)', 'Invalid schema.' => 'அமைப்புமுறை ச‌ரியான‌த‌ல்ல‌ (Invalid Schema).', 'Please use one of the extensions %s.' => 'த‌ய‌வு செய்து ஒரு விரிவினை %s (extension) உப‌யோகிக்க‌வும்.', diff --git a/adminer/lang/tr.inc.php b/adminer/lang/tr.inc.php index c42b5d3f..21c80212 100644 --- a/adminer/lang/tr.inc.php +++ b/adminer/lang/tr.inc.php @@ -233,7 +233,6 @@ $translations = array( '%d row(s)' => array('%d kayıt', '%d adet kayıt'), 'Page' => 'Sayfa', 'last' => 'son', - 'Last page' => 'Son sayfa', 'Load more data' => 'Daha fazla veri yükle', 'Loading' => 'Yükleniyor', 'whole result' => 'tüm sonuç', diff --git a/adminer/lang/uk.inc.php b/adminer/lang/uk.inc.php index 38c8173b..f37944fa 100644 --- a/adminer/lang/uk.inc.php +++ b/adminer/lang/uk.inc.php @@ -232,7 +232,6 @@ $translations = array( '%d row(s)' => array('%d рядок', '%d рядки', '%d рядків'), 'Page' => 'Сторінка', 'last' => 'остання', - 'Last page' => 'Остання сторінка', 'whole result' => 'весь результат', '%d byte(s)' => array('%d байт', '%d байта', '%d байтів'), diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index e2a8ac9b..709b8dd2 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -233,7 +233,6 @@ $translations = array( '%d row(s)' => array('xx', 'xx'), 'Page' => 'xx', 'last' => 'xx', - 'Last page' => 'xx', 'Load more data' => 'xx', 'Loading' => 'xx', 'whole result' => 'xx', diff --git a/adminer/lang/zh-tw.inc.php b/adminer/lang/zh-tw.inc.php index f99c107c..8e358d8c 100644 --- a/adminer/lang/zh-tw.inc.php +++ b/adminer/lang/zh-tw.inc.php @@ -257,7 +257,6 @@ $translations = array( 'Attachments' => '附件', '%d query(s) executed OK.' => '已順利執行 %d 個查詢。', 'Show only errors' => '僅顯示錯誤訊息', - 'Last page' => '最後一頁', 'Refresh' => '重新載入', 'Invalid schema.' => '無效的資料表結構。', 'Please use one of the extensions %s.' => '請使用下列其中一個 extension %s。', diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index 3c0a3d28..b67df383 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -257,7 +257,6 @@ $translations = array( 'Attachments' => '附件', '%d query(s) executed OK.' => '%d 条查询已成功执行。', 'Show only errors' => '仅显示错误', - 'Last page' => '末页', 'Refresh' => '刷新', 'Invalid schema.' => '非法模式。', 'Please use one of the extensions %s.' => '请使用这些扩展中的一个:%s。',