diff --git a/CHANGELOG.md b/CHANGELOG.md index a414be86..58441f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # PrivateBin version history ## 2.0.5 (not yet released) +* CHANGED: Show OS-specific copy hotkey hint (Cmd+c on Mac, Ctrl+c on others) (#1506) * FIXED: State corruption after "Remove attachment" (#1824) * FIXED: Copy button is hidden if the document is made as markdown (#1703) * FIXED: Shortened URLs from YOURLS received but failed to parse (#1844) diff --git a/i18n/ar.json b/i18n/ar.json index 677b5d23..b0e57350 100644 --- a/i18n/ar.json +++ b/i18n/ar.json @@ -151,7 +151,7 @@ "server error or not responding": "خطأ في الخادم أو لا يستجيب", "Could not post comment: %s": "لا يمكن نشر تعليق: %s", "Sending document…": "يُرسل لصق…", - "Your document is %s (Hit Ctrl+c to copy)": "لصقك هو %s (اضغط على Ctrl + c للنسخ)", + "Your document is %s (Hit %s+c to copy)": "لصقك هو %s (اضغط على %s + c للنسخ)", "Delete data": "حذف البيانات", "Could not create document: %s": "تعذر إنشاء اللصق: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "لا يمكن فك تشفير اللصق: مفتاح فك التشفير مفقود في URL (هل استخدمت معيد توجيه أو أداة تقصير لعناوين URL تزيل جزءًا من عنوان URL؟)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "خطأ في فك ضغط اللصق، متصفحك لا يدعم WebAssembly. الرجاء استخدام متصفح آخر لعرض هذه اللصقة.", "Start over": "ابدأ من جديد", "Document copied to clipboard": "نُسخ اللصق إلى الحافظة", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "لنسخ اللصق انقر على زر النسخ أو استخدم اختصار الحافظة Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "لنسخ اللصق انقر على زر النسخ أو استخدم اختصار الحافظة %s+c", "Copy link": "نسخ الرابط", "Link copied to clipboard": "نُسخ الرابط إلى الحافظة", "Document text": "لصق النص", diff --git a/i18n/bg.json b/i18n/bg.json index 86a3c98b..14f0dd38 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -151,7 +151,7 @@ "server error or not responding": "Грешка в сървъра или не отговаря", "Could not post comment: %s": "Публикуването на коментара Ви беше неуспешно: %s", "Sending document…": "Изпращане на информацията Ви…", - "Your document is %s (Hit Ctrl+c to copy)": "Вашата връзка е %s (Натиснете Ctrl+c за да копирате)", + "Your document is %s (Hit %s+c to copy)": "Вашата връзка е %s (Натиснете %s+c за да копирате)", "Delete data": "Изтриване на информацията", "Could not create document: %s": "Създаването на връзката ви беше неуспешно: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Дешифроването на информацията беше неуспешно: Ключа за декриптиране липсва във връзката (Да не сте използвали услуга за пренасочване или скъсяване на връзката, което би изрязало части от нея?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/ca.json b/i18n/ca.json index f51c3b61..09887d34 100644 --- a/i18n/ca.json +++ b/i18n/ca.json @@ -151,7 +151,7 @@ "server error or not responding": "server error or not responding", "Could not post comment: %s": "No s'ha pogut publicar el comentari: %s", "Sending document…": "Enviant document…", - "Your document is %s (Hit Ctrl+c to copy)": "Your document is %s (Hit Ctrl+c to copy)", + "Your document is %s (Hit %s+c to copy)": "Your document is %s (Hit %s+c to copy)", "Delete data": "Esborrar les dades", "Could not create document: %s": "Could not create document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "No es pot desxifrar la nota: falta la clau de desxifrat a l'URL (vau utilitzar un adreçament o un escurçador d'URL que elimina part de l'URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/co.json b/i18n/co.json index 85e2e6bb..fbae32da 100644 --- a/i18n/co.json +++ b/i18n/co.json @@ -151,7 +151,7 @@ "server error or not responding": "sbagliu di u servitore o u servitore ùn risponde micca", "Could not post comment: %s": "Ùn si pò micca impustà u cummentu : %s", "Sending document…": "Inviu di u ducumentu…", - "Your document is %s (Hit Ctrl+c to copy)": "U vostru ducumentu si trova à l’indirizzu %s (Appughjate nant’à Ctrl+c per cupià u liame)", + "Your document is %s (Hit %s+c to copy)": "U vostru ducumentu si trova à l’indirizzu %s (Appughjate nant’à %s+c per cupià u liame)", "Delete data": "Squassà i dati", "Could not create document: %s": "Ùn si pò micca creà u ducumentu : %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Ùn si pò micca dicifrà u ducumentu : A chjave di dicifratura hè assente in l’indirizzu. Averiate impiegatu un orientadore d’indirizzu o un riduttore chì ammuzzeghja una parte di l’indirizzu ?", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Sbagliu durante a scumpressione di u ducumentu, perchè u vostru navigatore ùn accetteghja micca WebAssembly. Ci vole à impiegà un altru navigatore per affissà stu ducumentu.", "Start over": "Principià torna", "Document copied to clipboard": "U ducumentu hè statu cupiatu in u preme’papei", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Per cupià u ducumentu, appughjate nant’à u buttone di copia o impiegate l’accurtatoghju di tastera Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Per cupià u ducumentu, appughjate nant’à u buttone di copia o impiegate l’accurtatoghju di tastera %s+c", "Copy link": "Cupià u liame", "Link copied to clipboard": "U liame hè statu cupiatu in u preme’papei", "Document text": "Testu di u ducumentu", diff --git a/i18n/cs.json b/i18n/cs.json index f53d1c51..f92bfdd1 100644 --- a/i18n/cs.json +++ b/i18n/cs.json @@ -151,7 +151,7 @@ "server error or not responding": "Chyba na serveru nebo server neodpovídá", "Could not post comment: %s": "Nelze odeslat komentář: %s", "Sending document…": "Odesílání příspěvku…", - "Your document is %s (Hit Ctrl+c to copy)": "Váš příspěvek je %s (Stiskněte Ctrl+c pro zkopírování)", + "Your document is %s (Hit %s+c to copy)": "Váš příspěvek je %s (Stiskněte %s+c pro zkopírování)", "Delete data": "Odstranit data", "Could not create document: %s": "Nepodařilo se vytvořit příspěvek: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Nepodařilo se dešifrovat příspěvek: V adrese chybí dešifrovací klíč (Nepoužili jste přesměrovač nebo zkracovač URL, který maže části URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Chyba při dekomprimování příspěvku, váš prohlížeč nepodporuje WebAssembly. Pro zobrazení tohoto příspěvku prosím použijte jiný prohlížeč.", "Start over": "Začít znovu", "Document copied to clipboard": "Dokument zkopírován do schránky", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Pro zkopírování dokumentu klikněte na tlačítko nebo použijte klávesovou zkratku schránky Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Pro zkopírování dokumentu klikněte na tlačítko nebo použijte klávesovou zkratku schránky %s+c", "Copy link": "Zkopírovat odkaz", "Link copied to clipboard": "Odkaz zkopírován do schránky", "Document text": "Text dokumentu", diff --git a/i18n/de.json b/i18n/de.json index 608d9aca..051204ec 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -151,7 +151,7 @@ "server error or not responding": "Fehler auf dem Server oder keine Antwort vom Server", "Could not post comment: %s": "Konnte Kommentar nicht senden: %s", "Sending document…": "Sende Document…", - "Your document is %s (Hit Ctrl+c to copy)": "Dein Dokument ist unter %s zu finden (Drücke Strg+c um den Link zu kopieren)", + "Your document is %s (Hit %s+c to copy)": "Dein Dokument ist unter %s zu finden (Drücke Strg+c um den Link zu kopieren)", "Delete data": "Lösche Daten", "Could not create document: %s": "Dokument konnte nicht erstellt werden: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Konnte Document nicht entschlüsseln: Der Schlüssel fehlt in der Adresse (Hast du eine Umleitung oder einen URL-Verkürzer benutzt, der Teile der Adresse entfernt?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Fehler beim Dekomprimieren des Dokumentes. Dein Browser unterstützt WebAssembly nicht. Bitte verwende einen anderen Browser, um dieses Dokument anzuzeigen.", "Start over": "Neues Dokument erstellen", "Document copied to clipboard": "Dokument wurde in Zwischenablage kopiert.", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Zum Kopieren des Textes drücken Sie die Kopieren-Schaltfläche oder verwenden Sie die Tastenkombination Strg+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Zum Kopieren des Textes drücken Sie die Kopieren-Schaltfläche oder verwenden Sie die Tastenkombination %s+c", "Copy link": "Verknüpfung kopieren", "Link copied to clipboard": "Verknüpfung wurde in die Zwischenablage kopiert.", "Document text": "Text des Dokuments", diff --git a/i18n/el.json b/i18n/el.json index 8593b766..fa4c2fc0 100644 --- a/i18n/el.json +++ b/i18n/el.json @@ -151,7 +151,7 @@ "server error or not responding": "Πρόβλημα του διακομιστή ή δεν υπάρχει απάντηση", "Could not post comment: %s": "Δεν ήταν δυνατή η δημοσίευση του σχολίου: %s", "Sending document…": "Η επικόλληση αποστέλλεται…", - "Your document is %s (Hit Ctrl+c to copy)": "Η επικόλλησή σας είναι %s (Πληκτρολογήστε Ctrl+c για αντιγραφή)", + "Your document is %s (Hit %s+c to copy)": "Η επικόλλησή σας είναι %s (Πληκτρολογήστε %s+c για αντιγραφή)", "Delete data": "Διαγραφή δεδομένων", "Could not create document: %s": "Δεν ήταν δυνατή η δημιουργία επικόλλησης: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Δεν ήταν δυνατή η αποκρυπτογράφηση της επικόλλησης: Το κλειδί αποκρυπτογράφησης λείπει από τον σύνδεσμο (Μήπως χρησιμοποιήσατε ανακατεύθυνση συνδέσμου ή υπηρεσία συντόμευσης συνδέσμου;)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Σφάλμα αποσυμπίεσης της επικόλλησης, ο περιηγητής σας δεν υποστηρίζει WebAssembly. Παρακαλούμε χρησιμοποιήστε έναν άλλο περιηγητή για να δείτε αυτή την επικόλληση.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/en.json b/i18n/en.json index 5a219fa7..0227afa9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -151,7 +151,7 @@ "server error or not responding": "server error or not responding", "Could not post comment: %s": "Could not post comment: %s", "Sending document…": "Sending document…", - "Your document is %s (Hit Ctrl+c to copy)": "Your document is %s (Hit Ctrl+c to copy)", + "Your document is %s (Hit %s+c to copy)": "Your document is %s (Hit %s+c to copy)", "Delete data": "Delete data", "Could not create document: %s": "Could not create document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/es.json b/i18n/es.json index f3c2b063..0c263b66 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -151,7 +151,7 @@ "server error or not responding": "Error del servidor o el servidor no responde", "Could not post comment: %s": "No fue posible publicar comentario: %s", "Sending document…": "Enviando documento…", - "Your document is %s (Hit Ctrl+c to copy)": "Su texto está en %s (Presione Ctrl+c para copiar)", + "Your document is %s (Hit %s+c to copy)": "Su texto está en %s (Presione %s+c para copiar)", "Delete data": "Eliminar datos", "Could not create document: %s": "No fue posible crear el archivo: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "No es posible descifrar el documento: Falta la clave de descifrado en la URL (¿Utilizó un redirector o un acortador de URL que quite parte de la URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error al descomprimir el documento. Su navegador no es compatible con WebAssembly. Utilice otro navegador para ver este documento.", "Start over": "Empezar de nuevo", "Document copied to clipboard": "Documento copiado al portapapeles", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Para copiar el documento presione el botón copiar o use el atajo del portapapeles Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Para copiar el documento presione el botón copiar o use el atajo del portapapeles %s+c", "Copy link": "Copiar enlace", "Link copied to clipboard": "Enlace copiado al portapapeles", "Document text": "Texto del documento", diff --git a/i18n/et.json b/i18n/et.json index 1150848c..48921bec 100644 --- a/i18n/et.json +++ b/i18n/et.json @@ -151,7 +151,7 @@ "server error or not responding": "serveri viga või ei vasta", "Could not post comment: %s": "Ei suutnud kommentaari postitada: %s", "Sending document…": "Kleepe saatmine…", - "Your document is %s (Hit Ctrl+c to copy)": "Sinu kleebe on %s (Kopeerimiseks vajuta Ctrl+c)", + "Your document is %s (Hit %s+c to copy)": "Sinu kleebe on %s (Kopeerimiseks vajuta %s+c)", "Delete data": "Kustuta andmed", "Could not create document: %s": "Ei suutnud kleebet luua: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Ei suutnud kleebet dekrüpteerida: Dekrüpteerimisvõti on URL-ist puudu (Kas kasutasid ümbersuunajat või URL-i lühendajat, mis eemaldab osa URL-ist?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Alusta uuesti", "Document copied to clipboard": "Kleebe kopeeriti lõikelauale", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Kopeeri link", "Link copied to clipboard": "Link kopeeriti lõikelauale", "Document text": "Kleebi tekst", diff --git a/i18n/fa.json b/i18n/fa.json index d5ca1a2b..6a63d9c1 100644 --- a/i18n/fa.json +++ b/i18n/fa.json @@ -151,7 +151,7 @@ "server error or not responding": "خطای سرور یا عدم پاسخدهی", "Could not post comment: %s": "ارسال نظر ممکن نیست: %s", "Sending document…": "در حال ارسال سند…", - "Your document is %s (Hit Ctrl+c to copy)": "سند شما %s است (برای کپیکردن Ctrl+c را فشار دهید)", + "Your document is %s (Hit %s+c to copy)": "سند شما %s است (برای کپیکردن %s+c را فشار دهید)", "Delete data": "حذف دادهها", "Could not create document: %s": "ایجاد سند ممکن نیست: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "رمزگشایی سند ممکن نیست: کلید رمزگشایی در URL موجود نیست (آیا از ریدایرکت یا کوتاهکنندهٔ URL استفاده کردهاید که بخشی از URL را حذف میکند؟)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "خطا در رفع فشردهسازی سند، مرورگر شما از WebAssembly پشتیبانی نمیکند. لطفاً برای مشاهدهٔ این سند از مرورگر دیگری استفاده کنید.", "Start over": "شروع دوباره", "Document copied to clipboard": "سند در کلیپبورد کپی شد", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "برای کپیکردن سند، دکمهٔ کپی را فشار دهید یا از میانبر کلیپبورد Ctrl+c/Cmd+c استفاده کنید", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "برای کپیکردن سند، دکمهٔ کپی را فشار دهید یا از میانبر کلیپبورد %s+c استفاده کنید", "Copy link": "کپی لینک", "Link copied to clipboard": "لینک در کلیپبورد کپی شد", "Document text": "متن سند", diff --git a/i18n/fi.json b/i18n/fi.json index a54120cb..08360df0 100644 --- a/i18n/fi.json +++ b/i18n/fi.json @@ -151,7 +151,7 @@ "server error or not responding": "palvelinvirhe tai palvelin ei vastaa", "Could not post comment: %s": "Kommenttia ei voitu lähettää: %s", "Sending document…": "Lähetetään pastea…", - "Your document is %s (Hit Ctrl+c to copy)": "Pastesi on %s (Paina Ctrl+c kopioidaksesi)", + "Your document is %s (Hit %s+c to copy)": "Pastesi on %s (Paina %s+c kopioidaksesi)", "Delete data": "Poista data", "Could not create document: %s": "Pastea ei voitu luoda: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Pastea ei voitu purkaa: Purkausavain puuttuu URL:stä (Käytitkö uudelleenohjaajaa tai URL-lyhentäjää joka poistaa osan URL:stä?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Virhe pasten purkamisessa, selaimesi ei tue WebAssemblyä. Ole hyvä ja käytä toista selainta nähdäksesi tämä asiakirja.", "Start over": "Aloita alusta", "Document copied to clipboard": "Asiakirja kopioitu leikepöydälle", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Voit kopioida pasten painamalla kopioi-painiketta tai käyttämällä leikepöydän oikotietä Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Voit kopioida pasten painamalla kopioi-painiketta tai käyttämällä leikepöydän oikotietä %s+c", "Copy link": "Kopioi linkki", "Link copied to clipboard": "Linkki kopioitu leikepöydälle", "Document text": "Liitä teksti", diff --git a/i18n/fr.json b/i18n/fr.json index 917b03bb..51cd1a73 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -151,7 +151,7 @@ "server error or not responding": "Le serveur ne répond pas ou a rencontré une erreur", "Could not post comment: %s": "Impossible de poster le commentaire : %s", "Sending document…": "Envoi du document…", - "Your document is %s (Hit Ctrl+c to copy)": "Votre document est disponible à l'adresse %s (Appuyez sur Ctrl+c/Cmd+c pour copier)", + "Your document is %s (Hit %s+c to copy)": "Votre document est disponible à l'adresse %s (Appuyez sur %s+c/Cmd+c pour copier)", "Delete data": "Supprimer les données du document", "Could not create document: %s": "Impossible de créer le document : %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Impossible de déchiffrer le document : Clé de déchiffrement manquante dans l'URL (Avez-vous utilisé un redirecteur ou un site de réduction d'URL qui supprime une partie de l'URL ?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Erreur lors de la décompression du document, votre navigateur ne supporte pas WebAssembly. Veuillez utiliser un autre navigateur pour voir ce document.", "Start over": "Recommencer", "Document copied to clipboard": "Document copié dans le presse-papier", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Pour copier appuyer sur le bouton Copier le lien ou utiliser le raccourci Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Pour copier appuyer sur le bouton Copier le lien ou utiliser le raccourci %s+c", "Copy link": "Copier le lien", "Link copied to clipboard": "Lien copié dans le presse-papier", "Document text": "Texte du document", diff --git a/i18n/he.json b/i18n/he.json index e670b8af..dae7e396 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -151,7 +151,7 @@ "server error or not responding": "שגיאת שרת או שהשרת לא מגיב", "Could not post comment: %s": "לא ניתן לפרסם תגובה: %s", "Sending document…": "ההדבקה נשלחת…", - "Your document is %s (Hit Ctrl+c to copy)": "ההדבקה שלך היא %s (יש ללחוץ Ctrl+c כדי להעתיק)", + "Your document is %s (Hit %s+c to copy)": "ההדבקה שלך היא %s (יש ללחוץ %s+c כדי להעתיק)", "Delete data": "מחיקת נתונים", "Could not create document: %s": "לא ניתן ליצור הדבקה: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "לא ניתן לפענח הדבקה: מפתח הפענוח חסר בכתובת (השתמשת במערכת הפנייה או מקצר כתובות שחותכים חלק מהכתובת?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "שגיאה בהפקת ההדבקה, הדפדפן שלך לא תומך ב-WebAssembly. אנא השתמש בדפדפן אחר כדי לצפות בהדבקה זו.", "Start over": "להתחיל מחדש", "Document copied to clipboard": "ההדבקה הועתקה ללוח", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "על מנת להעתיק את ההדבקה, לחץ על כפתור ההעתקה או השתמש בקיצור הדרך ללוח Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "על מנת להעתיק את ההדבקה, לחץ על כפתור ההעתקה או השתמש בקיצור הדרך ללוח %s+c", "Copy link": "העתק קישור", "Link copied to clipboard": "הקישור הועתק ללוח", "Document text": "הדבק טקסט", diff --git a/i18n/hi.json b/i18n/hi.json index 5a219fa7..0227afa9 100644 --- a/i18n/hi.json +++ b/i18n/hi.json @@ -151,7 +151,7 @@ "server error or not responding": "server error or not responding", "Could not post comment: %s": "Could not post comment: %s", "Sending document…": "Sending document…", - "Your document is %s (Hit Ctrl+c to copy)": "Your document is %s (Hit Ctrl+c to copy)", + "Your document is %s (Hit %s+c to copy)": "Your document is %s (Hit %s+c to copy)", "Delete data": "Delete data", "Could not create document: %s": "Could not create document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/hu.json b/i18n/hu.json index bc02cda7..5c5b1d67 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -151,7 +151,7 @@ "server error or not responding": "A szerveren hiba lépett fel vagy nem válaszol.", "Could not post comment: %s": "Nem tudtuk beküldeni a hozzászólást: %s", "Sending document…": "Bejegyzés elküldése...", - "Your document is %s (Hit Ctrl+c to copy)": "A bejegyzésed a %s címen elérhető. Ctrl+c-vel tudod vágólapra másolni.", + "Your document is %s (Hit %s+c to copy)": "A bejegyzésed a %s címen elérhető. %s+c-vel tudod vágólapra másolni.", "Delete data": "Adat törlése", "Could not create document: %s": "Nem tudtuk létrehozni a bejegyzést: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Nem tudjuk visszafejteni a bejegyzést: a dekódoláshoz szükséges kulcs hiányzik a címből. Talán URL rövidítőt használtál, amely azt kivágta belőle?", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Újrakezdés", "Document copied to clipboard": "Bejegyzés másolva", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Másoláshoz használd a Ctrl+c/Cmd+c billentyűkombinációt", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Másoláshoz használd a %s+c billentyűkombinációt", "Copy link": "Link másolása", "Link copied to clipboard": "Link másolva", "Document text": "Bejegyzés szövege", diff --git a/i18n/id.json b/i18n/id.json index b3b7bee1..13bc4940 100644 --- a/i18n/id.json +++ b/i18n/id.json @@ -151,7 +151,7 @@ "server error or not responding": "kesalahan server atau server tidak merespon", "Could not post comment: %s": "Tidak dapat memposting komentar: %s", "Sending document…": "Mengirim document…", - "Your document is %s (Hit Ctrl+c to copy)": "Document Anda adalah %s(Tekan Ctrl+c untuk menyalin)", + "Your document is %s (Hit %s+c to copy)": "Document Anda adalah %s(Tekan %s+c untuk menyalin)", "Delete data": "Hapus data", "Could not create document: %s": "Tidak dapat membuat document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Tidak dapat mendekripsi document: Kunci dekripsi tidak ada di URL (Apakah Anda menggunakan redirector atau penyingkat URL yang menghapus bagian dari URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/it.json b/i18n/it.json index 10a0bec9..ab4b7b7a 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -151,7 +151,7 @@ "server error or not responding": "errore o mancata risposta dal server", "Could not post comment: %s": "Impossibile inviare il commento: %s", "Sending document…": "Messaggio in fase di invio…", - "Your document is %s (Hit Ctrl+c to copy)": "Il tuo messaggio è qui: %s (Premi Ctrl+c (Windows) o [Cmd]+[c] (Mac) per copiare il link)", + "Your document is %s (Hit %s+c to copy)": "Il tuo messaggio è qui: %s (Premi %s+c (Windows) o [Cmd]+[c] (Mac) per copiare il link)", "Delete data": "Cancella i dati", "Could not create document: %s": "Non riesco a creare il messaggio: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Non riesco a decifrare il messaggio: manca la chiave di decifrazione nell'URL (La chiave è parte integrante dell'URL. Per caso hai usato un Redirector o un altro servizio che ha rimosso una parte dell'URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Errore nella decompressione dell messaggio, il tuo browser non supporta WebAssembly. Utilizza un altro browser per visualizzare questo messaggio.", "Start over": "Ricominciare", "Document copied to clipboard": "Messaggio copiato", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Per copiare il documento premere sul pulsante di copia o utilizzare la scorciatoia Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Per copiare il documento premere sul pulsante di copia o utilizzare la scorciatoia %s+c", "Copy link": "Copia il link", "Link copied to clipboard": "Link copiato negli appunti", "Document text": "Testo del messaggio", diff --git a/i18n/ja.json b/i18n/ja.json index 49f12668..e7c10573 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -151,7 +151,7 @@ "server error or not responding": "サーバーエラーまたは応答しません", "Could not post comment: %s": "コメントを投稿できませんでした:%s", "Sending document…": "ペーストを送信しています…", - "Your document is %s (Hit Ctrl+c to copy)": "ペーストは%sです(コピーするにはCtrl+cを押してください)", + "Your document is %s (Hit %s+c to copy)": "ペーストは%sです(コピーするには%s+cを押してください)", "Delete data": "データを削除", "Could not create document: %s": "ペーストを作成できませんでした:%s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "ペーストを復号化できません:復号化キーがURLにありません(URLの一部を削除するリダイレクト機能またはURLの短縮アプリケーションを使いましたか?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/jbo.json b/i18n/jbo.json index 892cfa79..a990cf8a 100644 --- a/i18n/jbo.json +++ b/i18n/jbo.json @@ -151,7 +151,7 @@ "server error or not responding": "server error or not responding", "Could not post comment: %s": "Could not post comment: %s", "Sending document…": "ca'o benji le papri…", - "Your document is %s (Hit Ctrl+c to copy)": "Your document is %s (Hit Ctrl+c to copy)", + "Your document is %s (Hit %s+c to copy)": "Your document is %s (Hit %s+c to copy)", "Delete data": "vimcu loi datni", "Could not create document: %s": "Could not create document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "sorcu fukpi le urli", "Link copied to clipboard": "Link copied to clipboard", "Document text": "se dokcu", diff --git a/i18n/ko.json b/i18n/ko.json index 5a219fa7..0227afa9 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -151,7 +151,7 @@ "server error or not responding": "server error or not responding", "Could not post comment: %s": "Could not post comment: %s", "Sending document…": "Sending document…", - "Your document is %s (Hit Ctrl+c to copy)": "Your document is %s (Hit Ctrl+c to copy)", + "Your document is %s (Hit %s+c to copy)": "Your document is %s (Hit %s+c to copy)", "Delete data": "Delete data", "Could not create document: %s": "Could not create document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/ku.json b/i18n/ku.json index 1910597c..192a11f0 100644 --- a/i18n/ku.json +++ b/i18n/ku.json @@ -151,7 +151,7 @@ "server error or not responding": "server error or not responding", "Could not post comment: %s": "Could not post comment: %s", "Sending document…": "Sending document…", - "Your document is %s (Hit Ctrl+c to copy)": "Your document is %s (Hit Ctrl+c to copy)", + "Your document is %s (Hit %s+c to copy)": "Your document is %s (Hit %s+c to copy)", "Delete data": "Delete data", "Could not create document: %s": "Could not create document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/la.json b/i18n/la.json index 9f2b0cd7..68378b48 100644 --- a/i18n/la.json +++ b/i18n/la.json @@ -151,7 +151,7 @@ "server error or not responding": "server error or not responding", "Could not post comment: %s": "Could not post comment: %s", "Sending document…": "Sending document…", - "Your document is %s (Hit Ctrl+c to copy)": "Your document is %s (Hit Ctrl+c to copy)", + "Your document is %s (Hit %s+c to copy)": "Your document is %s (Hit %s+c to copy)", "Delete data": "Delete data", "Could not create document: %s": "Could not create document: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/lt.json b/i18n/lt.json index 11d1b2a7..3f9b0ee3 100644 --- a/i18n/lt.json +++ b/i18n/lt.json @@ -151,7 +151,7 @@ "server error or not responding": "serverio klaida arba jis neatsako", "Could not post comment: %s": "Nepavyko paskelbti komentaro: %s", "Sending document…": "Siunčiamas dokumentas…", - "Your document is %s (Hit Ctrl+c to copy)": "Jūsų dokumentas yra %s (Paspauskite Ctrl+c norėdami nukopijuoti)", + "Your document is %s (Hit %s+c to copy)": "Jūsų dokumentas yra %s (Paspauskite %s+c norėdami nukopijuoti)", "Delete data": "Ištrinti duomenis", "Could not create document: %s": "Nepavyko sukurti dokumento: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Nepavyksta iššifruoti dokumento: URL adrese trūksta iššifravimo rakto (Ar naudojote peradresavimo ar URL trumpinimo įrankį, kuris pašalina URL dalį?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Klaida išglaudinant dokumentą, jūsų naršyklė nepalaiko „WebAssembly“. Norėdami peržiūrėti šį dokumentą, naudokite kitą naršyklę.", "Start over": "Pradėti iš naujo", "Document copied to clipboard": "Dokumentas nukopijuotas į iškarpinę", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Norėdami nukopijuoti dokumentą paspauskite kopijavimo mygtuką arba naudokite iškarpinės sparčiuosius klavišus Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Norėdami nukopijuoti dokumentą paspauskite kopijavimo mygtuką arba naudokite iškarpinės sparčiuosius klavišus %s+c", "Copy link": "Kopijuoti nuorodą", "Link copied to clipboard": "Nuoroda nukopijuota į iškarpinę", "Document text": "Dokumento tekstas", diff --git a/i18n/nl.json b/i18n/nl.json index 926ea944..65799494 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -151,7 +151,7 @@ "server error or not responding": "Serverfout of server reageert niet", "Could not post comment: %s": "Kon het commentaar niet plaatsen: %s", "Sending document…": "Document verzenden…", - "Your document is %s (Hit Ctrl+c to copy)": "Je document is %s (Druk Ctrl+c om te kopiëren)", + "Your document is %s (Hit %s+c to copy)": "Je document is %s (Druk %s+c om te kopiëren)", "Delete data": "Gegevens wissen", "Could not create document: %s": "Kon het document niet aanmaken: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Kon het document niet decoderen: Decoderingssleutel ontbreekt in URL (Heb je een doorverwijzer of een URL-verkorter gebruikt die een deel van de URL verwijdert?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Fout bij het decomprimeren van het document, uw browser ondersteunt WebAssembly niet. Gebruik een andere browser om dit document te bekijken.", "Start over": "Opnieuw beginnen", "Document copied to clipboard": "Document gekopieerd naar klembord", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Om te kopiëren en plakken druk je op de knop Kopiëren of gebruik je de sneltoets op het klembord Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Om te kopiëren en plakken druk je op de knop Kopiëren of gebruik je de sneltoets op het klembord %s+c", "Copy link": "Kopieer link", "Link copied to clipboard": "Link gekopieerd naar klembord", "Document text": "Tekst plakken", diff --git a/i18n/no.json b/i18n/no.json index 7de14244..466f8174 100644 --- a/i18n/no.json +++ b/i18n/no.json @@ -151,7 +151,7 @@ "server error or not responding": "tjener feilet eller svarer ikke", "Could not post comment: %s": "Kunne ikke sende kommentar: %s", "Sending document…": "Sender innlegg…", - "Your document is %s (Hit Ctrl+c to copy)": "Ditt innlegg er %s (Trykk Ctrl+c for å kopiere)", + "Your document is %s (Hit %s+c to copy)": "Ditt innlegg er %s (Trykk %s+c for å kopiere)", "Delete data": "Slett data", "Could not create document: %s": "Kunne ikke opprette innlegg: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Kan ikke dekryptere innlegg: Dekrypteringsnøkkelen mangler i adressen (Har du bruket en redirector eller en URL forkorter som fjerner en del av addressen?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/oc.json b/i18n/oc.json index 659c580e..25564e00 100644 --- a/i18n/oc.json +++ b/i18n/oc.json @@ -151,7 +151,7 @@ "server error or not responding": "lo servidor respond pas o a rescontrat una error", "Could not post comment: %s": "Impossible de mandar lo comentari : %s", "Sending document…": "Mandadís del tèxte…", - "Your document is %s (Hit Ctrl+c to copy)": "Vòstre tèxte es disponible a l’adreça %s (Picatz sus Ctrl+c per copiar)", + "Your document is %s (Hit %s+c to copy)": "Vòstre tèxte es disponible a l’adreça %s (Picatz sus %s+c per copiar)", "Delete data": "Supprimir las donadas del tèxte", "Could not create document: %s": "Impossible de crear lo tèxte : %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Impossible de deschifrar lo tèxte : clau de deschiframent absenta de l’URL (Avètz utilizat un redirector o un site de reduccion d’URL que suprimís una partida de l’URL ?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error al moment de descompresar l'empegatge, vòstre navegador pren pas en carga WebAssembly. Mercés d'utilizar un autre navigador per visualizar aquesta pega.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/pl.json b/i18n/pl.json index 525723d9..5288af28 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -151,7 +151,7 @@ "server error or not responding": "błąd serwera lub brak odpowiedzi", "Could not post comment: %s": "Nie udało się wysłać komentarza: %s", "Sending document…": "Wysyłanie dokumentu…", - "Your document is %s (Hit Ctrl+c to copy)": "Twój dokument: %s (Użyj Ctrl+c, aby skopiować)", + "Your document is %s (Hit %s+c to copy)": "Twój dokument: %s (Użyj %s+c, aby skopiować)", "Delete data": "Usuń dane", "Could not create document: %s": "Nie można utworzyć dokumentu: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Nie można odszyfrować dokumentu — brakuje klucza deszyfrującego w adresie URL (czy użyto przekierowania lub skracacza adresów, który usuwa część linku?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Błąd dekompresji dokumentu — Twoja przeglądarka nie obsługuje WebAssembly. Użyj innej przeglądarki, aby go otworzyć.", "Start over": "Zacznij od nowa", "Document copied to clipboard": "Dokument skopiowany do schowka", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Aby skopiować dokument, kliknij przycisk kopiowania lub użyj skrótu Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Aby skopiować dokument, kliknij przycisk kopiowania lub użyj skrótu %s+c", "Copy link": "Kopiuj link", "Link copied to clipboard": "Link skopiowany do schowka", "Document text": "Treść dokumentu", diff --git a/i18n/pt.json b/i18n/pt.json index 1358ab9c..7dcb8a9d 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -151,7 +151,7 @@ "server error or not responding": "Servidor em erro ou não responsivo", "Could not post comment: %s": "Não foi possível publicar o comentário: %s", "Sending document…": "Enviando cópia…", - "Your document is %s (Hit Ctrl+c to copy)": "Sua cópia é %s (Pressione Ctrl+c para copiar)", + "Your document is %s (Hit %s+c to copy)": "Sua cópia é %s (Pressione %s+c para copiar)", "Delete data": "Excluir dados", "Could not create document: %s": "Não foi possível criar cópia: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Não foi possível decifrar a cópia: chave de decriptografia ausente na URL (Você utilizou um redirecionador ou encurtador de URL que removeu parte dela?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/ro.json b/i18n/ro.json index 29dcaade..8c7e2505 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -151,7 +151,7 @@ "server error or not responding": "eroare de server sau nu răspunde", "Could not post comment: %s": "Nu s-a putut posta comentariul: %s", "Sending document…": "Se trimite document-ul…", - "Your document is %s (Hit Ctrl+c to copy)": "Document-ul dvs. este %s (Apăsați Ctrl+c pentru a copia)", + "Your document is %s (Hit %s+c to copy)": "Document-ul dvs. este %s (Apăsați %s+c pentru a copia)", "Delete data": "Ștergeți datele", "Could not create document: %s": "Nu s-a putut crea document-ul: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Nu s-a putut decripta document-ul: Cheia de decriptare lipsește din URL (Ați folosit un redirector sau un scurtător de URL care a tăiat o parte din URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Eroare la deschiderea document-ului, browserul dvs. nu acceptă WebAssembly. Vă rugăm să utilizați un alt browser pentru a vedea acest document.", "Start over": "Start over", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/ru.json b/i18n/ru.json index f68451d1..80690653 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -151,7 +151,7 @@ "server error or not responding": "ошибка сервера или нет ответа", "Could not post comment: %s": "Не удалось опубликовать комментарий: %s", "Sending document…": "Отправка записи…", - "Your document is %s (Hit Ctrl+c to copy)": "Ссылка на запись %s (Нажмите Ctrl+c, чтобы скопировать ссылку)", + "Your document is %s (Hit %s+c to copy)": "Ссылка на запись %s (Нажмите %s+c, чтобы скопировать ссылку)", "Delete data": "Удалить запись", "Could not create document: %s": "Не удалось опубликовать запись: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Невозможно расшифровать запись: Ключ расшифровки отсутствует в ссылке (Может быть, вы используете сокращатель ссылок, который удаляет часть ссылки?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Ошибка распаковки документа, ваш браузер не поддерживает WebAssembly. Пожалуйста, используйте другой браузер для просмотра этого документа.", "Start over": "Начать заново", "Document copied to clipboard": "Запись скопирована в буфер обмена", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Чтобы скопировать запись нажмите на кнопку копирования или используйте комбинацию клавиш Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Чтобы скопировать запись нажмите на кнопку копирования или используйте комбинацию клавиш %s+c", "Copy link": "Скопировать ссылку", "Link copied to clipboard": "Ссылка скопирована в буфер обмена", "Document text": "Текст документа", diff --git a/i18n/sk.json b/i18n/sk.json index add09426..9dbdb176 100644 --- a/i18n/sk.json +++ b/i18n/sk.json @@ -151,7 +151,7 @@ "server error or not responding": "chyba servera alebo server neodpovedá", "Could not post comment: %s": "Nepodarilo sa pridať komentár: %s", "Sending document…": "Odosiela sa príspevok…", - "Your document is %s (Hit Ctrl+c to copy)": "Váš príspevok je %s (skopírujte stlačením Ctrl+c)", + "Your document is %s (Hit %s+c to copy)": "Váš príspevok je %s (skopírujte stlačením %s+c)", "Delete data": "Odstrániť dáta", "Could not create document: %s": "Nepodarilo sa vytvoriť príspevok: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Nie je možné dešifrovať príspevok: V URL adrese chýba dešifrovací kľúč (Použili ste presmerovač alebo skracovač adresy, ktorý odstráni časť adresy URL?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.", "Start over": "Začať odznova", "Document copied to clipboard": "Kópia vložená do schránky", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Kopírovať odkaz", "Link copied to clipboard": "Odkaz vložený do schránky", "Document text": "Document text", diff --git a/i18n/sl.json b/i18n/sl.json index acd8d1be..2fae5599 100644 --- a/i18n/sl.json +++ b/i18n/sl.json @@ -151,7 +151,7 @@ "server error or not responding": "napaka na strežniku, ali pa se strežnik ne odziva", "Could not post comment: %s": "Komentarja ni bilo mogoče objaviti : %s", "Sending document…": "Pošiljam prilepek…", - "Your document is %s (Hit Ctrl+c to copy)": "Tvoj prilepek je dostopen na naslovu: %s (Pritisni Ctrl+c ali [Cmd] + [c] in skopiraj)", + "Your document is %s (Hit %s+c to copy)": "Tvoj prilepek je dostopen na naslovu: %s (Pritisni %s+c ali [Cmd] + [c] in skopiraj)", "Delete data": "Izbriši podatke", "Could not create document: %s": "Ne morem ustvariti prilepka: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Prilepka ni mogoče odkodirati: v URL-ju manjka ključ. Ali je bil uporabljen krajšalnik URL-jev, ki odstrani del URL-ja?", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Napaka pri razpakiranju dokumenta, vaš brskalnik ne podpira WebAssembly. Za ogled tega dokumenta uporabite drug brskalnik.", "Start over": "Začni znova", "Document copied to clipboard": "Dokument kopiran v odložišče", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Za kopiranje dokumenta pritisnite gumb za kopiranje ali uporabite bližnjico odložišča Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Za kopiranje dokumenta pritisnite gumb za kopiranje ali uporabite bližnjico odložišča %s+c", "Copy link": "Kopiraj povezavo", "Link copied to clipboard": "Povezava kopirana v odložišče", "Document text": "Besedilo dokumenta", diff --git a/i18n/sv.json b/i18n/sv.json index 668df87d..7ca9cb21 100644 --- a/i18n/sv.json +++ b/i18n/sv.json @@ -151,7 +151,7 @@ "server error or not responding": "serverfel eller inget svar", "Could not post comment: %s": "Kunde inte publicera kommentar: %s", "Sending document…": "Skickar dokument…", - "Your document is %s (Hit Ctrl+c to copy)": "Ditt dokument är %s (Tryck Ctrl+c för att kopiera)", + "Your document is %s (Hit %s+c to copy)": "Ditt dokument är %s (Tryck %s+c för att kopiera)", "Delete data": "Radera data", "Could not create document: %s": "Kunde inte skapa dokument: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Kan inte dekryptera dokument: Dekrypteringsnyckel saknas i URL:en (använde du en omdirigerare eller URL-förkortare som tar bort delar av URL:en?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Fel vid dekomprimering av dokumentet, din webbläsare stöder inte WebAssembly. Använd en annan webbläsare för att visa detta dokument.", "Start over": "Börja om", "Document copied to clipboard": "Dokument kopierat till urklipp", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "För att kopiera dokumentet, klicka på kopieringsknappen eller använd kortkommandot Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "För att kopiera dokumentet, klicka på kopieringsknappen eller använd kortkommandot %s+c", "Copy link": "Kopiera länk", "Link copied to clipboard": "Länk kopierad till urklipp", "Document text": "Dokumenttext", diff --git a/i18n/th.json b/i18n/th.json index 4a13f851..a85a3126 100644 --- a/i18n/th.json +++ b/i18n/th.json @@ -151,7 +151,7 @@ "server error or not responding": "เซิร์ฟเวอร์มีข้อผิดพลาดหรือไม่ตอบสนอง", "Could not post comment: %s": "ไม่สามารถส่งความคิดเห็นได้: %s", "Sending document…": "กำลังส่งข้อมูล…", - "Your document is %s (Hit Ctrl+c to copy)": "การฝากโค้ดของคุณอยู่ที่ %s (กดปุ่ม Ctrl+c เพื่อคัดลอก)", + "Your document is %s (Hit %s+c to copy)": "การฝากโค้ดของคุณอยู่ที่ %s (กดปุ่ม %s+c เพื่อคัดลอก)", "Delete data": "ลบข้อมูล", "Could not create document: %s": "ไม่สามารถสร้างข้อมูลการฝากโค้ดได้: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "ไม่สามารถถอดรหัสข้อมูลการฝากโค้ดได้: คีย์ถอดรหัสที่อยู่ใน URL หายไป (คุณได้ใช้ตัวเปลี่ยนเส้นทางหรือตัวย่อ URL ที่มีการตัดส่วนของ URL ออกหรือไม่)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "ไม่สามารถอ่านข้อมูลที่คุณได้ฝากโค้ดไว้ เบราว์เซอร์ของคุณไม่รองรับ WebAssembly กรุณาลองเปลี่ยนใช้เบราว์เซอร์ตัวอื่นเพื่อดูการฝากโค้ดนี้อีกครั้ง", "Start over": "เริ่มใหม่", "Document copied to clipboard": "คัดลอกการฝากโค้ดไปที่คลิปบอร์ดแล้ว", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "หากต้องการคัดลอกและวาง กรุณากดปุ่มคัดลอก หรือใช้ปุ่มลัด Ctrl+c/Cmd+c สำหรับคลิปบอร์ด", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "หากต้องการคัดลอกและวาง กรุณากดปุ่มคัดลอก หรือใช้ปุ่มลัด %s+c สำหรับคลิปบอร์ด", "Copy link": "คัดลอกลิงก์", "Link copied to clipboard": "คัดลอกลิงก์ไปที่คลิปบอร์ดแล้ว", "Document text": "ฝากข้อความ", diff --git a/i18n/tr.json b/i18n/tr.json index d35ceaa8..64ffff19 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -151,7 +151,7 @@ "server error or not responding": "sunucu hatası veya yanıt vermiyor", "Could not post comment: %s": "Yorum paylaşılamadı: %s", "Sending document…": "Yazı gönderiliyor…", - "Your document is %s (Hit Ctrl+c to copy)": "Yazınız: %s (Ctrl+c tuşlarına basarak kopyalayın.)", + "Your document is %s (Hit %s+c to copy)": "Yazınız: %s (%s+c tuşlarına basarak kopyalayın.)", "Delete data": "Veriyi sil", "Could not create document: %s": "Yazı oluşturulamadı: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Yazı şifresi çözülemedi, çözme anahtarı URL'de bulunamadı. (Buraya bir yönlendirici veya URL kısaltıcı kullanarak gelmiş olabilirsiniz.)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Yazı açılırken hata oluştu, tarayıcınız WebAssembly'i desteklemiyor. Lütfen bu yazıyı görüntülemek için başka bir tarayıcı kullanın.", "Start over": "Baştan başla", "Document copied to clipboard": "Document copied to clipboard", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "To copy document press on the copy button or use the clipboard shortcut %s+c", "Copy link": "Copy link", "Link copied to clipboard": "Link copied to clipboard", "Document text": "Document text", diff --git a/i18n/uk.json b/i18n/uk.json index b97e8be0..38b318c3 100644 --- a/i18n/uk.json +++ b/i18n/uk.json @@ -151,7 +151,7 @@ "server error or not responding": "помилка на сервері чи немає відповіді", "Could not post comment: %s": "Не вдалося опублікувати коментар: %s", "Sending document…": "Надсилання документа…", - "Your document is %s (Hit Ctrl+c to copy)": "Документ: %s (копіювати: Ctrl+c)", + "Your document is %s (Hit %s+c to copy)": "Документ: %s (копіювати: %s+c)", "Delete data": "Видалити дані", "Could not create document: %s": "Не вдалося опублікувати документ: %s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Не вдається розшифрувати документ: ключ дешифрування відсутній у посиланні (можливо, ваш сервіс переспрямування чи скорочення посилань видаляє частину посилання?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "Помилка розпакування документа: браузер не підтримує WebAssembly. Спробуйте відкрити документ в іншому браузері.", "Start over": "Почати знову", "Document copied to clipboard": "Документ скопійовано до буфера", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "Щоб скопіювати документ, натисніть кнопку «Копіювати» чи клавіші Ctrl+c/Cmd+c", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "Щоб скопіювати документ, натисніть кнопку «Копіювати» чи клавіші %s+c", "Copy link": "Копіювати посилання", "Link copied to clipboard": "Посилання скопійовано до буфера", "Document text": "Текст документа", diff --git a/i18n/zh.json b/i18n/zh.json index bc36c701..5d60f7d1 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -151,7 +151,7 @@ "server error or not responding": "服务器错误或无回应", "Could not post comment: %s": "无法发送评论: %s", "Sending document…": "正在发送粘贴内容…", - "Your document is %s (Hit Ctrl+c to copy)": "您粘贴内容的链接是 %s (按下 Ctrl+c 以复制)", + "Your document is %s (Hit %s+c to copy)": "您粘贴内容的链接是 %s (按下 %s+c 以复制)", "Delete data": "删除数据", "Could not create document: %s": "无法创建粘贴:%s", "Cannot decrypt document: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "无法解密粘贴:URL中缺失解密密钥(是否使用了重定向或者短链接导致密钥丢失?)", @@ -224,7 +224,7 @@ "Error decompressing document, your browser does not support WebAssembly. Please use another browser to view this document.": "解压粘贴时出错,您的浏览器不支持 WebAssembly。请使用其他浏览器查看此粘贴。", "Start over": "重新开始", "Document copied to clipboard": "粘贴内容已复制到剪贴板", - "To copy document press on the copy button or use the clipboard shortcut Ctrl+c/Cmd+c": "要复制粘贴内容,请点击复制按钮或使用快捷键 Ctrl+c/Cmd+c。", + "To copy document press on the copy button or use the clipboard shortcut %s+c": "要复制粘贴内容,请点击复制按钮或使用快捷键 %s+c。", "Copy link": "复制链接", "Link copied to clipboard": "链接已复制到剪贴板", "Document text": "粘贴文本", diff --git a/js/privatebin.js b/js/privatebin.js index de750e97..b983ba1d 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2107,10 +2107,13 @@ jQuery.PrivateBin = (function($) { */ me.createPasteNotification = function(url, deleteUrl) { + const ua = navigator.userAgent; + const isMac = /Mac/.test(ua); + const hotkey = isMac ? 'Cmd' : 'Ctrl'; I18n._( $('#pastelink'), - 'Your document is %s (Hit Ctrl+c to copy)', - url, url + 'Your document is %s (Hit %s+c to copy)', + url, url, hotkey ); // save newly created element $pasteUrl = $('#pasteurl'); diff --git a/js/test/PasteStatus.js b/js/test/PasteStatus.js index e35842b0..1246424f 100644 --- a/js/test/PasteStatus.js +++ b/js/test/PasteStatus.js @@ -39,6 +39,40 @@ describe('PasteStatus', function () { return result1 === expected1 && result2 === expected2; } ); + + it( + 'shows Cmd hotkey hint on macOS', + function () { + const clean = jsdom(); + Object.defineProperty(navigator, 'userAgent', { + value: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36', + configurable: true + }); + $('body').html('
'); + $.PrivateBin.PasteStatus.init(); + $.PrivateBin.PasteStatus.createPasteNotification('https://example.com/', 'https://example.com/delete'); + const hotkey = $('#copyhint kbd').first().text(); + clean(); + assert.strictEqual(hotkey, 'Cmd'); + } + ); + + it( + 'shows Ctrl hotkey hint on non-Mac platforms', + function () { + const clean = jsdom(); + Object.defineProperty(navigator, 'userAgent', { + value: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36', + configurable: true + }); + $('body').html(''); + $.PrivateBin.PasteStatus.init(); + $.PrivateBin.PasteStatus.createPasteNotification('https://example.com/', 'https://example.com/delete'); + const hotkey = $('#copyhint kbd').first().text(); + clean(); + assert.strictEqual(hotkey, 'Ctrl'); + } + ); }); describe('extractUrl', function () { diff --git a/lib/Configuration.php b/lib/Configuration.php index ca979f24..b5588f16 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -122,7 +122,7 @@ class Configuration 'js/kjua-0.10.0.js' => 'sha512-BYj4xggowR7QD150VLSTRlzH62YPfhpIM+b/1EUEr7RQpdWAGKulxWnOvjFx1FUlba4m6ihpNYuQab51H6XlYg==', 'js/legacy.js' => 'sha512-RQEo1hxpNc37i+jz/D9/JiAZhG8GFx3+SNxjYnI7jUgirDIqrCSj6QPAAZeaidditcWzsJ3jxfEj5lVm7ZwTRQ==', 'js/prettify.js' => 'sha512-puO0Ogy++IoA2Pb9IjSxV1n4+kQkKXYAEUtVzfZpQepyDPyXk8hokiYDS7ybMogYlyyEIwMLpZqVhCkARQWLMg==', - 'js/privatebin.js' => 'sha512-/IEJKCrmYXO6DJF1/vjiwl/bJTykFJQvYy7FlAJRwf3vhaeI6C0T60w8gIDBBYsfDK54PSKSU3zDN6fU33flPg==', + 'js/privatebin.js' => 'sha512-fj5mOIO3TVE3CeyTOheT0cZyfVkyy0xfjWZJiIbABzx2hDzLcbR+7LK4VWZjaexp1fUDfXFAaqupvnhbq0Lo8g==', 'js/purify-3.4.1.js' => 'sha512-280a/Vb6fVFsYaeRrkuDp4EDmdYlt2XS+dlDEO/U9qljPrAraA2bIzHTNmP+9dpwPDDwTML+RS+h5iaagPwTzA==', 'js/showdown-2.1.0.js' => 'sha512-WYXZgkTR0u/Y9SVIA4nTTOih0kXMEd8RRV6MLFdL6YU8ymhR528NLlYQt1nlJQbYz4EW+ZsS0fx1awhiQJme1Q==', 'js/zlib-1.3.2.js' => 'sha512-RAhJgxg9siMIA8ky4c10Rc2zUgnK80olHB8Tt1IOYWY4Eh1WmrviQkDn+sgBlb38ZHq3tzufGC41kP360gmosQ==', diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 7756491d..9a542234 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -625,7 +625,10 @@ endif;%s (Hit Ctrl+c to copy)', $SHORTURL, $SHORTURL); ?>
++ %s (Hit %s+c to copy)', $SHORTURL, $SHORTURL, $hotkey); + ?> +