mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
Merge pull request #358 from pdehaan/missing-locale-titles
Fix some missing .title attributes in dev-only locales
This commit is contained in:
commit
a17744a075
@ -8,6 +8,7 @@ uploadPageLearnMore = Les meir
|
||||
uploadPageDropMessage = Slepp fila di her for å starte opplastinga
|
||||
uploadPageSizeMessage = For mest problemfrie bruk, er det best å halde fila under 1 GB
|
||||
uploadPageBrowseButton = Vel ei fil på datamaskina di
|
||||
.title = Vel ei fil på datamaskina di
|
||||
uploadPageMultipleFilesAlert = Opplasting av fleire filer eller ei mappe er for tida ikkje støtta.
|
||||
uploadPageBrowseButtonTitle = Last opp fil
|
||||
uploadingPageHeader = Lastar opp fila di
|
||||
@ -29,11 +30,14 @@ uploadSuccessTimingHeader = Lenka til fila di går ut etter 1 nedlasting eller o
|
||||
copyUrlFormLabelWithName = Kopier og del lenka for å sende fila: { $filename }
|
||||
// Note: Title text for button should be the same.
|
||||
copyUrlFormButton = Kopier til utklippstavla
|
||||
.title = Kopier til utklippstavla
|
||||
copiedUrl = Kopiert!
|
||||
// Note: Title text for button should be the same.
|
||||
deleteFileButton = Slett fil
|
||||
.title = Slett fil
|
||||
// Note: Title text for button should be the same.
|
||||
sendAnotherFileLink = Send ei anna fil
|
||||
.title = Send ei anna fil
|
||||
// Alternative text used on the download link/button (indicates an action).
|
||||
downloadAltText
|
||||
.alt = Last ned
|
||||
@ -43,10 +47,12 @@ downloadFileSize = ({ $size })
|
||||
downloadMessage = Vennen din sender deg eni fil med Firefox Send, ei teneste som lar deg dele filer med ei sikker, privat og kryptert lenke, som automatisk går ut, for å sikre at ting ikkje vert verande på nettet for alltid.
|
||||
// Text and title used on the download link/button (indicates an action).
|
||||
downloadButtonLabel = Last ned
|
||||
.title = Last ned
|
||||
downloadNotification = Nedlastinga er fullført.
|
||||
downloadFinish = Nedlastinga er fullført.
|
||||
// Firefox Send is a brand name and should not be localized. Title text for button should be the same.
|
||||
sendYourFilesLink = Prøv Firefox Send
|
||||
.title = Prøv Firefox Send
|
||||
downloadingPageProgress = Lastar ned { $filename } ({ $size })
|
||||
downloadingPageMessage = La denne fana vere open mens vi hentar filen og dekrypterar henne.
|
||||
errorAltText
|
||||
|
@ -6,6 +6,7 @@ uploadPageHeader = Kişiye özel, şifrelenmiş dosya paylaşımı
|
||||
uploadPageLearnMore = Daha fazla bilgi edin
|
||||
uploadPageDropMessage = Yüklemeyi başlamak için dosyanızı buraya bırakın
|
||||
uploadPageBrowseButton = Bilgisayarınızdan bir dosya seçin
|
||||
.title = Bilgisayarınızdan bir dosya seçin
|
||||
uploadPageMultipleFilesAlert = Birden fazla dosya veya klasör yükleme şimdilik desteklenmiyor.
|
||||
uploadPageBrowseButtonTitle = Dosyayı yükle
|
||||
uploadingPageHeader = Dosyanız yükleniyor
|
||||
@ -15,6 +16,7 @@ encryptingFile = Şifreleniyor...
|
||||
decryptingFile = Şifre çözülüyor...
|
||||
notifyUploadDone = Yüklemeniz tamamlandı.
|
||||
uploadingPageCancel = Yüklemeyi iptal et
|
||||
.title = Yüklemeyi iptal et
|
||||
uploadCancelNotification = Yüklemeniz iptal edildi.
|
||||
uploadingPageLargeFileMessage = Bu dosya büyük olduğu için yüklenmesi zaman alabilir. Sayfayı kapatmayın!
|
||||
uploadingFileNotification = Yükleme bitince bana haber ver.
|
||||
@ -25,11 +27,14 @@ uploadSuccessTimingHeader = Dosyanız 1 kez indirildikten veya 24 saat geçtikte
|
||||
copyUrlFormLabelWithName = Dosyanızı başkasına göndermek için bu linki kopyalayın: { $filename }
|
||||
// Note: Title text for button should be the same.
|
||||
copyUrlFormButton = Panoya kopyala
|
||||
.title = Panoya kopyala
|
||||
copiedUrl = Kopyalandı!
|
||||
// Note: Title text for button should be the same.
|
||||
deleteFileButton = Dosyayı sil
|
||||
.title = Dosyayı sil
|
||||
// Note: Title text for button should be the same.
|
||||
sendAnotherFileLink = Başka bir dosya daha gönder
|
||||
.title = Başka bir dosya daha gönder
|
||||
// Alternative text used on the download link/button (indicates an action).
|
||||
downloadAltText
|
||||
.alt = İndir
|
||||
@ -37,6 +42,7 @@ downloadFileName = { $filename } dosyasını indir
|
||||
downloadFileSize = ({ $size })
|
||||
// Text and title used on the download link/button (indicates an action).
|
||||
downloadButtonLabel = İndir
|
||||
.title = İndir
|
||||
downloadNotification = İndirme tamamlandı.
|
||||
downloadFinish = İndirme tamamlandı
|
||||
errorAltText
|
||||
|
Loading…
Reference in New Issue
Block a user