Merge pull request #2103 from ONLYOFFICE/fix/translation
Fix/translation
This commit is contained in:
commit
7da772f609
|
@ -16,6 +16,11 @@
|
||||||
"DE.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"DE.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
||||||
"DE.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
"DE.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
||||||
"DE.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
"DE.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"DE.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"DE.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"DE.ApplicationController.errorSubmit": "Huts egin du bidaltzean.",
|
"DE.ApplicationController.errorSubmit": "Huts egin du bidaltzean.",
|
||||||
"DE.ApplicationController.errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"DE.ApplicationController.errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
|
|
|
@ -16,9 +16,14 @@
|
||||||
"DE.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
"DE.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
||||||
"DE.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
"DE.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
||||||
"DE.ApplicationController.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「...としてダウンロード」を使用し、または後で再お試しください。",
|
"DE.ApplicationController.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「...としてダウンロード」を使用し、または後で再お試しください。",
|
||||||
|
"DE.ApplicationController.errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"DE.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
"DE.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
||||||
"DE.ApplicationController.errorSubmit": "送信に失敗しました。",
|
"DE.ApplicationController.errorSubmit": "送信に失敗しました。",
|
||||||
"DE.ApplicationController.errorTokenExpire": "ドキュメント・セキュリティ・トークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
"DE.ApplicationController.errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"DE.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されました。<br>作業を継続する前に、ファイルをダウンロードするか、内容をコピーして、変更が消えてしまわないように確認してから、ページを再びお読み込みください。",
|
"DE.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されました。<br>作業を継続する前に、ファイルをダウンロードするか、内容をコピーして、変更が消えてしまわないように確認してから、ページを再びお読み込みください。",
|
||||||
"DE.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
"DE.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||||
"DE.ApplicationController.notcriticalErrorTitle": "警告",
|
"DE.ApplicationController.notcriticalErrorTitle": "警告",
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
"DE.ApplicationController.errorFilePassProtect": "O documento está protegido por palavra-passe e não pode ser aberto.",
|
"DE.ApplicationController.errorFilePassProtect": "O documento está protegido por palavra-passe e não pode ser aberto.",
|
||||||
"DE.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
"DE.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
||||||
"DE.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente mais tarde.",
|
"DE.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente mais tarde.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExt": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro não coincide com a sua extensão.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtDocx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um documento de texto (doc, docx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPdf": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um dos seguintes formatos: pdf/djvu/xps/oxps, mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPptx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma apresentação (ppt, pptx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtXlsx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma folha de cálculo (xls, xlsx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
"DE.ApplicationController.errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
"DE.ApplicationController.errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
||||||
"DE.ApplicationController.errorSubmit": "Falha ao submeter.",
|
"DE.ApplicationController.errorSubmit": "Falha ao submeter.",
|
||||||
"DE.ApplicationController.errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
"DE.ApplicationController.errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
"DE.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"DE.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"DE.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
"DE.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
||||||
"DE.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
"DE.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"DE.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"DE.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
"DE.ApplicationController.errorSubmit": "Remiterea eșuată.",
|
"DE.ApplicationController.errorSubmit": "Remiterea eșuată.",
|
||||||
"DE.ApplicationController.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
"DE.ApplicationController.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
|
|
|
@ -16,6 +16,11 @@
|
||||||
"DE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
"DE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
||||||
"DE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
"DE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
||||||
"DE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı İndir' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
"DE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı İndir' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExt": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği, dosya uzantısıyla eşleşmiyor.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPdf": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği şu biçimlerden birine karşılık geliyor: pdf/djvu/xps/oxps, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtPptx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği sunumlara karşılık geliyor (ör. pptx), ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"DE.ApplicationController.errorInconsistentExtXlsx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği e-tablolara (örn. xlsx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"DE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"DE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
"DE.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.",
|
"DE.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.",
|
||||||
"DE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
|
"DE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
|
||||||
|
@ -26,6 +31,7 @@
|
||||||
"DE.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.",
|
"DE.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.",
|
||||||
"DE.ApplicationController.textAnonymous": "Anonim",
|
"DE.ApplicationController.textAnonymous": "Anonim",
|
||||||
"DE.ApplicationController.textClear": "Tüm alanları temizle",
|
"DE.ApplicationController.textClear": "Tüm alanları temizle",
|
||||||
|
"DE.ApplicationController.textCtrl": "Kontrol",
|
||||||
"DE.ApplicationController.textGotIt": "Anladım",
|
"DE.ApplicationController.textGotIt": "Anladım",
|
||||||
"DE.ApplicationController.textGuest": "Misafir",
|
"DE.ApplicationController.textGuest": "Misafir",
|
||||||
"DE.ApplicationController.textLoadingDocument": "Döküman yükleniyor",
|
"DE.ApplicationController.textLoadingDocument": "Döküman yükleniyor",
|
||||||
|
|
|
@ -96,6 +96,11 @@
|
||||||
"DE.Controllers.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"DE.Controllers.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
||||||
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
||||||
"DE.Controllers.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrera gordetzeko edo saiatu berriro geroago.",
|
"DE.Controllers.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrera gordetzeko edo saiatu berriro geroago.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"DE.Controllers.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"DE.Controllers.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"DE.Controllers.ApplicationController.errorServerVersion": "Editorearen bertsioa eguneratu da. Orria berriz kargatuko da aldaketak aplikatzeko.",
|
"DE.Controllers.ApplicationController.errorServerVersion": "Editorearen bertsioa eguneratu da. Orria berriz kargatuko da aldaketak aplikatzeko.",
|
||||||
"DE.Controllers.ApplicationController.errorSessionAbsolute": "Dokumentua editatzeko saioa iraungi da. Kargatu berriro orria.",
|
"DE.Controllers.ApplicationController.errorSessionAbsolute": "Dokumentua editatzeko saioa iraungi da. Kargatu berriro orria.",
|
||||||
|
|
|
@ -96,6 +96,11 @@
|
||||||
"DE.Controllers.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
"DE.Controllers.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
||||||
"DE.Controllers.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
"DE.Controllers.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
||||||
"DE.Controllers.ApplicationController.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「...としてダウンロード」を使用し、または後で再お試しください。",
|
"DE.Controllers.ApplicationController.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「...としてダウンロード」を使用し、または後で再お試しください。",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"DE.Controllers.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
"DE.Controllers.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
||||||
"DE.Controllers.ApplicationController.errorServerVersion": "エディターのバージョンが更新されました。 変更を適用するために、ページが再読み込みされます。",
|
"DE.Controllers.ApplicationController.errorServerVersion": "エディターのバージョンが更新されました。 変更を適用するために、ページが再読み込みされます。",
|
||||||
"DE.Controllers.ApplicationController.errorSessionAbsolute": "ドキュメント編集セッションが終了しました。 ページをリロードしてください。",
|
"DE.Controllers.ApplicationController.errorSessionAbsolute": "ドキュメント編集セッションが終了しました。 ページをリロードしてください。",
|
||||||
|
@ -103,8 +108,8 @@
|
||||||
"DE.Controllers.ApplicationController.errorSessionToken": "サーバーとの接続が中断されました。このページをリロードしてください。",
|
"DE.Controllers.ApplicationController.errorSessionToken": "サーバーとの接続が中断されました。このページをリロードしてください。",
|
||||||
"DE.Controllers.ApplicationController.errorSubmit": "送信に失敗しました。",
|
"DE.Controllers.ApplicationController.errorSubmit": "送信に失敗しました。",
|
||||||
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "入力された値がフィールドのフォーマットと一致しません。",
|
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "入力された値がフィールドのフォーマットと一致しません。",
|
||||||
"DE.Controllers.ApplicationController.errorToken": "ドキュメント・セキュリティ・トークンが正しく形成されていません。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
"DE.Controllers.ApplicationController.errorToken": "ドキュメントセキュリティトークンが正しく形成されていません。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
||||||
"DE.Controllers.ApplicationController.errorTokenExpire": "ドキュメント・セキュリティ・トークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
"DE.Controllers.ApplicationController.errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"DE.Controllers.ApplicationController.errorUpdateVersion": "ファイルが変更されました。ページがリロードされます。",
|
"DE.Controllers.ApplicationController.errorUpdateVersion": "ファイルが変更されました。ページがリロードされます。",
|
||||||
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
||||||
"DE.Controllers.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
"DE.Controllers.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||||
|
@ -139,7 +144,7 @@
|
||||||
"DE.Controllers.ApplicationController.txtClose": "閉じる",
|
"DE.Controllers.ApplicationController.txtClose": "閉じる",
|
||||||
"DE.Controllers.ApplicationController.txtEmpty": "(空)",
|
"DE.Controllers.ApplicationController.txtEmpty": "(空)",
|
||||||
"DE.Controllers.ApplicationController.txtEnterDate": "日付を入力します",
|
"DE.Controllers.ApplicationController.txtEnterDate": "日付を入力します",
|
||||||
"DE.Controllers.ApplicationController.txtPressLink": "リンクをクリックしてCTRLを押してください",
|
"DE.Controllers.ApplicationController.txtPressLink": "Ctrlを押しながらリンクをクリック",
|
||||||
"DE.Controllers.ApplicationController.txtUntitled": "無題",
|
"DE.Controllers.ApplicationController.txtUntitled": "無題",
|
||||||
"DE.Controllers.ApplicationController.unknownErrorText": "不明なエラー",
|
"DE.Controllers.ApplicationController.unknownErrorText": "不明なエラー",
|
||||||
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "お使いのブラウザはサポートされていません。",
|
"DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "お使いのブラウザはサポートされていません。",
|
||||||
|
|
|
@ -96,6 +96,11 @@
|
||||||
"DE.Controllers.ApplicationController.errorFilePassProtect": "O ficheiro está protegido por palavra-passe e não pode ser aberto.",
|
"DE.Controllers.ApplicationController.errorFilePassProtect": "O ficheiro está protegido por palavra-passe e não pode ser aberto.",
|
||||||
"DE.Controllers.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
"DE.Controllers.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
||||||
"DE.Controllers.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente mais tarde.",
|
"DE.Controllers.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente mais tarde.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExt": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro não coincide com a sua extensão.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtDocx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um documento de texto (doc, docx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPdf": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um dos seguintes formatos: pdf/djvu/xps/oxps, mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPptx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma apresentação (ppt, pptx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma folha de cálculo (xls, xlsx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
"DE.Controllers.ApplicationController.errorLoadingFont": "Os tipos de letra não foram carregados.<br>Contacte o administrador do servidor de documentos.",
|
"DE.Controllers.ApplicationController.errorLoadingFont": "Os tipos de letra não foram carregados.<br>Contacte o administrador do servidor de documentos.",
|
||||||
"DE.Controllers.ApplicationController.errorServerVersion": "A versão do editor foi atualizada. A página será recarregada para aplicar as alterações.",
|
"DE.Controllers.ApplicationController.errorServerVersion": "A versão do editor foi atualizada. A página será recarregada para aplicar as alterações.",
|
||||||
"DE.Controllers.ApplicationController.errorSessionAbsolute": "A sessão de edição expirou. Tente recarregar a página.",
|
"DE.Controllers.ApplicationController.errorSessionAbsolute": "A sessão de edição expirou. Tente recarregar a página.",
|
||||||
|
|
|
@ -96,12 +96,18 @@
|
||||||
"DE.Controllers.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"DE.Controllers.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
||||||
"DE.Controllers.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
"DE.Controllers.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"DE.Controllers.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"DE.Controllers.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
"DE.Controllers.ApplicationController.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.",
|
"DE.Controllers.ApplicationController.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.",
|
||||||
"DE.Controllers.ApplicationController.errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
"DE.Controllers.ApplicationController.errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
||||||
"DE.Controllers.ApplicationController.errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
"DE.Controllers.ApplicationController.errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
||||||
"DE.Controllers.ApplicationController.errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
"DE.Controllers.ApplicationController.errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
||||||
"DE.Controllers.ApplicationController.errorSubmit": "Remiterea eșuată.",
|
"DE.Controllers.ApplicationController.errorSubmit": "Remiterea eșuată.",
|
||||||
|
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "Ați introdus o valoare care nu corespunde cu formatul câmpului.",
|
||||||
"DE.Controllers.ApplicationController.errorToken": "Token de securitate din document este format în mod incorect.<br>Contactați administratorul dvs. de Server Documente.",
|
"DE.Controllers.ApplicationController.errorToken": "Token de securitate din document este format în mod incorect.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"DE.Controllers.ApplicationController.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
"DE.Controllers.ApplicationController.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"DE.Controllers.ApplicationController.errorUpdateVersion": "Versiunea fișierului s-a modificat. Pagina va fi reîmprospătată.",
|
"DE.Controllers.ApplicationController.errorUpdateVersion": "Versiunea fișierului s-a modificat. Pagina va fi reîmprospătată.",
|
||||||
|
@ -162,7 +168,7 @@
|
||||||
"DE.Views.ApplicationView.textPrintSel": "Imprimare selecție",
|
"DE.Views.ApplicationView.textPrintSel": "Imprimare selecție",
|
||||||
"DE.Views.ApplicationView.textRedo": "Refacere",
|
"DE.Views.ApplicationView.textRedo": "Refacere",
|
||||||
"DE.Views.ApplicationView.textSubmit": "Remitere",
|
"DE.Views.ApplicationView.textSubmit": "Remitere",
|
||||||
"DE.Views.ApplicationView.textUndo": "Anulează",
|
"DE.Views.ApplicationView.textUndo": "Anulare",
|
||||||
"DE.Views.ApplicationView.textZoom": "Zoom",
|
"DE.Views.ApplicationView.textZoom": "Zoom",
|
||||||
"DE.Views.ApplicationView.txtDarkMode": "Modul Întunecat",
|
"DE.Views.ApplicationView.txtDarkMode": "Modul Întunecat",
|
||||||
"DE.Views.ApplicationView.txtDownload": "Descărcare",
|
"DE.Views.ApplicationView.txtDownload": "Descărcare",
|
||||||
|
|
|
@ -88,6 +88,7 @@
|
||||||
"DE.Controllers.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
"DE.Controllers.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
||||||
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
"DE.Controllers.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
||||||
"DE.Controllers.ApplicationController.errorForceSave": "Dosya indirilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
"DE.Controllers.ApplicationController.errorForceSave": "Dosya indirilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
||||||
|
"DE.Controllers.ApplicationController.errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"DE.Controllers.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"DE.Controllers.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
"DE.Controllers.ApplicationController.errorServerVersion": "Editör versiyonu güncellendi. Değişikliklerin uygulanabilmesi için sayfa yenilenecek.",
|
"DE.Controllers.ApplicationController.errorServerVersion": "Editör versiyonu güncellendi. Değişikliklerin uygulanabilmesi için sayfa yenilenecek.",
|
||||||
"DE.Controllers.ApplicationController.errorSessionToken": "Sunucu bağlantısı yarıda kesildi. Lütfen sayfayı yeniden yükleyin.",
|
"DE.Controllers.ApplicationController.errorSessionToken": "Sunucu bağlantısı yarıda kesildi. Lütfen sayfayı yeniden yükleyin.",
|
||||||
|
@ -150,9 +151,10 @@
|
||||||
"DE.Views.ApplicationView.textRedo": "Yinele",
|
"DE.Views.ApplicationView.textRedo": "Yinele",
|
||||||
"DE.Views.ApplicationView.textSubmit": "Kaydet",
|
"DE.Views.ApplicationView.textSubmit": "Kaydet",
|
||||||
"DE.Views.ApplicationView.textUndo": "Geri Al",
|
"DE.Views.ApplicationView.textUndo": "Geri Al",
|
||||||
|
"DE.Views.ApplicationView.textZoom": "Yakınlaştırma",
|
||||||
"DE.Views.ApplicationView.txtDarkMode": "Karanlık mod",
|
"DE.Views.ApplicationView.txtDarkMode": "Karanlık mod",
|
||||||
"DE.Views.ApplicationView.txtDownload": "İndir",
|
"DE.Views.ApplicationView.txtDownload": "İndir",
|
||||||
"DE.Views.ApplicationView.txtDownloadDocx": "docx olarak indir",
|
"DE.Views.ApplicationView.txtDownloadDocx": ".docx olarak indir",
|
||||||
"DE.Views.ApplicationView.txtDownloadPdf": "Pdf olarak indir",
|
"DE.Views.ApplicationView.txtDownloadPdf": "Pdf olarak indir",
|
||||||
"DE.Views.ApplicationView.txtEmbed": "Gömülü",
|
"DE.Views.ApplicationView.txtEmbed": "Gömülü",
|
||||||
"DE.Views.ApplicationView.txtFileLocation": "Dosya konumunu aç",
|
"DE.Views.ApplicationView.txtFileLocation": "Dosya konumunu aç",
|
||||||
|
|
|
@ -727,6 +727,7 @@
|
||||||
"DE.Controllers.Main.downloadTitleText": "Downloading Document",
|
"DE.Controllers.Main.downloadTitleText": "Downloading Document",
|
||||||
"DE.Controllers.Main.errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.",
|
"DE.Controllers.Main.errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.",
|
||||||
"DE.Controllers.Main.errorBadImageUrl": "Image URL is incorrect",
|
"DE.Controllers.Main.errorBadImageUrl": "Image URL is incorrect",
|
||||||
|
"DE.Controllers.Main.errorCannotPasteImg": "We can't paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the document.",
|
||||||
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Server connection lost. The document cannot be edited right now.",
|
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Server connection lost. The document cannot be edited right now.",
|
||||||
"DE.Controllers.Main.errorComboSeries": "To create a combination chart, select at least two series of data.",
|
"DE.Controllers.Main.errorComboSeries": "To create a combination chart, select at least two series of data.",
|
||||||
"DE.Controllers.Main.errorCompare": "The Compare Documents feature is not available while co-editing. ",
|
"DE.Controllers.Main.errorCompare": "The Compare Documents feature is not available while co-editing. ",
|
||||||
|
@ -771,7 +772,6 @@
|
||||||
"DE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
|
"DE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
|
||||||
"DE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
"DE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
||||||
"DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
|
"DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
|
||||||
"DE.Controllers.Main.errorCannotPasteImg": "We can't paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the document.",
|
|
||||||
"DE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.",
|
"DE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.",
|
||||||
"DE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
"DE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
||||||
"DE.Controllers.Main.loadFontsTextText": "Loading data...",
|
"DE.Controllers.Main.loadFontsTextText": "Loading data...",
|
||||||
|
@ -3113,7 +3113,7 @@
|
||||||
"DE.Views.Toolbar.tipPageSize": "Page size",
|
"DE.Views.Toolbar.tipPageSize": "Page size",
|
||||||
"DE.Views.Toolbar.tipParagraphStyle": "Paragraph Style",
|
"DE.Views.Toolbar.tipParagraphStyle": "Paragraph Style",
|
||||||
"DE.Views.Toolbar.tipPaste": "Paste",
|
"DE.Views.Toolbar.tipPaste": "Paste",
|
||||||
"DE.Views.Toolbar.tipPrColor": "Paragraph background color",
|
"DE.Views.Toolbar.tipPrColor": "Shading",
|
||||||
"DE.Views.Toolbar.tipPrint": "Print",
|
"DE.Views.Toolbar.tipPrint": "Print",
|
||||||
"DE.Views.Toolbar.tipRedo": "Redo",
|
"DE.Views.Toolbar.tipRedo": "Redo",
|
||||||
"DE.Views.Toolbar.tipSave": "Save",
|
"DE.Views.Toolbar.tipSave": "Save",
|
||||||
|
|
|
@ -125,6 +125,136 @@
|
||||||
"Common.define.chartData.textScatterSmoothMarker": "Barreiadura lerro leundu eta markatzaileekin",
|
"Common.define.chartData.textScatterSmoothMarker": "Barreiadura lerro leundu eta markatzaileekin",
|
||||||
"Common.define.chartData.textStock": "Kotizazioak",
|
"Common.define.chartData.textStock": "Kotizazioak",
|
||||||
"Common.define.chartData.textSurface": "Gainazala",
|
"Common.define.chartData.textSurface": "Gainazala",
|
||||||
|
"Common.define.smartArt.textAccentedPicture": "Enfasidun irudia",
|
||||||
|
"Common.define.smartArt.textAccentProcess": "Enfasi-prozesua",
|
||||||
|
"Common.define.smartArt.textAlternatingFlow": "Txandakako fluxua",
|
||||||
|
"Common.define.smartArt.textAlternatingHexagons": "Hexagono txandakatuak",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureBlocks": "Irudi-bloke txandakatuak",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureCircles": "Irudi-zirkulu txandakatuak",
|
||||||
|
"Common.define.smartArt.textArchitectureLayout": "Arkitektura-diseinua",
|
||||||
|
"Common.define.smartArt.textArrowRibbon": "Gezi-zinta",
|
||||||
|
"Common.define.smartArt.textAscendingPictureAccentProcess": "Goranzko irudi enfasi-prozesua",
|
||||||
|
"Common.define.smartArt.textBalance": "Balantzea",
|
||||||
|
"Common.define.smartArt.textBasicBendingProcess": "Oinarrizko prozesu kateatua",
|
||||||
|
"Common.define.smartArt.textBasicBlockList": "Oinarrizko bloke-zerrenda",
|
||||||
|
"Common.define.smartArt.textBasicChevronProcess": "Oinarrizko xebroi-prozesua",
|
||||||
|
"Common.define.smartArt.textBasicCycle": "Oinarrizko zikloa",
|
||||||
|
"Common.define.smartArt.textBasicMatrix": "Oinarrizko matrizea",
|
||||||
|
"Common.define.smartArt.textBasicPie": "Oinarrizko biribila",
|
||||||
|
"Common.define.smartArt.textBasicProcess": "Oinarrizko prozesua",
|
||||||
|
"Common.define.smartArt.textBasicPyramid": "Oinarrizko piramidea",
|
||||||
|
"Common.define.smartArt.textBasicRadial": "Oinarrizko erradiala",
|
||||||
|
"Common.define.smartArt.textBasicTarget": "Oinarrizko helburua",
|
||||||
|
"Common.define.smartArt.textBasicTimeline": "Oinarrizko denbora-lerroa",
|
||||||
|
"Common.define.smartArt.textBasicVenn": "Oinarrizko Venn diagrama",
|
||||||
|
"Common.define.smartArt.textBendingPictureAccentList": "Irudi kateatuen zerrenda nabarmendua",
|
||||||
|
"Common.define.smartArt.textBendingPictureBlocks": "Irudi kateatuen blokeak",
|
||||||
|
"Common.define.smartArt.textBendingPictureCaption": "Epigrafedun irudi kateatuak",
|
||||||
|
"Common.define.smartArt.textBendingPictureCaptionList": "Epigrafedun irudi kateatuen zerrenda",
|
||||||
|
"Common.define.smartArt.textBendingPictureSemiTranparentText": "Testu erdi-gardeneko irudi kateatuak",
|
||||||
|
"Common.define.smartArt.textBlockCycle": "Bloke-zikloa",
|
||||||
|
"Common.define.smartArt.textBubblePictureList": "Burbuila-irudien zerrenda",
|
||||||
|
"Common.define.smartArt.textCaptionedPictures": "Irudi epigrafedunak",
|
||||||
|
"Common.define.smartArt.textChevronAccentProcess": "Xebroi-enfasiaren prozesua",
|
||||||
|
"Common.define.smartArt.textChevronList": "Xebroi-zerrenda",
|
||||||
|
"Common.define.smartArt.textCircleAccentTimeline": "Zirkuluen denbora-eskala nabarmendua",
|
||||||
|
"Common.define.smartArt.textCircleArrowProcess": "Gezi-prozesu zirkularra",
|
||||||
|
"Common.define.smartArt.textCirclePictureHierarchy": "Irudi-hierarkia zirkularra",
|
||||||
|
"Common.define.smartArt.textCircleProcess": "Prozesu zirkularra",
|
||||||
|
"Common.define.smartArt.textCircleRelationship": "Zirkulu-harremana",
|
||||||
|
"Common.define.smartArt.textCircularBendingProcess": "Prozesu kateatu zirkularra",
|
||||||
|
"Common.define.smartArt.textCircularPictureCallout": "Zirkulu-globoa",
|
||||||
|
"Common.define.smartArt.textClosedChevronProcess": "Xebroi itxiaren prozesua",
|
||||||
|
"Common.define.smartArt.textContinuousArrowProcess": "Gezi-prozesu jarraitua",
|
||||||
|
"Common.define.smartArt.textContinuousBlockProcess": "Bloke-prozesu jarraitua",
|
||||||
|
"Common.define.smartArt.textContinuousCycle": "Ziklo jarraitua",
|
||||||
|
"Common.define.smartArt.textContinuousPictureList": "Irudi-zerrenda jarraitua",
|
||||||
|
"Common.define.smartArt.textConvergingArrows": "Gezi konbergenteak",
|
||||||
|
"Common.define.smartArt.textConvergingRadial": "Erradial konbergentea",
|
||||||
|
"Common.define.smartArt.textConvergingText": "Testu konbergentea",
|
||||||
|
"Common.define.smartArt.textCounterbalanceArrows": "Kontrabalantzearen geziak",
|
||||||
|
"Common.define.smartArt.textCycle": "Zikloa",
|
||||||
|
"Common.define.smartArt.textCycleMatrix": "Zikloaren matrizea",
|
||||||
|
"Common.define.smartArt.textDescendingBlockList": "Beheranzko bloke-zerrenda",
|
||||||
|
"Common.define.smartArt.textDescendingProcess": "Beheranzko prozesua",
|
||||||
|
"Common.define.smartArt.textDetailedProcess": "Prozesu xehatua",
|
||||||
|
"Common.define.smartArt.textDivergingArrows": "Gezi dibergenteak",
|
||||||
|
"Common.define.smartArt.textDivergingRadial": "Erradial dibergentea",
|
||||||
|
"Common.define.smartArt.textEquation": "Ekuazioa",
|
||||||
|
"Common.define.smartArt.textFramedTextPicture": "Testu-irudi markoduna",
|
||||||
|
"Common.define.smartArt.textFunnel": "Inbutua",
|
||||||
|
"Common.define.smartArt.textGear": "Engranajea",
|
||||||
|
"Common.define.smartArt.textGridMatrix": "Saretaren matrizea",
|
||||||
|
"Common.define.smartArt.textGroupedList": "Taldekatutako zerrenda",
|
||||||
|
"Common.define.smartArt.textHalfCircleOrganizationChart": "Organigrama erdizirkularra",
|
||||||
|
"Common.define.smartArt.textHexagonCluster": "Hexagono multzokatuak",
|
||||||
|
"Common.define.smartArt.textHexagonRadial": "Hexagono erradiala",
|
||||||
|
"Common.define.smartArt.textHierarchy": "Hierarkia",
|
||||||
|
"Common.define.smartArt.textHierarchyList": "Hierarkia-zerrenda",
|
||||||
|
"Common.define.smartArt.textHorizontalBulletList": "Buletdun zerrenda horizontala",
|
||||||
|
"Common.define.smartArt.textHorizontalHierarchy": "Hierarkia horizontala",
|
||||||
|
"Common.define.smartArt.textHorizontalLabeledHierarchy": "Etiketadun hierarkia horizontala",
|
||||||
|
"Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Maila anitzeko hierarkia horizontala",
|
||||||
|
"Common.define.smartArt.textHorizontalOrganizationChart": "Organigrama horizontala",
|
||||||
|
"Common.define.smartArt.textHorizontalPictureList": "Irudi-zerrenda horizontala",
|
||||||
|
"Common.define.smartArt.textIncreasingArrowProcess": "Goranzko gezi-prozesua",
|
||||||
|
"Common.define.smartArt.textIncreasingCircleProcess": "Goranzko zirkulu-prozesua",
|
||||||
|
"Common.define.smartArt.textInterconnectedBlockProcess": "Elkarri lotuta dagoen bloke-prozesua",
|
||||||
|
"Common.define.smartArt.textInterconnectedRings": "Elkarri lotuta dauden uztaiak",
|
||||||
|
"Common.define.smartArt.textInvertedPyramid": "Piramide alderantzikatua",
|
||||||
|
"Common.define.smartArt.textLabeledHierarchy": "Etiketadun hierarkia",
|
||||||
|
"Common.define.smartArt.textLinearVenn": "Venn lineala",
|
||||||
|
"Common.define.smartArt.textLinedList": "Marratxodun zerrenda",
|
||||||
|
"Common.define.smartArt.textList": "Zerrenda",
|
||||||
|
"Common.define.smartArt.textMatrix": "Matrizea",
|
||||||
|
"Common.define.smartArt.textMultidirectionalCycle": "Norabide anitzeko zikloa",
|
||||||
|
"Common.define.smartArt.textNameAndTitleOrganizationChart": "Izena eta lanpostua dituen organigrama",
|
||||||
|
"Common.define.smartArt.textNestedTarget": "Xede habiaratua",
|
||||||
|
"Common.define.smartArt.textNondirectionalCycle": "Norabiderik gabeko zikloa",
|
||||||
|
"Common.define.smartArt.textOpposingArrows": "Aurkako geziak",
|
||||||
|
"Common.define.smartArt.textOpposingIdeas": "Aurkako ideiak",
|
||||||
|
"Common.define.smartArt.textOrganizationChart": "Organigrama",
|
||||||
|
"Common.define.smartArt.textOther": "Beste bat",
|
||||||
|
"Common.define.smartArt.textPhasedProcess": "Fasekako prozesua",
|
||||||
|
"Common.define.smartArt.textPicture": "Irudia",
|
||||||
|
"Common.define.smartArt.textPictureAccentBlocks": "Irudi enfasidunen blokeak",
|
||||||
|
"Common.define.smartArt.textPictureAccentList": "Irudiaren enfasi-zerrenda",
|
||||||
|
"Common.define.smartArt.textPictureAccentProcess": "Irudi enfasidunaren prozesua",
|
||||||
|
"Common.define.smartArt.textPictureCaptionList": "Irudi-epigrafearen zerrenda",
|
||||||
|
"Common.define.smartArt.textPictureFrame": "Irudi-markoa",
|
||||||
|
"Common.define.smartArt.textPictureGrid": "Irudi-sareta",
|
||||||
|
"Common.define.smartArt.textPictureLineup": "Irudi lerrokatuak",
|
||||||
|
"Common.define.smartArt.textPictureOrganizationChart": "Irudien organigrama",
|
||||||
|
"Common.define.smartArt.textPictureStrips": "Irudien marrak",
|
||||||
|
"Common.define.smartArt.textPieProcess": "Prozesu biribila",
|
||||||
|
"Common.define.smartArt.textPlusAndMinus": "Plus eta minus",
|
||||||
|
"Common.define.smartArt.textProcess": "Prozesua",
|
||||||
|
"Common.define.smartArt.textProcessArrows": "Prozesu-geziak",
|
||||||
|
"Common.define.smartArt.textProcessList": "Prozesu-zerrenda",
|
||||||
|
"Common.define.smartArt.textPyramid": "Piramidea",
|
||||||
|
"Common.define.smartArt.textPyramidList": "Piramide-zerrenda",
|
||||||
|
"Common.define.smartArt.textRadialCluster": "Erradial multzokatua",
|
||||||
|
"Common.define.smartArt.textRadialCycle": "Ziklo erradiala",
|
||||||
|
"Common.define.smartArt.textRadialList": "Zerrenda erradiala",
|
||||||
|
"Common.define.smartArt.textRadialPictureList": "Irudi-zerrenda erradiala",
|
||||||
|
"Common.define.smartArt.textRadialVenn": "Venn erradiala",
|
||||||
|
"Common.define.smartArt.textRandomToResultProcess": "Prozesuaren ausazko emaitza",
|
||||||
|
"Common.define.smartArt.textRelationship": "Erlazioa",
|
||||||
|
"Common.define.smartArt.textRepeatingBendingProcess": "Prozesu kateatu errepikaria",
|
||||||
|
"Common.define.smartArt.textReverseList": "Zerrenda alderantzikatua",
|
||||||
|
"Common.define.smartArt.textSegmentedCycle": "Ziklo segmentatua",
|
||||||
|
"Common.define.smartArt.textSegmentedProcess": "Prozesu segmentatua",
|
||||||
|
"Common.define.smartArt.textSegmentedPyramid": "Piramide segmentatua",
|
||||||
|
"Common.define.smartArt.textSnapshotPictureList": "Argazki-zerrenda",
|
||||||
|
"Common.define.smartArt.textSpiralPicture": "Irudi espirala",
|
||||||
|
"Common.define.smartArt.textSquareAccentList": "Enfasi karratuzko zerrenda",
|
||||||
|
"Common.define.smartArt.textStackedList": "Zerrenda pilatua",
|
||||||
|
"Common.define.smartArt.textStackedVenn": "Venn pilatua",
|
||||||
|
"Common.define.smartArt.textStaggeredProcess": "Pilatutako prozesua",
|
||||||
|
"Common.define.smartArt.textStepDownProcess": "Beheranzko prozesua",
|
||||||
|
"Common.define.smartArt.textStepUpProcess": "Goranzko prozesua",
|
||||||
|
"Common.define.smartArt.textSubStepProcess": "Azpi-urratsen prozesua",
|
||||||
|
"Common.define.smartArt.textTabList": "Fitxa-zerrenda",
|
||||||
"Common.Translation.textMoreButton": "Gehiago",
|
"Common.Translation.textMoreButton": "Gehiago",
|
||||||
"Common.Translation.warnFileLocked": "Ezin duzu fitxategi hau editatu, beste aplikazio batean editatzen ari direlako.",
|
"Common.Translation.warnFileLocked": "Ezin duzu fitxategi hau editatu, beste aplikazio batean editatzen ari direlako.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Sortu kopia",
|
"Common.Translation.warnFileLockedBtnEdit": "Sortu kopia",
|
||||||
|
@ -288,6 +418,8 @@
|
||||||
"Common.Views.DocumentAccessDialog.textLoading": "Kargatzen...",
|
"Common.Views.DocumentAccessDialog.textLoading": "Kargatzen...",
|
||||||
"Common.Views.DocumentAccessDialog.textTitle": "Partekatzearen ezarpenak",
|
"Common.Views.DocumentAccessDialog.textTitle": "Partekatzearen ezarpenak",
|
||||||
"Common.Views.ExternalDiagramEditor.textTitle": "Diagrama-editorea",
|
"Common.Views.ExternalDiagramEditor.textTitle": "Diagrama-editorea",
|
||||||
|
"Common.Views.ExternalEditor.textClose": "Itxi",
|
||||||
|
"Common.Views.ExternalEditor.textSave": "Gorde eta irten",
|
||||||
"Common.Views.ExternalMergeEditor.textTitle": "Posta-konbinazioaren hartzaileak",
|
"Common.Views.ExternalMergeEditor.textTitle": "Posta-konbinazioaren hartzaileak",
|
||||||
"Common.Views.ExternalOleEditor.textTitle": "Kalkulu-orri editorea",
|
"Common.Views.ExternalOleEditor.textTitle": "Kalkulu-orri editorea",
|
||||||
"Common.Views.Header.labelCoUsersDescr": "Fitxategia editatzen ari diren erabiltzaileak:",
|
"Common.Views.Header.labelCoUsersDescr": "Fitxategia editatzen ari diren erabiltzaileak:",
|
||||||
|
@ -354,6 +486,7 @@
|
||||||
"Common.Views.Plugins.textStart": "Hasi",
|
"Common.Views.Plugins.textStart": "Hasi",
|
||||||
"Common.Views.Plugins.textStop": "Gelditu",
|
"Common.Views.Plugins.textStop": "Gelditu",
|
||||||
"Common.Views.Protection.hintAddPwd": "Enkriptatu pasahitzarekin",
|
"Common.Views.Protection.hintAddPwd": "Enkriptatu pasahitzarekin",
|
||||||
|
"Common.Views.Protection.hintDelPwd": "Ezabatu pasahitza",
|
||||||
"Common.Views.Protection.hintPwd": "Aldatu edo ezabatu pasahitza",
|
"Common.Views.Protection.hintPwd": "Aldatu edo ezabatu pasahitza",
|
||||||
"Common.Views.Protection.hintSignature": "Gehitu sinadura digitala edo sinadura-lerroa",
|
"Common.Views.Protection.hintSignature": "Gehitu sinadura digitala edo sinadura-lerroa",
|
||||||
"Common.Views.Protection.txtAddPwd": "Gehitu pasahitza",
|
"Common.Views.Protection.txtAddPwd": "Gehitu pasahitza",
|
||||||
|
@ -499,6 +632,7 @@
|
||||||
"Common.Views.SignDialog.tipFontName": "Letra-tipoaren izena",
|
"Common.Views.SignDialog.tipFontName": "Letra-tipoaren izena",
|
||||||
"Common.Views.SignDialog.tipFontSize": "Letra-tamaina",
|
"Common.Views.SignDialog.tipFontSize": "Letra-tamaina",
|
||||||
"Common.Views.SignSettingsDialog.textAllowComment": "Onartu sinatzaileak sinaduraren elkarrizketa-koadroan iruzkina gehitzea",
|
"Common.Views.SignSettingsDialog.textAllowComment": "Onartu sinatzaileak sinaduraren elkarrizketa-koadroan iruzkina gehitzea",
|
||||||
|
"Common.Views.SignSettingsDialog.textDefInstruction": "Dokumentu hau sinatu aurretik, egiaztatu sinatzen ari zaren edukia zuzena dela.",
|
||||||
"Common.Views.SignSettingsDialog.textInfoEmail": "Posta elektronikoa",
|
"Common.Views.SignSettingsDialog.textInfoEmail": "Posta elektronikoa",
|
||||||
"Common.Views.SignSettingsDialog.textInfoName": "Izena",
|
"Common.Views.SignSettingsDialog.textInfoName": "Izena",
|
||||||
"Common.Views.SignSettingsDialog.textInfoTitle": "Sinatzailearen titulua",
|
"Common.Views.SignSettingsDialog.textInfoTitle": "Sinatzailearen titulua",
|
||||||
|
@ -578,6 +712,11 @@
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"DE.Controllers.Main.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
"DE.Controllers.Main.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
||||||
"DE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
"DE.Controllers.Main.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"DE.Controllers.Main.errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
"DE.Controllers.Main.errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
"DE.Controllers.Main.errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
||||||
"DE.Controllers.Main.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"DE.Controllers.Main.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
|
@ -640,6 +779,7 @@
|
||||||
"DE.Controllers.Main.textClose": "Itxi",
|
"DE.Controllers.Main.textClose": "Itxi",
|
||||||
"DE.Controllers.Main.textCloseTip": "Egin klik argibidea ixteko",
|
"DE.Controllers.Main.textCloseTip": "Egin klik argibidea ixteko",
|
||||||
"DE.Controllers.Main.textContactUs": "Jarri harremanetan salmenta-sailarekin",
|
"DE.Controllers.Main.textContactUs": "Jarri harremanetan salmenta-sailarekin",
|
||||||
|
"DE.Controllers.Main.textContinue": "Jarraitu",
|
||||||
"DE.Controllers.Main.textConvertEquation": "Ekuazio hau dagoeneko euskarririk ez duen ekuazio editorearen bertsio zahar batekin sortu zen. Editatu ahal izateko, bihurtu ekuazioa Office Math ML formatura.<br>Orain bihurtu?",
|
"DE.Controllers.Main.textConvertEquation": "Ekuazio hau dagoeneko euskarririk ez duen ekuazio editorearen bertsio zahar batekin sortu zen. Editatu ahal izateko, bihurtu ekuazioa Office Math ML formatura.<br>Orain bihurtu?",
|
||||||
"DE.Controllers.Main.textCustomLoader": "Kontuan izan, lizentziaren baldintzen arabera, ez duzula baimenik kargatzailea aldatzeko.<br>Jarri harremanetan gure Salmenta departamentuarekin aurrekontu bat eskatzeko.",
|
"DE.Controllers.Main.textCustomLoader": "Kontuan izan, lizentziaren baldintzen arabera, ez duzula baimenik kargatzailea aldatzeko.<br>Jarri harremanetan gure Salmenta departamentuarekin aurrekontu bat eskatzeko.",
|
||||||
"DE.Controllers.Main.textDisconnect": "Konexioa galdu da",
|
"DE.Controllers.Main.textDisconnect": "Konexioa galdu da",
|
||||||
|
@ -1329,11 +1469,22 @@
|
||||||
"DE.Views.CellsAddDialog.textRow": "Errenkadak",
|
"DE.Views.CellsAddDialog.textRow": "Errenkadak",
|
||||||
"DE.Views.CellsAddDialog.textTitle": "Txertatu hainbat",
|
"DE.Views.CellsAddDialog.textTitle": "Txertatu hainbat",
|
||||||
"DE.Views.CellsAddDialog.textUp": "Kurtsorearen gainean",
|
"DE.Views.CellsAddDialog.textUp": "Kurtsorearen gainean",
|
||||||
|
"DE.Views.ChartSettings.text3dDepth": "Sakonera (oinarriaren %)",
|
||||||
|
"DE.Views.ChartSettings.text3dHeight": "Altuera (oinarriaren %)",
|
||||||
|
"DE.Views.ChartSettings.text3dRotation": "3D biraketa",
|
||||||
"DE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
"DE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
||||||
|
"DE.Views.ChartSettings.textAutoscale": "Eskala automatikoa",
|
||||||
"DE.Views.ChartSettings.textChartType": "Aldatu diagrama-mota",
|
"DE.Views.ChartSettings.textChartType": "Aldatu diagrama-mota",
|
||||||
|
"DE.Views.ChartSettings.textDefault": "Biraketa lehenetsia",
|
||||||
|
"DE.Views.ChartSettings.textDown": "Behera",
|
||||||
"DE.Views.ChartSettings.textEditData": "Editatu datuak",
|
"DE.Views.ChartSettings.textEditData": "Editatu datuak",
|
||||||
"DE.Views.ChartSettings.textHeight": "Altuera",
|
"DE.Views.ChartSettings.textHeight": "Altuera",
|
||||||
|
"DE.Views.ChartSettings.textLeft": "Ezkerra",
|
||||||
|
"DE.Views.ChartSettings.textNarrow": "Ikuspegiaren eremu estua",
|
||||||
"DE.Views.ChartSettings.textOriginalSize": "Benetako tamaina",
|
"DE.Views.ChartSettings.textOriginalSize": "Benetako tamaina",
|
||||||
|
"DE.Views.ChartSettings.textPerspective": "Perspektiba",
|
||||||
|
"DE.Views.ChartSettings.textRight": "Eskuina",
|
||||||
|
"DE.Views.ChartSettings.textRightAngle": "Ardatz angeluzuzenak",
|
||||||
"DE.Views.ChartSettings.textSize": "Tamaina",
|
"DE.Views.ChartSettings.textSize": "Tamaina",
|
||||||
"DE.Views.ChartSettings.textStyle": "Estiloa",
|
"DE.Views.ChartSettings.textStyle": "Estiloa",
|
||||||
"DE.Views.ChartSettings.textUndock": "Desatrakatu paneletik",
|
"DE.Views.ChartSettings.textUndock": "Desatrakatu paneletik",
|
||||||
|
@ -1428,14 +1579,24 @@
|
||||||
"DE.Views.DateTimeDialog.textLang": "Hizkuntza",
|
"DE.Views.DateTimeDialog.textLang": "Hizkuntza",
|
||||||
"DE.Views.DateTimeDialog.textUpdate": "Eguneratu automatikoki",
|
"DE.Views.DateTimeDialog.textUpdate": "Eguneratu automatikoki",
|
||||||
"DE.Views.DateTimeDialog.txtTitle": "Data eta ordua",
|
"DE.Views.DateTimeDialog.txtTitle": "Data eta ordua",
|
||||||
|
"DE.Views.DocProtection.hintProtectDoc": "Babestu dokumentua",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedComment": "Dokumentua babestuta dago.<br>Iruzkinak soilik txertatu ditzakezu dokumentuan.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedForms": "Dokumentua babestuta dago.<br>Dokumentuko formularioak soilik bete ditzakezu.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedTrack": "Dokumentua babestuta dago.<br>Dokumentu hau editatu dezakezu, baina aldaketen jarraipena egingo da.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedView": "Dokumentua babestuta dago.<br>Dokumentua irakurtzeko soilik da.",
|
||||||
|
"DE.Views.DocProtection.txtDocUnlockDescription": "Sartu pasahitza dokumentuari babesa kentzeko",
|
||||||
|
"DE.Views.DocProtection.txtProtectDoc": "Babestu dokumentua",
|
||||||
"DE.Views.DocumentHolder.aboveText": "Gainean",
|
"DE.Views.DocumentHolder.aboveText": "Gainean",
|
||||||
"DE.Views.DocumentHolder.addCommentText": "Gehitu iruzkina",
|
"DE.Views.DocumentHolder.addCommentText": "Gehitu iruzkina",
|
||||||
"DE.Views.DocumentHolder.advancedDropCapText": "Letra kapitalaren ezarpenak",
|
"DE.Views.DocumentHolder.advancedDropCapText": "Letra kapitalaren ezarpenak",
|
||||||
|
"DE.Views.DocumentHolder.advancedEquationText": "Ekuazioaren ezarpenak",
|
||||||
"DE.Views.DocumentHolder.advancedFrameText": "Markoaren ezarpen aurreratuak",
|
"DE.Views.DocumentHolder.advancedFrameText": "Markoaren ezarpen aurreratuak",
|
||||||
"DE.Views.DocumentHolder.advancedParagraphText": "Paragrafoaren ezarpen aurreratuak",
|
"DE.Views.DocumentHolder.advancedParagraphText": "Paragrafoaren ezarpen aurreratuak",
|
||||||
"DE.Views.DocumentHolder.advancedTableText": "Taularen ezarpen aurreratuak",
|
"DE.Views.DocumentHolder.advancedTableText": "Taularen ezarpen aurreratuak",
|
||||||
"DE.Views.DocumentHolder.advancedText": "Ezarpen aurreratuak",
|
"DE.Views.DocumentHolder.advancedText": "Ezarpen aurreratuak",
|
||||||
"DE.Views.DocumentHolder.alignmentText": "Lerrokatzea",
|
"DE.Views.DocumentHolder.alignmentText": "Lerrokatzea",
|
||||||
|
"DE.Views.DocumentHolder.allLinearText": "Guztia - Lineala",
|
||||||
|
"DE.Views.DocumentHolder.allProfText": "Guztia - Profesionala",
|
||||||
"DE.Views.DocumentHolder.belowText": "Azpian",
|
"DE.Views.DocumentHolder.belowText": "Azpian",
|
||||||
"DE.Views.DocumentHolder.breakBeforeText": "Orri-jauzia aurretik",
|
"DE.Views.DocumentHolder.breakBeforeText": "Orri-jauzia aurretik",
|
||||||
"DE.Views.DocumentHolder.bulletsText": "Buletak eta numerazioa",
|
"DE.Views.DocumentHolder.bulletsText": "Buletak eta numerazioa",
|
||||||
|
@ -1444,6 +1605,8 @@
|
||||||
"DE.Views.DocumentHolder.centerText": "Erdia",
|
"DE.Views.DocumentHolder.centerText": "Erdia",
|
||||||
"DE.Views.DocumentHolder.chartText": "Diagramaren ezarpen aurreratuak",
|
"DE.Views.DocumentHolder.chartText": "Diagramaren ezarpen aurreratuak",
|
||||||
"DE.Views.DocumentHolder.columnText": "Zutabea",
|
"DE.Views.DocumentHolder.columnText": "Zutabea",
|
||||||
|
"DE.Views.DocumentHolder.currLinearText": "Unekoa - Lineala",
|
||||||
|
"DE.Views.DocumentHolder.currProfText": "Unekoa - Profesionala",
|
||||||
"DE.Views.DocumentHolder.deleteColumnText": "Ezabatu zutabea",
|
"DE.Views.DocumentHolder.deleteColumnText": "Ezabatu zutabea",
|
||||||
"DE.Views.DocumentHolder.deleteRowText": "Ezabatu errenkada",
|
"DE.Views.DocumentHolder.deleteRowText": "Ezabatu errenkada",
|
||||||
"DE.Views.DocumentHolder.deleteTableText": "Ezabatu taula",
|
"DE.Views.DocumentHolder.deleteTableText": "Ezabatu taula",
|
||||||
|
@ -1456,6 +1619,7 @@
|
||||||
"DE.Views.DocumentHolder.editFooterText": "Editatu orri-oina",
|
"DE.Views.DocumentHolder.editFooterText": "Editatu orri-oina",
|
||||||
"DE.Views.DocumentHolder.editHeaderText": "Editatu goiburua",
|
"DE.Views.DocumentHolder.editHeaderText": "Editatu goiburua",
|
||||||
"DE.Views.DocumentHolder.editHyperlinkText": "Editatu hiperesteka",
|
"DE.Views.DocumentHolder.editHyperlinkText": "Editatu hiperesteka",
|
||||||
|
"DE.Views.DocumentHolder.eqToInlineText": "Aldatu txertatura",
|
||||||
"DE.Views.DocumentHolder.guestText": "Gonbidatua",
|
"DE.Views.DocumentHolder.guestText": "Gonbidatua",
|
||||||
"DE.Views.DocumentHolder.hyperlinkText": "Hiperesteka",
|
"DE.Views.DocumentHolder.hyperlinkText": "Hiperesteka",
|
||||||
"DE.Views.DocumentHolder.ignoreAllSpellText": "Egin ez ikusia guztiei",
|
"DE.Views.DocumentHolder.ignoreAllSpellText": "Egin ez ikusia guztiei",
|
||||||
|
@ -1470,6 +1634,7 @@
|
||||||
"DE.Views.DocumentHolder.insertText": "Txertatu",
|
"DE.Views.DocumentHolder.insertText": "Txertatu",
|
||||||
"DE.Views.DocumentHolder.keepLinesText": "Mantendu lerroak elkarrekin",
|
"DE.Views.DocumentHolder.keepLinesText": "Mantendu lerroak elkarrekin",
|
||||||
"DE.Views.DocumentHolder.langText": "Hautatu hizkuntza",
|
"DE.Views.DocumentHolder.langText": "Hautatu hizkuntza",
|
||||||
|
"DE.Views.DocumentHolder.latexText": "LaTeX",
|
||||||
"DE.Views.DocumentHolder.leftText": "Ezkerra",
|
"DE.Views.DocumentHolder.leftText": "Ezkerra",
|
||||||
"DE.Views.DocumentHolder.loadSpellText": "Aldagaiak kargatzen...",
|
"DE.Views.DocumentHolder.loadSpellText": "Aldagaiak kargatzen...",
|
||||||
"DE.Views.DocumentHolder.mergeCellsText": "Konbinatu gelaxkak",
|
"DE.Views.DocumentHolder.mergeCellsText": "Konbinatu gelaxkak",
|
||||||
|
@ -2066,6 +2231,7 @@
|
||||||
"DE.Views.LeftMenu.tipComments": "Iruzkinak",
|
"DE.Views.LeftMenu.tipComments": "Iruzkinak",
|
||||||
"DE.Views.LeftMenu.tipNavigation": "Nabigazioa",
|
"DE.Views.LeftMenu.tipNavigation": "Nabigazioa",
|
||||||
"DE.Views.LeftMenu.tipOutline": "Izenburuak",
|
"DE.Views.LeftMenu.tipOutline": "Izenburuak",
|
||||||
|
"DE.Views.LeftMenu.tipPageThumbnails": "Orrien koadro txikiak",
|
||||||
"DE.Views.LeftMenu.tipPlugins": "Pluginak",
|
"DE.Views.LeftMenu.tipPlugins": "Pluginak",
|
||||||
"DE.Views.LeftMenu.tipSearch": "Bilatu",
|
"DE.Views.LeftMenu.tipSearch": "Bilatu",
|
||||||
"DE.Views.LeftMenu.tipSupport": "Oharrak eta laguntza",
|
"DE.Views.LeftMenu.tipSupport": "Oharrak eta laguntza",
|
||||||
|
@ -2373,6 +2539,16 @@
|
||||||
"DE.Views.ParagraphSettingsAdvanced.tipTop": "Ezarri goiko ertza soilik",
|
"DE.Views.ParagraphSettingsAdvanced.tipTop": "Ezarri goiko ertza soilik",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Automatikoa",
|
"DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Automatikoa",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Ertzik gabe",
|
"DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Ertzik gabe",
|
||||||
|
"DE.Views.ProtectDialog.textComments": "Iruzkinak",
|
||||||
|
"DE.Views.ProtectDialog.textForms": "Formularioak betetzea",
|
||||||
|
"DE.Views.ProtectDialog.textView": "Aldaketarik ez (irakurtzeko soilik)",
|
||||||
|
"DE.Views.ProtectDialog.txtAllow": "Onartu soilik edizio-mota hau dokumentuan",
|
||||||
|
"DE.Views.ProtectDialog.txtIncorrectPwd": "Berrespen-pasahitza ez da berdina",
|
||||||
|
"DE.Views.ProtectDialog.txtOptional": "hautazkoa",
|
||||||
|
"DE.Views.ProtectDialog.txtPassword": "Pasahitza",
|
||||||
|
"DE.Views.ProtectDialog.txtProtect": "Babestu",
|
||||||
|
"DE.Views.ProtectDialog.txtRepeat": "Errepikatu pasahitza",
|
||||||
|
"DE.Views.ProtectDialog.txtTitle": "Babestu",
|
||||||
"DE.Views.RightMenu.txtChartSettings": "Diagramaren ezarpenak",
|
"DE.Views.RightMenu.txtChartSettings": "Diagramaren ezarpenak",
|
||||||
"DE.Views.RightMenu.txtFormSettings": "Formularioaren ezarpenak",
|
"DE.Views.RightMenu.txtFormSettings": "Formularioaren ezarpenak",
|
||||||
"DE.Views.RightMenu.txtHeaderFooterSettings": "Goiburu eta oinaren ezarpenak",
|
"DE.Views.RightMenu.txtHeaderFooterSettings": "Goiburu eta oinaren ezarpenak",
|
||||||
|
@ -2563,12 +2739,20 @@
|
||||||
"DE.Views.TableSettings.tipOuter": "Ezarri kanpoko ertza soilik",
|
"DE.Views.TableSettings.tipOuter": "Ezarri kanpoko ertza soilik",
|
||||||
"DE.Views.TableSettings.tipRight": "Ezarri kanpoko eskuineko ertza soilik",
|
"DE.Views.TableSettings.tipRight": "Ezarri kanpoko eskuineko ertza soilik",
|
||||||
"DE.Views.TableSettings.tipTop": "Ezarri kanpoko goiko ertza soilik",
|
"DE.Views.TableSettings.tipTop": "Ezarri kanpoko goiko ertza soilik",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_BorderedAndLined": "Taula ertzdun eta marratuak",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_Custom": "Pertsonalizatua",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_Grid": "Sareta-taulak",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_List": "Zerrenda-taulak",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_Plain": "Taula arruntak",
|
||||||
"DE.Views.TableSettings.txtNoBorders": "Ertzik gabe",
|
"DE.Views.TableSettings.txtNoBorders": "Ertzik gabe",
|
||||||
"DE.Views.TableSettings.txtTable_Accent": "Azentua",
|
"DE.Views.TableSettings.txtTable_Accent": "Azentua",
|
||||||
|
"DE.Views.TableSettings.txtTable_Bordered": "Ertzduna",
|
||||||
|
"DE.Views.TableSettings.txtTable_BorderedAndLined": "Ertzduna eta marratua",
|
||||||
"DE.Views.TableSettings.txtTable_Colorful": "Koloretsua",
|
"DE.Views.TableSettings.txtTable_Colorful": "Koloretsua",
|
||||||
"DE.Views.TableSettings.txtTable_Dark": "Iluna",
|
"DE.Views.TableSettings.txtTable_Dark": "Iluna",
|
||||||
"DE.Views.TableSettings.txtTable_GridTable": "Sareta-taula",
|
"DE.Views.TableSettings.txtTable_GridTable": "Sareta-taula",
|
||||||
"DE.Views.TableSettings.txtTable_Light": "Argia",
|
"DE.Views.TableSettings.txtTable_Light": "Argia",
|
||||||
|
"DE.Views.TableSettings.txtTable_Lined": "Marratua",
|
||||||
"DE.Views.TableSettings.txtTable_ListTable": "Zerrenda-taula",
|
"DE.Views.TableSettings.txtTable_ListTable": "Zerrenda-taula",
|
||||||
"DE.Views.TableSettings.txtTable_PlainTable": "Taula arrunta",
|
"DE.Views.TableSettings.txtTable_PlainTable": "Taula arrunta",
|
||||||
"DE.Views.TableSettings.txtTable_TableGrid": "Saretadun taula",
|
"DE.Views.TableSettings.txtTable_TableGrid": "Saretadun taula",
|
||||||
|
@ -2703,6 +2887,7 @@
|
||||||
"DE.Views.Toolbar.capBtnInsImage": "Irudia",
|
"DE.Views.Toolbar.capBtnInsImage": "Irudia",
|
||||||
"DE.Views.Toolbar.capBtnInsPagebreak": "Jauziak",
|
"DE.Views.Toolbar.capBtnInsPagebreak": "Jauziak",
|
||||||
"DE.Views.Toolbar.capBtnInsShape": "Forma",
|
"DE.Views.Toolbar.capBtnInsShape": "Forma",
|
||||||
|
"DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt",
|
||||||
"DE.Views.Toolbar.capBtnInsSymbol": "Ikurra",
|
"DE.Views.Toolbar.capBtnInsSymbol": "Ikurra",
|
||||||
"DE.Views.Toolbar.capBtnInsTable": "Taula",
|
"DE.Views.Toolbar.capBtnInsTable": "Taula",
|
||||||
"DE.Views.Toolbar.capBtnInsTextart": "Testu-artea",
|
"DE.Views.Toolbar.capBtnInsTextart": "Testu-artea",
|
||||||
|
@ -2849,13 +3034,16 @@
|
||||||
"DE.Views.Toolbar.tipIncPrLeft": "Handiagotu koska",
|
"DE.Views.Toolbar.tipIncPrLeft": "Handiagotu koska",
|
||||||
"DE.Views.Toolbar.tipInsertChart": "Txertatu diagrama",
|
"DE.Views.Toolbar.tipInsertChart": "Txertatu diagrama",
|
||||||
"DE.Views.Toolbar.tipInsertEquation": "Txertatu ekuazioa",
|
"DE.Views.Toolbar.tipInsertEquation": "Txertatu ekuazioa",
|
||||||
|
"DE.Views.Toolbar.tipInsertHorizontalText": "Txertatu testu-koadro horizontala",
|
||||||
"DE.Views.Toolbar.tipInsertImage": "Txertatu irudia",
|
"DE.Views.Toolbar.tipInsertImage": "Txertatu irudia",
|
||||||
"DE.Views.Toolbar.tipInsertNum": "Txertatu orrialde-zenbakia",
|
"DE.Views.Toolbar.tipInsertNum": "Txertatu orrialde-zenbakia",
|
||||||
"DE.Views.Toolbar.tipInsertShape": "Txertatu forma automatikoa",
|
"DE.Views.Toolbar.tipInsertShape": "Txertatu forma automatikoa",
|
||||||
|
"DE.Views.Toolbar.tipInsertSmartArt": "Txertatu SmartArt-a",
|
||||||
"DE.Views.Toolbar.tipInsertSymbol": "Txertatu ikurra",
|
"DE.Views.Toolbar.tipInsertSymbol": "Txertatu ikurra",
|
||||||
"DE.Views.Toolbar.tipInsertTable": "Txertatu taula",
|
"DE.Views.Toolbar.tipInsertTable": "Txertatu taula",
|
||||||
"DE.Views.Toolbar.tipInsertText": "Txertatu testu-koadroa",
|
"DE.Views.Toolbar.tipInsertText": "Txertatu testu-koadroa",
|
||||||
"DE.Views.Toolbar.tipInsertTextArt": "Txertatu testu-artea",
|
"DE.Views.Toolbar.tipInsertTextArt": "Txertatu testu-artea",
|
||||||
|
"DE.Views.Toolbar.tipInsertVerticalText": "Txertatu testu-koadro bertikala",
|
||||||
"DE.Views.Toolbar.tipLineNumbers": "Erakutsi lerro zenbakiak",
|
"DE.Views.Toolbar.tipLineNumbers": "Erakutsi lerro zenbakiak",
|
||||||
"DE.Views.Toolbar.tipLineSpace": "Paragrafoaren lerroartea",
|
"DE.Views.Toolbar.tipLineSpace": "Paragrafoaren lerroartea",
|
||||||
"DE.Views.Toolbar.tipMailRecepients": "Posta-konbinazioa",
|
"DE.Views.Toolbar.tipMailRecepients": "Posta-konbinazioa",
|
||||||
|
@ -2927,8 +3115,10 @@
|
||||||
"DE.Views.ViewTab.textFitToPage": "Doitu orrira",
|
"DE.Views.ViewTab.textFitToPage": "Doitu orrira",
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Doitu zabalerara",
|
"DE.Views.ViewTab.textFitToWidth": "Doitu zabalerara",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Interfazearen gaia",
|
"DE.Views.ViewTab.textInterfaceTheme": "Interfazearen gaia",
|
||||||
|
"DE.Views.ViewTab.textLeftMenu": "Ezkerreko panela",
|
||||||
"DE.Views.ViewTab.textNavigation": "Nabigazioa",
|
"DE.Views.ViewTab.textNavigation": "Nabigazioa",
|
||||||
"DE.Views.ViewTab.textOutline": "Izenburuak",
|
"DE.Views.ViewTab.textOutline": "Izenburuak",
|
||||||
|
"DE.Views.ViewTab.textRightMenu": "Eskuineko panela",
|
||||||
"DE.Views.ViewTab.textRulers": "Erregelak",
|
"DE.Views.ViewTab.textRulers": "Erregelak",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Egoera-barra",
|
"DE.Views.ViewTab.textStatusBar": "Egoera-barra",
|
||||||
"DE.Views.ViewTab.textZoom": "Zooma",
|
"DE.Views.ViewTab.textZoom": "Zooma",
|
||||||
|
|
|
@ -180,6 +180,110 @@
|
||||||
"Common.define.smartArt.textDetailedProcess": "Részletes folyamat",
|
"Common.define.smartArt.textDetailedProcess": "Részletes folyamat",
|
||||||
"Common.define.smartArt.textDivergingArrows": "Különböző nyilak",
|
"Common.define.smartArt.textDivergingArrows": "Különböző nyilak",
|
||||||
"Common.define.smartArt.textDivergingRadial": "Radiális konvergencia",
|
"Common.define.smartArt.textDivergingRadial": "Radiális konvergencia",
|
||||||
|
"Common.define.smartArt.textEquation": "Egyenlet",
|
||||||
|
"Common.define.smartArt.textFramedTextPicture": "Keretezett szöveges kép",
|
||||||
|
"Common.define.smartArt.textFunnel": "Tölcsér",
|
||||||
|
"Common.define.smartArt.textGear": "Fogaskerék",
|
||||||
|
"Common.define.smartArt.textGridMatrix": "Rácsmátrix",
|
||||||
|
"Common.define.smartArt.textGroupedList": "Csoportos lista",
|
||||||
|
"Common.define.smartArt.textHalfCircleOrganizationChart": "Félkör szervezeti diagram",
|
||||||
|
"Common.define.smartArt.textHexagonCluster": "Hatszög klaszter",
|
||||||
|
"Common.define.smartArt.textHexagonRadial": "Hatszög radiális",
|
||||||
|
"Common.define.smartArt.textHierarchy": "Hierarchia",
|
||||||
|
"Common.define.smartArt.textHierarchyList": "Hierarchikus lista",
|
||||||
|
"Common.define.smartArt.textHorizontalBulletList": "Vízszintes felsorolás",
|
||||||
|
"Common.define.smartArt.textHorizontalHierarchy": "Horizontális hierarchia",
|
||||||
|
"Common.define.smartArt.textHorizontalLabeledHierarchy": "Horizontális címkézett hierarchia",
|
||||||
|
"Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Horizontális többszintű hierarchia",
|
||||||
|
"Common.define.smartArt.textHorizontalOrganizationChart": "Horizontal Organization Chart",
|
||||||
|
"Common.define.smartArt.textHorizontalPictureList": "Horizontális képlista",
|
||||||
|
"Common.define.smartArt.textIncreasingArrowProcess": "Növekvő nyíl folyamat",
|
||||||
|
"Common.define.smartArt.textIncreasingCircleProcess": "Növekvő körfolyamat",
|
||||||
|
"Common.define.smartArt.textInterconnectedBlockProcess": "Kapcsolódó blokkfolyamat",
|
||||||
|
"Common.define.smartArt.textInterconnectedRings": "Kapcsolódó gyűrűk",
|
||||||
|
"Common.define.smartArt.textInvertedPyramid": "Fordított piramis",
|
||||||
|
"Common.define.smartArt.textLabeledHierarchy": "Megcímkézett hierarchia",
|
||||||
|
"Common.define.smartArt.textLinearVenn": "Lineáris Venn",
|
||||||
|
"Common.define.smartArt.textLinedList": "Vonalas lista",
|
||||||
|
"Common.define.smartArt.textList": "Lista",
|
||||||
|
"Common.define.smartArt.textMatrix": "Mátrix",
|
||||||
|
"Common.define.smartArt.textMultidirectionalCycle": "Többirányú kör",
|
||||||
|
"Common.define.smartArt.textNameAndTitleOrganizationChart": "Név és cím Szervezeti ábra",
|
||||||
|
"Common.define.smartArt.textNestedTarget": "Beágyazott cél",
|
||||||
|
"Common.define.smartArt.textNondirectionalCycle": "Irányítatlan ciklus",
|
||||||
|
"Common.define.smartArt.textOpposingArrows": "Szemben álló nyilak",
|
||||||
|
"Common.define.smartArt.textOpposingIdeas": "Ellentétes elképzelések",
|
||||||
|
"Common.define.smartArt.textOrganizationChart": "Szervezeti ábra",
|
||||||
|
"Common.define.smartArt.textOther": "Egyéb",
|
||||||
|
"Common.define.smartArt.textPhasedProcess": "Fokozatos eljárás",
|
||||||
|
"Common.define.smartArt.textPicture": "Kép",
|
||||||
|
"Common.define.smartArt.textPictureAccentBlocks": "Kép kiegészítő blokkok",
|
||||||
|
"Common.define.smartArt.textPictureAccentList": "Kép kísérőjegyzék",
|
||||||
|
"Common.define.smartArt.textPictureAccentProcess": "Kép Akcentus folyamat",
|
||||||
|
"Common.define.smartArt.textPictureCaptionList": "Képaláírások listája",
|
||||||
|
"Common.define.smartArt.textPictureFrame": "Képkeret",
|
||||||
|
"Common.define.smartArt.textPictureGrid": "Képrács",
|
||||||
|
"Common.define.smartArt.textPictureLineup": "Képösszeállítás",
|
||||||
|
"Common.define.smartArt.textPictureOrganizationChart": "Szervezeti ábra",
|
||||||
|
"Common.define.smartArt.textPictureStrips": "Képcsíkok",
|
||||||
|
"Common.define.smartArt.textPieProcess": "Folyamat kördiagrammal",
|
||||||
|
"Common.define.smartArt.textPlusAndMinus": "Plusz és mínusz",
|
||||||
|
"Common.define.smartArt.textProcess": "Folyamat",
|
||||||
|
"Common.define.smartArt.textProcessArrows": "Folyamatnyilak",
|
||||||
|
"Common.define.smartArt.textProcessList": "Folyamatlista",
|
||||||
|
"Common.define.smartArt.textPyramid": "Piramis",
|
||||||
|
"Common.define.smartArt.textPyramidList": "Piramis lista",
|
||||||
|
"Common.define.smartArt.textRadialCluster": "Radiális klaszter",
|
||||||
|
"Common.define.smartArt.textRadialCycle": "Radiális ciklus",
|
||||||
|
"Common.define.smartArt.textRadialList": "Radiális lista",
|
||||||
|
"Common.define.smartArt.textRadialPictureList": "Radiális képlista",
|
||||||
|
"Common.define.smartArt.textRadialVenn": "Radiális Venn",
|
||||||
|
"Common.define.smartArt.textRandomToResultProcess": "Folyamat a véletlentől az eredményig",
|
||||||
|
"Common.define.smartArt.textRelationship": "Kapcsolat",
|
||||||
|
"Common.define.smartArt.textRepeatingBendingProcess": "Ismételt hajlítási folyamat",
|
||||||
|
"Common.define.smartArt.textReverseList": "Fordított lista",
|
||||||
|
"Common.define.smartArt.textSegmentedCycle": "Szegmentált ciklust",
|
||||||
|
"Common.define.smartArt.textSegmentedProcess": "Segmentált ciklus",
|
||||||
|
"Common.define.smartArt.textSegmentedPyramid": "Szegmentált piramis",
|
||||||
|
"Common.define.smartArt.textSnapshotPictureList": "Pillanatkép Képek listája",
|
||||||
|
"Common.define.smartArt.textSpiralPicture": "Spirálkép",
|
||||||
|
"Common.define.smartArt.textSquareAccentList": "Négyzet akcentus lista",
|
||||||
|
"Common.define.smartArt.textStackedList": "Halmozott lista",
|
||||||
|
"Common.define.smartArt.textStackedVenn": "Halmozott Venn",
|
||||||
|
"Common.define.smartArt.textStaggeredProcess": "Fokozatos folyamat",
|
||||||
|
"Common.define.smartArt.textStepDownProcess": "Lépcsőzetes folyamat",
|
||||||
|
"Common.define.smartArt.textStepUpProcess": "Lépcsőzetes folyamat",
|
||||||
|
"Common.define.smartArt.textSubStepProcess": "Részlépéses folyamat",
|
||||||
|
"Common.define.smartArt.textTabbedArc": "Tabulátorlap",
|
||||||
|
"Common.define.smartArt.textTableHierarchy": "Táblázati hierarchia",
|
||||||
|
"Common.define.smartArt.textTableList": "Táblázati lista",
|
||||||
|
"Common.define.smartArt.textTabList": "Laplista",
|
||||||
|
"Common.define.smartArt.textTargetList": "Céllista",
|
||||||
|
"Common.define.smartArt.textTextCycle": "Szövegciklus",
|
||||||
|
"Common.define.smartArt.textThemePictureAccent": "Tematikus kép akcentus",
|
||||||
|
"Common.define.smartArt.textThemePictureAlternatingAccent": "Téma Kép váltakozó akcentus",
|
||||||
|
"Common.define.smartArt.textThemePictureGrid": "Téma képrács",
|
||||||
|
"Common.define.smartArt.textTitledMatrix": "Mátrix címkézve",
|
||||||
|
"Common.define.smartArt.textTitledPictureAccentList": "Címzett kép akcentus lista",
|
||||||
|
"Common.define.smartArt.textTitledPictureBlocks": "Címzett képblokkok",
|
||||||
|
"Common.define.smartArt.textTitlePictureLineup": "Címképek felállása",
|
||||||
|
"Common.define.smartArt.textTrapezoidList": "Trapéz lista",
|
||||||
|
"Common.define.smartArt.textUpwardArrow": "Nyíl felfelé",
|
||||||
|
"Common.define.smartArt.textVaryingWidthList": "Változó széles lista",
|
||||||
|
"Common.define.smartArt.textVerticalAccentList": "Vertikális akcentus lista",
|
||||||
|
"Common.define.smartArt.textVerticalArrowList": "Függőleges nyilak listája",
|
||||||
|
"Common.define.smartArt.textVerticalBendingProcess": "Vertikális hajítási folyamat",
|
||||||
|
"Common.define.smartArt.textVerticalBlockList": "Vertikális blokk lista",
|
||||||
|
"Common.define.smartArt.textVerticalBoxList": "Vertikális box lista",
|
||||||
|
"Common.define.smartArt.textVerticalBracketList": "Vertikális zárójel lista",
|
||||||
|
"Common.define.smartArt.textVerticalBulletList": "Vertikális bullet lista",
|
||||||
|
"Common.define.smartArt.textVerticalChevronList": "Vertikális ékzáras lista",
|
||||||
|
"Common.define.smartArt.textVerticalCircleList": "Vertikális kör lista",
|
||||||
|
"Common.define.smartArt.textVerticalCurvedList": "Vertikális ívelt lista",
|
||||||
|
"Common.define.smartArt.textVerticalEquation": "Vertikális egyenlet",
|
||||||
|
"Common.define.smartArt.textVerticalPictureAccentList": "Vertikális kép akcentus lista",
|
||||||
|
"Common.define.smartArt.textVerticalPictureList": "Vertikális képlista",
|
||||||
|
"Common.define.smartArt.textVerticalProcess": "Vertikális folyamat",
|
||||||
"Common.Translation.textMoreButton": "Több",
|
"Common.Translation.textMoreButton": "Több",
|
||||||
"Common.Translation.warnFileLocked": "Nem szerkesztheti ezt a fájlt, mert egy másik alkalmazásban szerkesztik.",
|
"Common.Translation.warnFileLocked": "Nem szerkesztheti ezt a fájlt, mert egy másik alkalmazásban szerkesztik.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Másolat létrehozása",
|
"Common.Translation.warnFileLockedBtnEdit": "Másolat létrehozása",
|
||||||
|
@ -508,6 +612,7 @@
|
||||||
"Common.Views.ReviewPopover.textCancel": "Mégsem",
|
"Common.Views.ReviewPopover.textCancel": "Mégsem",
|
||||||
"Common.Views.ReviewPopover.textClose": "Bezár",
|
"Common.Views.ReviewPopover.textClose": "Bezár",
|
||||||
"Common.Views.ReviewPopover.textEdit": "OK",
|
"Common.Views.ReviewPopover.textEdit": "OK",
|
||||||
|
"Common.Views.ReviewPopover.textEnterComment": "Megjegyzését itt adja meg",
|
||||||
"Common.Views.ReviewPopover.textFollowMove": "Mozgás követése",
|
"Common.Views.ReviewPopover.textFollowMove": "Mozgás követése",
|
||||||
"Common.Views.ReviewPopover.textMention": "A +megemlítés hozzáférést biztosít a dokumentumhoz, és e-mailt küld.",
|
"Common.Views.ReviewPopover.textMention": "A +megemlítés hozzáférést biztosít a dokumentumhoz, és e-mailt küld.",
|
||||||
"Common.Views.ReviewPopover.textMentionNotify": "A +mention e-mailben értesíti a felhasználót",
|
"Common.Views.ReviewPopover.textMentionNotify": "A +mention e-mailben értesíti a felhasználót",
|
||||||
|
@ -611,6 +716,7 @@
|
||||||
"DE.Controllers.LeftMenu.warnReplaceString": "{0} nem írható be speciális karakterként a \"Csere\" mezőbe.",
|
"DE.Controllers.LeftMenu.warnReplaceString": "{0} nem írható be speciális karakterként a \"Csere\" mezőbe.",
|
||||||
"DE.Controllers.Main.applyChangesTextText": "Módosítások betöltése...",
|
"DE.Controllers.Main.applyChangesTextText": "Módosítások betöltése...",
|
||||||
"DE.Controllers.Main.applyChangesTitleText": "Módosítások betöltése",
|
"DE.Controllers.Main.applyChangesTitleText": "Módosítások betöltése",
|
||||||
|
"DE.Controllers.Main.confirmMaxChangesSize": "A műveletek mérete meghaladja a szerverre beállított korlátozást.<br> Nyomja meg a \" Mégsem \" gombot az utolsó művelet törléséhez, vagy nyomja meg a \" Folytatás \" gombot a művelet helyben tartásához ( a fájl letöltése vagy tartalmának másolása szükséges, hogy biztosan ne vesszen el semmi).",
|
||||||
"DE.Controllers.Main.convertationTimeoutText": "Időtúllépés az átalakítás során.",
|
"DE.Controllers.Main.convertationTimeoutText": "Időtúllépés az átalakítás során.",
|
||||||
"DE.Controllers.Main.criticalErrorExtText": "Nyomja meg az \"OK\" gombot a dokumentumlistához való visszatéréshez.",
|
"DE.Controllers.Main.criticalErrorExtText": "Nyomja meg az \"OK\" gombot a dokumentumlistához való visszatéréshez.",
|
||||||
"DE.Controllers.Main.criticalErrorTitle": "Hiba",
|
"DE.Controllers.Main.criticalErrorTitle": "Hiba",
|
||||||
|
@ -621,6 +727,7 @@
|
||||||
"DE.Controllers.Main.downloadTitleText": "Dokumentum letöltése",
|
"DE.Controllers.Main.downloadTitleText": "Dokumentum letöltése",
|
||||||
"DE.Controllers.Main.errorAccessDeny": "Olyan műveletet próbál végrehajtani, melyre nincs jogosultsága.<br>Vegye fel a kapcsolatot a Document Server adminisztrátorával.",
|
"DE.Controllers.Main.errorAccessDeny": "Olyan műveletet próbál végrehajtani, melyre nincs jogosultsága.<br>Vegye fel a kapcsolatot a Document Server adminisztrátorával.",
|
||||||
"DE.Controllers.Main.errorBadImageUrl": "Hibás kép URL",
|
"DE.Controllers.Main.errorBadImageUrl": "Hibás kép URL",
|
||||||
|
"DE.Controllers.Main.errorCannotPasteImg": "Ezt a képet nem tudjuk a vágólapról beilleszteni, de elmentheti eszközére, és onnan beillesztheti, vagy másolhatja a képet szöveg nélkül, és a dokumentumba illesztheti.",
|
||||||
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Elveszett a kapcsolat a szerverrel. A dokumentum jelenleg nem szerkeszthető.",
|
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Elveszett a kapcsolat a szerverrel. A dokumentum jelenleg nem szerkeszthető.",
|
||||||
"DE.Controllers.Main.errorComboSeries": "Kombinált diagram létrehozásához válasszon legalább két adatsort.",
|
"DE.Controllers.Main.errorComboSeries": "Kombinált diagram létrehozásához válasszon legalább két adatsort.",
|
||||||
"DE.Controllers.Main.errorCompare": "A Dokumentumok összehasonlítása funkció nem érhető el együttes szerkesztés közben.",
|
"DE.Controllers.Main.errorCompare": "A Dokumentumok összehasonlítása funkció nem érhető el együttes szerkesztés közben.",
|
||||||
|
@ -648,6 +755,7 @@
|
||||||
"DE.Controllers.Main.errorMailMergeLoadFile": "A dokumentum megnyitása sikertelen. Kérjük, válasszon egy másik fájlt.",
|
"DE.Controllers.Main.errorMailMergeLoadFile": "A dokumentum megnyitása sikertelen. Kérjük, válasszon egy másik fájlt.",
|
||||||
"DE.Controllers.Main.errorMailMergeSaveFile": "Sikertelen összevonás.",
|
"DE.Controllers.Main.errorMailMergeSaveFile": "Sikertelen összevonás.",
|
||||||
"DE.Controllers.Main.errorNoTOC": "Nincs frissítendő tartalomjegyzék. A Hivatkozások lapon beilleszthet egyet.",
|
"DE.Controllers.Main.errorNoTOC": "Nincs frissítendő tartalomjegyzék. A Hivatkozások lapon beilleszthet egyet.",
|
||||||
|
"DE.Controllers.Main.errorPasswordIsNotCorrect": "A megadott jelszó helytelen.<br>Győződjön meg arról, hogy a CAPS LOCK billentyű ki van kapcsolva, és ügyeljen arra, hogy a megfelelő nagybetűket használja.",
|
||||||
"DE.Controllers.Main.errorProcessSaveResult": "Sikertelen mentés.",
|
"DE.Controllers.Main.errorProcessSaveResult": "Sikertelen mentés.",
|
||||||
"DE.Controllers.Main.errorServerVersion": "A szerkesztő verziója frissült. Az oldal újratöltésre kerül a módosítások alkalmazásához.",
|
"DE.Controllers.Main.errorServerVersion": "A szerkesztő verziója frissült. Az oldal újratöltésre kerül a módosítások alkalmazásához.",
|
||||||
"DE.Controllers.Main.errorSessionAbsolute": "A dokumentumszerkesztési munkamenet lejárt. Kérjük, töltse be újra az oldalt.",
|
"DE.Controllers.Main.errorSessionAbsolute": "A dokumentumszerkesztési munkamenet lejárt. Kérjük, töltse be újra az oldalt.",
|
||||||
|
@ -725,6 +833,7 @@
|
||||||
"DE.Controllers.Main.textStrict": "Biztonságos mód",
|
"DE.Controllers.Main.textStrict": "Biztonságos mód",
|
||||||
"DE.Controllers.Main.textTryUndoRedo": "A Visszavonás / Újra funkciók le vannak tiltva a Gyors együttes szerkesztés módban.<br>A \"Biztonságos mód\" gombra kattintva válthat a Biztonságos együttes szerkesztés módra, hogy a dokumentumot más felhasználókkal való interferencia nélkül tudja szerkeszteni, mentés után küldve el a módosításokat. A szerkesztési módok között a Speciális beállítások segítségével válthat.",
|
"DE.Controllers.Main.textTryUndoRedo": "A Visszavonás / Újra funkciók le vannak tiltva a Gyors együttes szerkesztés módban.<br>A \"Biztonságos mód\" gombra kattintva válthat a Biztonságos együttes szerkesztés módra, hogy a dokumentumot más felhasználókkal való interferencia nélkül tudja szerkeszteni, mentés után küldve el a módosításokat. A szerkesztési módok között a Speciális beállítások segítségével válthat.",
|
||||||
"DE.Controllers.Main.textTryUndoRedoWarn": "A Visszavonás/Újra funkciók le vannak tiltva a Gyors társszerkesztés módban.",
|
"DE.Controllers.Main.textTryUndoRedoWarn": "A Visszavonás/Újra funkciók le vannak tiltva a Gyors társszerkesztés módban.",
|
||||||
|
"DE.Controllers.Main.textUndo": "Vissza",
|
||||||
"DE.Controllers.Main.titleLicenseExp": "Lejárt licenc",
|
"DE.Controllers.Main.titleLicenseExp": "Lejárt licenc",
|
||||||
"DE.Controllers.Main.titleServerVersion": "Szerkesztő frissítve",
|
"DE.Controllers.Main.titleServerVersion": "Szerkesztő frissítve",
|
||||||
"DE.Controllers.Main.titleUpdateVersion": "A verzió megváltozott",
|
"DE.Controllers.Main.titleUpdateVersion": "A verzió megváltozott",
|
||||||
|
@ -1508,6 +1617,13 @@
|
||||||
"DE.Views.DateTimeDialog.textLang": "Nyelv",
|
"DE.Views.DateTimeDialog.textLang": "Nyelv",
|
||||||
"DE.Views.DateTimeDialog.textUpdate": "Automatikus frissítés",
|
"DE.Views.DateTimeDialog.textUpdate": "Automatikus frissítés",
|
||||||
"DE.Views.DateTimeDialog.txtTitle": "Dátum és idő",
|
"DE.Views.DateTimeDialog.txtTitle": "Dátum és idő",
|
||||||
|
"DE.Views.DocProtection.hintProtectDoc": "Dokumentum védelme",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedComment": "Védett dokumentum.<br>Kizárólag megjegyzéseket fűzhet ehhez a dokumentumhoz.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedForms": "Védett dokumentum.<br>Kizárólag a dokumentumban található űrlapokat töltheti ki.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedTrack": "Védett dokumentum.<br>A dokumentumot szerkesztheti, de minden változtatás nyomon követhető lesz.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedView": "Védett dokumentum.<br>Csak ezt a dokumentumot tekintheti meg.",
|
||||||
|
"DE.Views.DocProtection.txtDocUnlockDescription": "Jelszó megadása a dokumentum védelmének feloldásához",
|
||||||
|
"DE.Views.DocProtection.txtProtectDoc": "Dokumentum védelme",
|
||||||
"DE.Views.DocumentHolder.aboveText": "Felett",
|
"DE.Views.DocumentHolder.aboveText": "Felett",
|
||||||
"DE.Views.DocumentHolder.addCommentText": "Megjegyzés hozzáadása",
|
"DE.Views.DocumentHolder.addCommentText": "Megjegyzés hozzáadása",
|
||||||
"DE.Views.DocumentHolder.advancedDropCapText": "Iniciálé beállításai",
|
"DE.Views.DocumentHolder.advancedDropCapText": "Iniciálé beállításai",
|
||||||
|
@ -1841,6 +1957,7 @@
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Statisztika",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Statisztika",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Tárgy",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Tárgy",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Szimbólumok",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Szimbólumok",
|
||||||
|
"DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Címkék",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Cím",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Cím",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Feltöltve",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Feltöltve",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Szavak",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Szavak",
|
||||||
|
@ -2463,8 +2580,17 @@
|
||||||
"DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
|
"DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Nincsenek szegélyek",
|
"DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Nincsenek szegélyek",
|
||||||
"DE.Views.ProtectDialog.textComments": "Megjegyzések",
|
"DE.Views.ProtectDialog.textComments": "Megjegyzések",
|
||||||
|
"DE.Views.ProtectDialog.textForms": "Nyomtatványok kitöltése",
|
||||||
|
"DE.Views.ProtectDialog.textReview": "Követett változások",
|
||||||
|
"DE.Views.ProtectDialog.textView": "Nincs változás (csak olvasható)",
|
||||||
"DE.Views.ProtectDialog.txtAllow": "Csak ilyen típusú szerkesztés engedélyezése a dokumentumban",
|
"DE.Views.ProtectDialog.txtAllow": "Csak ilyen típusú szerkesztés engedélyezése a dokumentumban",
|
||||||
"DE.Views.ProtectDialog.txtIncorrectPwd": "A megerősítő jelszó nem egyezik",
|
"DE.Views.ProtectDialog.txtIncorrectPwd": "A megerősítő jelszó nem egyezik",
|
||||||
|
"DE.Views.ProtectDialog.txtOptional": "opcionális",
|
||||||
|
"DE.Views.ProtectDialog.txtPassword": "Jelszó",
|
||||||
|
"DE.Views.ProtectDialog.txtProtect": "Védelem",
|
||||||
|
"DE.Views.ProtectDialog.txtRepeat": "Jelszó ismétlése",
|
||||||
|
"DE.Views.ProtectDialog.txtTitle": "Védelem",
|
||||||
|
"DE.Views.ProtectDialog.txtWarning": "Figyelem: ha elveszti vagy elfelejti a jelszót, annak visszaállítására nincs mód. Tárolja biztonságos helyen.",
|
||||||
"DE.Views.RightMenu.txtChartSettings": "Diagram beállítások",
|
"DE.Views.RightMenu.txtChartSettings": "Diagram beállítások",
|
||||||
"DE.Views.RightMenu.txtFormSettings": "Űrlapbeállítások",
|
"DE.Views.RightMenu.txtFormSettings": "Űrlapbeállítások",
|
||||||
"DE.Views.RightMenu.txtHeaderFooterSettings": "Fejléc és lábléc beállítások",
|
"DE.Views.RightMenu.txtHeaderFooterSettings": "Fejléc és lábléc beállítások",
|
||||||
|
@ -2803,6 +2929,7 @@
|
||||||
"DE.Views.Toolbar.capBtnInsImage": "Kép",
|
"DE.Views.Toolbar.capBtnInsImage": "Kép",
|
||||||
"DE.Views.Toolbar.capBtnInsPagebreak": "Szünetek",
|
"DE.Views.Toolbar.capBtnInsPagebreak": "Szünetek",
|
||||||
"DE.Views.Toolbar.capBtnInsShape": "Alakzat",
|
"DE.Views.Toolbar.capBtnInsShape": "Alakzat",
|
||||||
|
"DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt",
|
||||||
"DE.Views.Toolbar.capBtnInsSymbol": "Szimbólum",
|
"DE.Views.Toolbar.capBtnInsSymbol": "Szimbólum",
|
||||||
"DE.Views.Toolbar.capBtnInsTable": "Táblázat",
|
"DE.Views.Toolbar.capBtnInsTable": "Táblázat",
|
||||||
"DE.Views.Toolbar.capBtnInsTextart": "TextArt",
|
"DE.Views.Toolbar.capBtnInsTextart": "TextArt",
|
||||||
|
@ -2949,13 +3076,16 @@
|
||||||
"DE.Views.Toolbar.tipIncPrLeft": "Francia bekezdés növelése",
|
"DE.Views.Toolbar.tipIncPrLeft": "Francia bekezdés növelése",
|
||||||
"DE.Views.Toolbar.tipInsertChart": "Diagram beszúrása",
|
"DE.Views.Toolbar.tipInsertChart": "Diagram beszúrása",
|
||||||
"DE.Views.Toolbar.tipInsertEquation": "Egyenlet beszúrása",
|
"DE.Views.Toolbar.tipInsertEquation": "Egyenlet beszúrása",
|
||||||
|
"DE.Views.Toolbar.tipInsertHorizontalText": "Horizontális szövegdoboz beillesztése",
|
||||||
"DE.Views.Toolbar.tipInsertImage": "Kép beszúrása",
|
"DE.Views.Toolbar.tipInsertImage": "Kép beszúrása",
|
||||||
"DE.Views.Toolbar.tipInsertNum": "Oldalszám beillesztése",
|
"DE.Views.Toolbar.tipInsertNum": "Oldalszám beillesztése",
|
||||||
"DE.Views.Toolbar.tipInsertShape": "Alakzat beszúrása",
|
"DE.Views.Toolbar.tipInsertShape": "Alakzat beszúrása",
|
||||||
|
"DE.Views.Toolbar.tipInsertSmartArt": "SmartArt beillesztése",
|
||||||
"DE.Views.Toolbar.tipInsertSymbol": "Szimbólum beszúrása",
|
"DE.Views.Toolbar.tipInsertSymbol": "Szimbólum beszúrása",
|
||||||
"DE.Views.Toolbar.tipInsertTable": "Táblázat beszúrása",
|
"DE.Views.Toolbar.tipInsertTable": "Táblázat beszúrása",
|
||||||
"DE.Views.Toolbar.tipInsertText": "Szövegdoboz beszúrása",
|
"DE.Views.Toolbar.tipInsertText": "Szövegdoboz beszúrása",
|
||||||
"DE.Views.Toolbar.tipInsertTextArt": "TextArt beszúrása",
|
"DE.Views.Toolbar.tipInsertTextArt": "TextArt beszúrása",
|
||||||
|
"DE.Views.Toolbar.tipInsertVerticalText": "Vertikális szövegdoboz beillesztése",
|
||||||
"DE.Views.Toolbar.tipLineNumbers": "Sorszámok megjelenítése",
|
"DE.Views.Toolbar.tipLineNumbers": "Sorszámok megjelenítése",
|
||||||
"DE.Views.Toolbar.tipLineSpace": "Bekezdés sortávolság",
|
"DE.Views.Toolbar.tipLineSpace": "Bekezdés sortávolság",
|
||||||
"DE.Views.Toolbar.tipMailRecepients": "E-mail összevonás",
|
"DE.Views.Toolbar.tipMailRecepients": "E-mail összevonás",
|
||||||
|
@ -3027,8 +3157,10 @@
|
||||||
"DE.Views.ViewTab.textFitToPage": "Oldalhoz igazít",
|
"DE.Views.ViewTab.textFitToPage": "Oldalhoz igazít",
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Szélességhez igazít",
|
"DE.Views.ViewTab.textFitToWidth": "Szélességhez igazít",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Felhasználói felület témája",
|
"DE.Views.ViewTab.textInterfaceTheme": "Felhasználói felület témája",
|
||||||
|
"DE.Views.ViewTab.textLeftMenu": "Bal panel",
|
||||||
"DE.Views.ViewTab.textNavigation": "Navigáció",
|
"DE.Views.ViewTab.textNavigation": "Navigáció",
|
||||||
"DE.Views.ViewTab.textOutline": "Címszavak",
|
"DE.Views.ViewTab.textOutline": "Címszavak",
|
||||||
|
"DE.Views.ViewTab.textRightMenu": "Jobb panel",
|
||||||
"DE.Views.ViewTab.textRulers": "Vonalzók",
|
"DE.Views.ViewTab.textRulers": "Vonalzók",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Állapotsor",
|
"DE.Views.ViewTab.textStatusBar": "Állapotsor",
|
||||||
"DE.Views.ViewTab.textZoom": "Zoom",
|
"DE.Views.ViewTab.textZoom": "Zoom",
|
||||||
|
|
|
@ -439,8 +439,8 @@
|
||||||
"Common.Views.Comments.textViewResolved": "コメントを再開する権限がありません",
|
"Common.Views.Comments.textViewResolved": "コメントを再開する権限がありません",
|
||||||
"Common.Views.Comments.txtEmpty": "ドキュメントにはコメントがありません。",
|
"Common.Views.Comments.txtEmpty": "ドキュメントにはコメントがありません。",
|
||||||
"Common.Views.CopyWarningDialog.textDontShow": "今後このメッセージを表示しない",
|
"Common.Views.CopyWarningDialog.textDontShow": "今後このメッセージを表示しない",
|
||||||
"Common.Views.CopyWarningDialog.textMsg": "エディターツールバーのボタンやコンテキストメニューの操作によるコピー、カット、ペーストの動作は、このエディタータブ内でのみ実行されます。<br><br> エディタータブ以外のアプリケーションとの間でコピーまたは貼り付けを行うには、次のキーボードの組み合わせを使用して下さい。",
|
"Common.Views.CopyWarningDialog.textMsg": "エディターツールバーのボタンやコンテキストメニューの操作によるコピー、カット、ペーストの動作は、このエディタータブ内でのみ実行されます。<br><br> エディタータブ以外のアプリケーションとの間でコピーまたは貼り付けを行うには、次のキーボードの組み合わせを使用して下さい:",
|
||||||
"Common.Views.CopyWarningDialog.textTitle": "コピー、切り取り、貼り付けの操作",
|
"Common.Views.CopyWarningDialog.textTitle": "コピー,切り取り,貼り付け",
|
||||||
"Common.Views.CopyWarningDialog.textToCopy": "コピーのため",
|
"Common.Views.CopyWarningDialog.textToCopy": "コピーのため",
|
||||||
"Common.Views.CopyWarningDialog.textToCut": "切り取りのため",
|
"Common.Views.CopyWarningDialog.textToCut": "切り取りのため",
|
||||||
"Common.Views.CopyWarningDialog.textToPaste": "貼り付のため",
|
"Common.Views.CopyWarningDialog.textToPaste": "貼り付のため",
|
||||||
|
@ -742,6 +742,11 @@
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "文書がパスワードで保護されているため開くことができません",
|
"DE.Controllers.Main.errorFilePassProtect": "文書がパスワードで保護されているため開くことができません",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
"DE.Controllers.Main.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
||||||
"DE.Controllers.Main.errorForceSave": "文書の保存中にエラーが発生しました。「名前を付けてダウンロード」オプションを使用して、ファイルのバックアップコピーをコンピューターのハードディスクに保存するか、後で再試行してください。",
|
"DE.Controllers.Main.errorForceSave": "文書の保存中にエラーが発生しました。「名前を付けてダウンロード」オプションを使用して、ファイルのバックアップコピーをコンピューターのハードディスクに保存するか、後で再試行してください。",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"DE.Controllers.Main.errorKeyEncrypt": "不明なキーの記述子",
|
"DE.Controllers.Main.errorKeyEncrypt": "不明なキーの記述子",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "キー記述子は有効期限が切れました",
|
"DE.Controllers.Main.errorKeyExpire": "キー記述子は有効期限が切れました",
|
||||||
"DE.Controllers.Main.errorLoadingFont": "フォントが読み込まれていません。<br>ドキュメントサーバーの管理者に連絡してください。",
|
"DE.Controllers.Main.errorLoadingFont": "フォントが読み込まれていません。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
|
@ -3150,8 +3155,10 @@
|
||||||
"DE.Views.ViewTab.textFitToPage": "ページに合わせる",
|
"DE.Views.ViewTab.textFitToPage": "ページに合わせる",
|
||||||
"DE.Views.ViewTab.textFitToWidth": "幅に合わせる",
|
"DE.Views.ViewTab.textFitToWidth": "幅に合わせる",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "インターフェイスのテーマ",
|
"DE.Views.ViewTab.textInterfaceTheme": "インターフェイスのテーマ",
|
||||||
|
"DE.Views.ViewTab.textLeftMenu": "左パネル",
|
||||||
"DE.Views.ViewTab.textNavigation": "ナビゲーション",
|
"DE.Views.ViewTab.textNavigation": "ナビゲーション",
|
||||||
"DE.Views.ViewTab.textOutline": "見出し",
|
"DE.Views.ViewTab.textOutline": "見出し",
|
||||||
|
"DE.Views.ViewTab.textRightMenu": "右パネル",
|
||||||
"DE.Views.ViewTab.textRulers": "ルーラー",
|
"DE.Views.ViewTab.textRulers": "ルーラー",
|
||||||
"DE.Views.ViewTab.textStatusBar": "ステータスバー",
|
"DE.Views.ViewTab.textStatusBar": "ステータスバー",
|
||||||
"DE.Views.ViewTab.textZoom": "ズーム",
|
"DE.Views.ViewTab.textZoom": "ズーム",
|
||||||
|
|
|
@ -2994,6 +2994,7 @@
|
||||||
"DE.Views.ViewTab.textFitToPage": "Ajustar à página",
|
"DE.Views.ViewTab.textFitToPage": "Ajustar à página",
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Ajustar à Largura",
|
"DE.Views.ViewTab.textFitToWidth": "Ajustar à Largura",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Tema da interface",
|
"DE.Views.ViewTab.textInterfaceTheme": "Tema da interface",
|
||||||
|
"DE.Views.ViewTab.textLeftMenu": "Painel esquerdo",
|
||||||
"DE.Views.ViewTab.textNavigation": "Navegação",
|
"DE.Views.ViewTab.textNavigation": "Navegação",
|
||||||
"DE.Views.ViewTab.textOutline": "Títulos",
|
"DE.Views.ViewTab.textOutline": "Títulos",
|
||||||
"DE.Views.ViewTab.textRulers": "Réguas",
|
"DE.Views.ViewTab.textRulers": "Réguas",
|
||||||
|
|
|
@ -612,6 +612,7 @@
|
||||||
"Common.Views.ReviewPopover.textCancel": "Cancelar",
|
"Common.Views.ReviewPopover.textCancel": "Cancelar",
|
||||||
"Common.Views.ReviewPopover.textClose": "Fechar",
|
"Common.Views.ReviewPopover.textClose": "Fechar",
|
||||||
"Common.Views.ReviewPopover.textEdit": "OK",
|
"Common.Views.ReviewPopover.textEdit": "OK",
|
||||||
|
"Common.Views.ReviewPopover.textEnterComment": "Insira seu comentário aqui",
|
||||||
"Common.Views.ReviewPopover.textFollowMove": "Seguir movimento",
|
"Common.Views.ReviewPopover.textFollowMove": "Seguir movimento",
|
||||||
"Common.Views.ReviewPopover.textMention": "+menção fornecerá acesso ao documento e enviará um e-mail",
|
"Common.Views.ReviewPopover.textMention": "+menção fornecerá acesso ao documento e enviará um e-mail",
|
||||||
"Common.Views.ReviewPopover.textMentionNotify": "+menção notificará o usuário por e-mail",
|
"Common.Views.ReviewPopover.textMentionNotify": "+menção notificará o usuário por e-mail",
|
||||||
|
@ -726,6 +727,7 @@
|
||||||
"DE.Controllers.Main.downloadTitleText": "Baixando documento",
|
"DE.Controllers.Main.downloadTitleText": "Baixando documento",
|
||||||
"DE.Controllers.Main.errorAccessDeny": "Você está tentando executar uma ação que você não tem direitos. <br> Contate o administrador do Servidor de Documentos.",
|
"DE.Controllers.Main.errorAccessDeny": "Você está tentando executar uma ação que você não tem direitos. <br> Contate o administrador do Servidor de Documentos.",
|
||||||
"DE.Controllers.Main.errorBadImageUrl": "URL de imagem está incorreta",
|
"DE.Controllers.Main.errorBadImageUrl": "URL de imagem está incorreta",
|
||||||
|
"DE.Controllers.Main.errorCannotPasteImg": "Não podemos colar esta imagem da área de transferência, mas você pode salvá-la em seu dispositivo e\ninsira-o a partir daí ou copie a imagem sem texto e cole-a no documento.",
|
||||||
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Conexão com servidor perdida. O documento não pode ser editado neste momento.",
|
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Conexão com servidor perdida. O documento não pode ser editado neste momento.",
|
||||||
"DE.Controllers.Main.errorComboSeries": "Para criar uma tabela de combinação, selecione pelo menos duas séries de dados.",
|
"DE.Controllers.Main.errorComboSeries": "Para criar uma tabela de combinação, selecione pelo menos duas séries de dados.",
|
||||||
"DE.Controllers.Main.errorCompare": "O recurso Comparar documentos não está disponível durante a coedição.",
|
"DE.Controllers.Main.errorCompare": "O recurso Comparar documentos não está disponível durante a coedição.",
|
||||||
|
|
|
@ -125,6 +125,165 @@
|
||||||
"Common.define.chartData.textScatterSmoothMarker": "Diagramă prin puncte cu linii netede și marcatori",
|
"Common.define.chartData.textScatterSmoothMarker": "Diagramă prin puncte cu linii netede și marcatori",
|
||||||
"Common.define.chartData.textStock": "Bursiere",
|
"Common.define.chartData.textStock": "Bursiere",
|
||||||
"Common.define.chartData.textSurface": "Suprafața",
|
"Common.define.chartData.textSurface": "Suprafața",
|
||||||
|
"Common.define.smartArt.textAccentedPicture": "Imagine cu accent",
|
||||||
|
"Common.define.smartArt.textAccentProcess": "Proces accent",
|
||||||
|
"Common.define.smartArt.textAlternatingFlow": "Flux alternativ",
|
||||||
|
"Common.define.smartArt.textAlternatingHexagons": "Hexagoane alternante",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureBlocks": "Blocuri de imagini alternative",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureCircles": "Cercuri de imagini alternative",
|
||||||
|
"Common.define.smartArt.textArchitectureLayout": "Aspect arhitectură",
|
||||||
|
"Common.define.smartArt.textArrowRibbon": "Panglică săgeată",
|
||||||
|
"Common.define.smartArt.textAscendingPictureAccentProcess": "Proces de imagini ascendent cu accent",
|
||||||
|
"Common.define.smartArt.textBalance": "Balanță",
|
||||||
|
"Common.define.smartArt.textBasicBendingProcess": "Proces de îndoire de bază",
|
||||||
|
"Common.define.smartArt.textBasicBlockList": "Listă de blocare de bază",
|
||||||
|
"Common.define.smartArt.textBasicChevronProcess": "Proces zigzag de bază",
|
||||||
|
"Common.define.smartArt.textBasicCycle": "Ciclu de bază",
|
||||||
|
"Common.define.smartArt.textBasicMatrix": "Matrice de bază",
|
||||||
|
"Common.define.smartArt.textBasicPie": "Structură radială de bază",
|
||||||
|
"Common.define.smartArt.textBasicProcess": "Proces de bază",
|
||||||
|
"Common.define.smartArt.textBasicPyramid": "Piramidă de bază",
|
||||||
|
"Common.define.smartArt.textBasicRadial": "Radială de bază",
|
||||||
|
"Common.define.smartArt.textBasicTarget": "Țintă de bază",
|
||||||
|
"Common.define.smartArt.textBasicTimeline": "Cronologie de bază",
|
||||||
|
"Common.define.smartArt.textBasicVenn": "Venn de bază",
|
||||||
|
"Common.define.smartArt.textBendingPictureAccentList": "Listă de accentuare imagini",
|
||||||
|
"Common.define.smartArt.textBendingPictureBlocks": "Blocuri de imagini cu îndoire",
|
||||||
|
"Common.define.smartArt.textBendingPictureCaption": "Legendă de imagini cu îndoire",
|
||||||
|
"Common.define.smartArt.textBendingPictureCaptionList": "Listă de legende de imagini cu îndoire",
|
||||||
|
"Common.define.smartArt.textBendingPictureSemiTranparentText": "Imagini cu îndoire și text semitransparent",
|
||||||
|
"Common.define.smartArt.textBlockCycle": "Ciclu în bloc",
|
||||||
|
"Common.define.smartArt.textBubblePictureList": "Listă de imagini cu bule",
|
||||||
|
"Common.define.smartArt.textCaptionedPictures": "Imagini cu legendă",
|
||||||
|
"Common.define.smartArt.textChevronAccentProcess": "Proces accent zigzag",
|
||||||
|
"Common.define.smartArt.textChevronList": "Listă zigzag",
|
||||||
|
"Common.define.smartArt.textCircleAccentTimeline": "Cronologie accent circular",
|
||||||
|
"Common.define.smartArt.textCircleArrowProcess": "Proces cu săgeți circular",
|
||||||
|
"Common.define.smartArt.textCirclePictureHierarchy": "Ierarhie cu imagini circulare",
|
||||||
|
"Common.define.smartArt.textCircleProcess": "Proces circular",
|
||||||
|
"Common.define.smartArt.textCircleRelationship": "Relație circulară",
|
||||||
|
"Common.define.smartArt.textCircularBendingProcess": "Proces de îndoire circulară",
|
||||||
|
"Common.define.smartArt.textCircularPictureCallout": "Explicație cu imagini circulare",
|
||||||
|
"Common.define.smartArt.textClosedChevronProcess": "Proces zigzag închis",
|
||||||
|
"Common.define.smartArt.textContinuousArrowProcess": "Săgeți de proces continuu",
|
||||||
|
"Common.define.smartArt.textContinuousBlockProcess": "Proces de blocare continuu",
|
||||||
|
"Common.define.smartArt.textContinuousCycle": "Ciclu continuu",
|
||||||
|
"Common.define.smartArt.textContinuousPictureList": "Listă continuă de imagini",
|
||||||
|
"Common.define.smartArt.textConvergingArrows": "Săgeți convergente",
|
||||||
|
"Common.define.smartArt.textConvergingRadial": "Radială convergentă",
|
||||||
|
"Common.define.smartArt.textConvergingText": "Text convergent",
|
||||||
|
"Common.define.smartArt.textCounterbalanceArrows": "Săgeți contrabalansate",
|
||||||
|
"Common.define.smartArt.textCycle": "Ciclu",
|
||||||
|
"Common.define.smartArt.textCycleMatrix": "Matrice ciclică",
|
||||||
|
"Common.define.smartArt.textDescendingBlockList": "Listă de blocuri descrescătoare",
|
||||||
|
"Common.define.smartArt.textDescendingProcess": "Proces descendent",
|
||||||
|
"Common.define.smartArt.textDetailedProcess": "Proces detaliat",
|
||||||
|
"Common.define.smartArt.textDivergingArrows": "Săgeți divergente",
|
||||||
|
"Common.define.smartArt.textDivergingRadial": "Radială divergentă",
|
||||||
|
"Common.define.smartArt.textEquation": "Ecuație",
|
||||||
|
"Common.define.smartArt.textFramedTextPicture": "Imagine cu text încadrat",
|
||||||
|
"Common.define.smartArt.textFunnel": "Extrage",
|
||||||
|
"Common.define.smartArt.textGear": "Roată dințată",
|
||||||
|
"Common.define.smartArt.textGridMatrix": "Matrice grilă",
|
||||||
|
"Common.define.smartArt.textGroupedList": "Listă grupată",
|
||||||
|
"Common.define.smartArt.textHalfCircleOrganizationChart": "Organigramă semicirculară",
|
||||||
|
"Common.define.smartArt.textHexagonCluster": "Cluster hexagonal",
|
||||||
|
"Common.define.smartArt.textHexagonRadial": "Hexagoane radiale",
|
||||||
|
"Common.define.smartArt.textHierarchy": "Ierarhie",
|
||||||
|
"Common.define.smartArt.textHierarchyList": "Listă ierarhică",
|
||||||
|
"Common.define.smartArt.textHorizontalBulletList": "Listă orizontală cu marcatori",
|
||||||
|
"Common.define.smartArt.textHorizontalHierarchy": "Ierarhie orizontală",
|
||||||
|
"Common.define.smartArt.textHorizontalLabeledHierarchy": "Ierarhie orizontală etichetată",
|
||||||
|
"Common.define.smartArt.textHorizontalMultiLevelHierarchy": "Ierarhie orizontală pe mai multe niveluri",
|
||||||
|
"Common.define.smartArt.textHorizontalOrganizationChart": "Organigramă orizontală",
|
||||||
|
"Common.define.smartArt.textHorizontalPictureList": "Listă orizontală de imagini",
|
||||||
|
"Common.define.smartArt.textIncreasingArrowProcess": "Proces cu săgeți crescător",
|
||||||
|
"Common.define.smartArt.textIncreasingCircleProcess": "Proces circular crescător",
|
||||||
|
"Common.define.smartArt.textInterconnectedBlockProcess": "Proces cu blocuri interconectate",
|
||||||
|
"Common.define.smartArt.textInterconnectedRings": "Inele interconectate",
|
||||||
|
"Common.define.smartArt.textInvertedPyramid": "Piramidă inversată",
|
||||||
|
"Common.define.smartArt.textLabeledHierarchy": "Ierarhie etichetată",
|
||||||
|
"Common.define.smartArt.textLinearVenn": "Venn liniar",
|
||||||
|
"Common.define.smartArt.textLinedList": "Listă liniată",
|
||||||
|
"Common.define.smartArt.textList": "Listă",
|
||||||
|
"Common.define.smartArt.textMatrix": "Matrice",
|
||||||
|
"Common.define.smartArt.textMultidirectionalCycle": "Ciclu multidirecțional",
|
||||||
|
"Common.define.smartArt.textNameAndTitleOrganizationChart": "Organigramă nume și titlu",
|
||||||
|
"Common.define.smartArt.textNestedTarget": "Țintă imbricată",
|
||||||
|
"Common.define.smartArt.textNondirectionalCycle": "Ciclu nondirecțional",
|
||||||
|
"Common.define.smartArt.textOpposingArrows": "Săgeți opuse",
|
||||||
|
"Common.define.smartArt.textOpposingIdeas": "Idei opuse",
|
||||||
|
"Common.define.smartArt.textOrganizationChart": "Organigramă",
|
||||||
|
"Common.define.smartArt.textOther": "Altele",
|
||||||
|
"Common.define.smartArt.textPhasedProcess": "Proces în etape",
|
||||||
|
"Common.define.smartArt.textPicture": "Imagine",
|
||||||
|
"Common.define.smartArt.textPictureAccentBlocks": "Blocuri de imagini cu accent",
|
||||||
|
"Common.define.smartArt.textPictureAccentList": "Listă de accentuare imagini",
|
||||||
|
"Common.define.smartArt.textPictureAccentProcess": "Proces accent imagine",
|
||||||
|
"Common.define.smartArt.textPictureCaptionList": "Listă legendă imagine",
|
||||||
|
"Common.define.smartArt.textPictureFrame": "RamăDeFotografie",
|
||||||
|
"Common.define.smartArt.textPictureGrid": "Grilă de imagini",
|
||||||
|
"Common.define.smartArt.textPictureLineup": "Aliniere imagini",
|
||||||
|
"Common.define.smartArt.textPictureOrganizationChart": "Organigramă cu imagini",
|
||||||
|
"Common.define.smartArt.textPictureStrips": "Benzi cu imagini",
|
||||||
|
"Common.define.smartArt.textPieProcess": "Proces structură radială",
|
||||||
|
"Common.define.smartArt.textPlusAndMinus": "Plus și minus",
|
||||||
|
"Common.define.smartArt.textProcess": "Proces",
|
||||||
|
"Common.define.smartArt.textProcessArrows": "Săgeți proces",
|
||||||
|
"Common.define.smartArt.textProcessList": "Listă proces",
|
||||||
|
"Common.define.smartArt.textPyramid": "Piramidă",
|
||||||
|
"Common.define.smartArt.textPyramidList": "Listă piramidală",
|
||||||
|
"Common.define.smartArt.textRadialCluster": "Cluster radial",
|
||||||
|
"Common.define.smartArt.textRadialCycle": "Ciclu radial",
|
||||||
|
"Common.define.smartArt.textRadialList": "Listă radială",
|
||||||
|
"Common.define.smartArt.textRadialPictureList": "Listă radială de imagini",
|
||||||
|
"Common.define.smartArt.textRadialVenn": "Venn radială",
|
||||||
|
"Common.define.smartArt.textRandomToResultProcess": "Proces de idei aleatoare cu rezultat",
|
||||||
|
"Common.define.smartArt.textRelationship": "Relație",
|
||||||
|
"Common.define.smartArt.textRepeatingBendingProcess": "Proces de îndoire repetată",
|
||||||
|
"Common.define.smartArt.textReverseList": "Inversare listă",
|
||||||
|
"Common.define.smartArt.textSegmentedCycle": "Ciclu segmentat",
|
||||||
|
"Common.define.smartArt.textSegmentedProcess": "Proces segmentat",
|
||||||
|
"Common.define.smartArt.textSegmentedPyramid": "Piramidă segmentată",
|
||||||
|
"Common.define.smartArt.textSnapshotPictureList": "Listă imagini instantanee",
|
||||||
|
"Common.define.smartArt.textSpiralPicture": "Imagini în spirală",
|
||||||
|
"Common.define.smartArt.textSquareAccentList": "Listă accent pătrat",
|
||||||
|
"Common.define.smartArt.textStackedList": "Listă suprapusă",
|
||||||
|
"Common.define.smartArt.textStackedVenn": "Venn suprapus",
|
||||||
|
"Common.define.smartArt.textStaggeredProcess": "Proces decalat",
|
||||||
|
"Common.define.smartArt.textStepDownProcess": "Proces descendent",
|
||||||
|
"Common.define.smartArt.textStepUpProcess": "Proces ascendent",
|
||||||
|
"Common.define.smartArt.textSubStepProcess": "Proces cu subpași",
|
||||||
|
"Common.define.smartArt.textTabbedArc": "Arc cu file",
|
||||||
|
"Common.define.smartArt.textTableHierarchy": "Ierarhie tabel",
|
||||||
|
"Common.define.smartArt.textTableList": "Listă tabel",
|
||||||
|
"Common.define.smartArt.textTabList": "Listă file",
|
||||||
|
"Common.define.smartArt.textTargetList": "Listă ținte",
|
||||||
|
"Common.define.smartArt.textTextCycle": "Ciclu text",
|
||||||
|
"Common.define.smartArt.textThemePictureAccent": "Imagini cu accent și temă",
|
||||||
|
"Common.define.smartArt.textThemePictureAlternatingAccent": "Imagini cu accent alternativ și temă",
|
||||||
|
"Common.define.smartArt.textThemePictureGrid": "Grilă de imagini cu temă",
|
||||||
|
"Common.define.smartArt.textTitledMatrix": "Matrice cu titlu",
|
||||||
|
"Common.define.smartArt.textTitledPictureAccentList": "Listă imagini cu titlu și accent",
|
||||||
|
"Common.define.smartArt.textTitledPictureBlocks": "Blocuri de imagini cu titlu",
|
||||||
|
"Common.define.smartArt.textTitlePictureLineup": "Imagini aliniate cu titlu",
|
||||||
|
"Common.define.smartArt.textTrapezoidList": "Listă trapezoidală",
|
||||||
|
"Common.define.smartArt.textUpwardArrow": "Săgeată ascendentă",
|
||||||
|
"Common.define.smartArt.textVaryingWidthList": "Listă de lățime variabilă",
|
||||||
|
"Common.define.smartArt.textVerticalAccentList": "Listă verticală cu accent",
|
||||||
|
"Common.define.smartArt.textVerticalArrowList": "Listă săgeți verticale",
|
||||||
|
"Common.define.smartArt.textVerticalBendingProcess": "Proces de îndoire verticală",
|
||||||
|
"Common.define.smartArt.textVerticalBlockList": "Listă bloc vertical",
|
||||||
|
"Common.define.smartArt.textVerticalBoxList": "Listă de blocuri verticală",
|
||||||
|
"Common.define.smartArt.textVerticalBracketList": "Listă paranteze verticale",
|
||||||
|
"Common.define.smartArt.textVerticalBulletList": "Listă verticală cu marcatori",
|
||||||
|
"Common.define.smartArt.textVerticalChevronList": "Listă zigzag verticală",
|
||||||
|
"Common.define.smartArt.textVerticalCircleList": "Listă cercuri verticale",
|
||||||
|
"Common.define.smartArt.textVerticalCurvedList": "Listă curbată verticală",
|
||||||
|
"Common.define.smartArt.textVerticalEquation": "Ecuație verticală",
|
||||||
|
"Common.define.smartArt.textVerticalPictureAccentList": "Listă accent imagine verticală",
|
||||||
|
"Common.define.smartArt.textVerticalPictureList": "Listă verticală imagine",
|
||||||
|
"Common.define.smartArt.textVerticalProcess": "Proces vertical",
|
||||||
"Common.Translation.textMoreButton": "Mai multe",
|
"Common.Translation.textMoreButton": "Mai multe",
|
||||||
"Common.Translation.warnFileLocked": "Nu puteți edita fișierul deoarece el este editat într-o altă aplicație. ",
|
"Common.Translation.warnFileLocked": "Nu puteți edita fișierul deoarece el este editat într-o altă aplicație. ",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
||||||
|
@ -288,6 +447,8 @@
|
||||||
"Common.Views.DocumentAccessDialog.textLoading": "Se incarca...",
|
"Common.Views.DocumentAccessDialog.textLoading": "Se incarca...",
|
||||||
"Common.Views.DocumentAccessDialog.textTitle": "Setări partajare",
|
"Common.Views.DocumentAccessDialog.textTitle": "Setări partajare",
|
||||||
"Common.Views.ExternalDiagramEditor.textTitle": "Editor diagramă",
|
"Common.Views.ExternalDiagramEditor.textTitle": "Editor diagramă",
|
||||||
|
"Common.Views.ExternalEditor.textClose": "Închidere",
|
||||||
|
"Common.Views.ExternalEditor.textSave": "Salvare și ieșire",
|
||||||
"Common.Views.ExternalMergeEditor.textTitle": "Destinatari pentru îmbinare corespondență",
|
"Common.Views.ExternalMergeEditor.textTitle": "Destinatari pentru îmbinare corespondență",
|
||||||
"Common.Views.ExternalOleEditor.textTitle": "Editor de foi de calcul",
|
"Common.Views.ExternalOleEditor.textTitle": "Editor de foi de calcul",
|
||||||
"Common.Views.Header.labelCoUsersDescr": "Fișierul este editat de către:",
|
"Common.Views.Header.labelCoUsersDescr": "Fișierul este editat de către:",
|
||||||
|
@ -307,7 +468,7 @@
|
||||||
"Common.Views.Header.tipRedo": "Refacere",
|
"Common.Views.Header.tipRedo": "Refacere",
|
||||||
"Common.Views.Header.tipSave": "Salvează",
|
"Common.Views.Header.tipSave": "Salvează",
|
||||||
"Common.Views.Header.tipSearch": "Căutare",
|
"Common.Views.Header.tipSearch": "Căutare",
|
||||||
"Common.Views.Header.tipUndo": "Anulează",
|
"Common.Views.Header.tipUndo": "Anulare",
|
||||||
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
||||||
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
||||||
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
"Common.Views.Header.tipViewUsers": "Vizualizare utilizatori și gestionare permisiuni de acces",
|
||||||
|
@ -341,11 +502,11 @@
|
||||||
"Common.Views.OpenDialog.txtTitle": "Selectare opțiuni %1",
|
"Common.Views.OpenDialog.txtTitle": "Selectare opțiuni %1",
|
||||||
"Common.Views.OpenDialog.txtTitleProtected": "Fișierul protejat",
|
"Common.Views.OpenDialog.txtTitleProtected": "Fișierul protejat",
|
||||||
"Common.Views.PasswordDialog.txtDescription": "Setați o parolă pentru protejarea documentului",
|
"Common.Views.PasswordDialog.txtDescription": "Setați o parolă pentru protejarea documentului",
|
||||||
"Common.Views.PasswordDialog.txtIncorrectPwd": "Parolă introdusă pentru confirmare nu este indentică cu prima",
|
"Common.Views.PasswordDialog.txtIncorrectPwd": "Parola și Confirmare parola nu este indentice",
|
||||||
"Common.Views.PasswordDialog.txtPassword": "Parola",
|
"Common.Views.PasswordDialog.txtPassword": "Parola",
|
||||||
"Common.Views.PasswordDialog.txtRepeat": "Reintroduceți parola",
|
"Common.Views.PasswordDialog.txtRepeat": "Reintroduceți parola",
|
||||||
"Common.Views.PasswordDialog.txtTitle": "Setare parolă",
|
"Common.Views.PasswordDialog.txtTitle": "Setare parolă",
|
||||||
"Common.Views.PasswordDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să îl păstrați într-un loc sigur.",
|
"Common.Views.PasswordDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să o păstrați într-un loc sigur.",
|
||||||
"Common.Views.PluginDlg.textLoading": "Încărcare",
|
"Common.Views.PluginDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.Plugins.groupCaption": "Plugin-uri",
|
"Common.Views.Plugins.groupCaption": "Plugin-uri",
|
||||||
"Common.Views.Plugins.strPlugins": "Plugin-uri",
|
"Common.Views.Plugins.strPlugins": "Plugin-uri",
|
||||||
|
@ -354,6 +515,7 @@
|
||||||
"Common.Views.Plugins.textStart": "Pornire",
|
"Common.Views.Plugins.textStart": "Pornire",
|
||||||
"Common.Views.Plugins.textStop": "Oprire",
|
"Common.Views.Plugins.textStop": "Oprire",
|
||||||
"Common.Views.Protection.hintAddPwd": "Criptare utilizând o parolă",
|
"Common.Views.Protection.hintAddPwd": "Criptare utilizând o parolă",
|
||||||
|
"Common.Views.Protection.hintDelPwd": "Ștergere parola",
|
||||||
"Common.Views.Protection.hintPwd": "Modificarea sau eliminarea parolei",
|
"Common.Views.Protection.hintPwd": "Modificarea sau eliminarea parolei",
|
||||||
"Common.Views.Protection.hintSignature": "Adăugarea semnăturii digitale sau liniei de semnătură",
|
"Common.Views.Protection.hintSignature": "Adăugarea semnăturii digitale sau liniei de semnătură",
|
||||||
"Common.Views.Protection.txtAddPwd": "Adăugare parola",
|
"Common.Views.Protection.txtAddPwd": "Adăugare parola",
|
||||||
|
@ -444,12 +606,13 @@
|
||||||
"Common.Views.ReviewChangesDialog.txtPrev": "Modificarea anterioară",
|
"Common.Views.ReviewChangesDialog.txtPrev": "Modificarea anterioară",
|
||||||
"Common.Views.ReviewChangesDialog.txtReject": "Respingere",
|
"Common.Views.ReviewChangesDialog.txtReject": "Respingere",
|
||||||
"Common.Views.ReviewChangesDialog.txtRejectAll": "Se resping toate modificările",
|
"Common.Views.ReviewChangesDialog.txtRejectAll": "Se resping toate modificările",
|
||||||
"Common.Views.ReviewChangesDialog.txtRejectCurrent": "Respinge modificare",
|
"Common.Views.ReviewChangesDialog.txtRejectCurrent": "Se respinge modificarea curentă",
|
||||||
"Common.Views.ReviewPopover.textAdd": "Adaugă",
|
"Common.Views.ReviewPopover.textAdd": "Adaugă",
|
||||||
"Common.Views.ReviewPopover.textAddReply": "Adăugare răspuns",
|
"Common.Views.ReviewPopover.textAddReply": "Adăugare răspuns",
|
||||||
"Common.Views.ReviewPopover.textCancel": "Revocare",
|
"Common.Views.ReviewPopover.textCancel": "Revocare",
|
||||||
"Common.Views.ReviewPopover.textClose": "Închidere",
|
"Common.Views.ReviewPopover.textClose": "Închidere",
|
||||||
"Common.Views.ReviewPopover.textEdit": "OK",
|
"Common.Views.ReviewPopover.textEdit": "OK",
|
||||||
|
"Common.Views.ReviewPopover.textEnterComment": "Comentați aici",
|
||||||
"Common.Views.ReviewPopover.textFollowMove": "Urmărirea mutării",
|
"Common.Views.ReviewPopover.textFollowMove": "Urmărirea mutării",
|
||||||
"Common.Views.ReviewPopover.textMention": "+mentionare pentru a furniza accesul la document și a trimite un e-mail",
|
"Common.Views.ReviewPopover.textMention": "+mentionare pentru a furniza accesul la document și a trimite un e-mail",
|
||||||
"Common.Views.ReviewPopover.textMentionNotify": "+mentionare pentru a notifica utilizatorul prin e-mail",
|
"Common.Views.ReviewPopover.textMentionNotify": "+mentionare pentru a notifica utilizatorul prin e-mail",
|
||||||
|
@ -465,6 +628,7 @@
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
||||||
"Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici",
|
"Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici",
|
||||||
"Common.Views.SearchPanel.textCloseSearch": "Închide căutare",
|
"Common.Views.SearchPanel.textCloseSearch": "Închide căutare",
|
||||||
|
"Common.Views.SearchPanel.textContentChanged": "Documentul a fost modificat.",
|
||||||
"Common.Views.SearchPanel.textFind": "Găsire",
|
"Common.Views.SearchPanel.textFind": "Găsire",
|
||||||
"Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire",
|
"Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire",
|
||||||
"Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată",
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată",
|
||||||
|
@ -473,6 +637,7 @@
|
||||||
"Common.Views.SearchPanel.textReplace": "Înlocuire",
|
"Common.Views.SearchPanel.textReplace": "Înlocuire",
|
||||||
"Common.Views.SearchPanel.textReplaceAll": "Înlocuire peste tot",
|
"Common.Views.SearchPanel.textReplaceAll": "Înlocuire peste tot",
|
||||||
"Common.Views.SearchPanel.textReplaceWith": "Înlocuire cu",
|
"Common.Views.SearchPanel.textReplaceWith": "Înlocuire cu",
|
||||||
|
"Common.Views.SearchPanel.textSearchAgain": "{0}Efectuați o nouă căutare{1} pentru rezultate mai precise.",
|
||||||
"Common.Views.SearchPanel.textSearchHasStopped": "Сăutarea s-a oprit",
|
"Common.Views.SearchPanel.textSearchHasStopped": "Сăutarea s-a oprit",
|
||||||
"Common.Views.SearchPanel.textSearchResults": "Rezultatele căutării: {0}/{1}",
|
"Common.Views.SearchPanel.textSearchResults": "Rezultatele căutării: {0}/{1}",
|
||||||
"Common.Views.SearchPanel.textTooManyResults": "Prea multe rezultate ca să fie afișate aici",
|
"Common.Views.SearchPanel.textTooManyResults": "Prea multe rezultate ca să fie afișate aici",
|
||||||
|
@ -480,7 +645,7 @@
|
||||||
"Common.Views.SearchPanel.tipNextResult": "Următorul rezultat",
|
"Common.Views.SearchPanel.tipNextResult": "Următorul rezultat",
|
||||||
"Common.Views.SearchPanel.tipPreviousResult": "Rezultatul anterior",
|
"Common.Views.SearchPanel.tipPreviousResult": "Rezultatul anterior",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
"Common.Views.SelectFileDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "Selectați sursa de date",
|
"Common.Views.SelectFileDlg.textTitle": "Selectare sursă de date",
|
||||||
"Common.Views.SignDialog.textBold": "Aldin",
|
"Common.Views.SignDialog.textBold": "Aldin",
|
||||||
"Common.Views.SignDialog.textCertificate": "Certificat",
|
"Common.Views.SignDialog.textCertificate": "Certificat",
|
||||||
"Common.Views.SignDialog.textChange": "Modificare",
|
"Common.Views.SignDialog.textChange": "Modificare",
|
||||||
|
@ -489,7 +654,7 @@
|
||||||
"Common.Views.SignDialog.textNameError": "Numele semnatarului trebuie completat.",
|
"Common.Views.SignDialog.textNameError": "Numele semnatarului trebuie completat.",
|
||||||
"Common.Views.SignDialog.textPurpose": "Scopul semnării acestui document",
|
"Common.Views.SignDialog.textPurpose": "Scopul semnării acestui document",
|
||||||
"Common.Views.SignDialog.textSelect": "Selectare",
|
"Common.Views.SignDialog.textSelect": "Selectare",
|
||||||
"Common.Views.SignDialog.textSelectImage": "Selectați imaginea",
|
"Common.Views.SignDialog.textSelectImage": "Selectare imagine",
|
||||||
"Common.Views.SignDialog.textSignature": "Semnătura arată ca",
|
"Common.Views.SignDialog.textSignature": "Semnătura arată ca",
|
||||||
"Common.Views.SignDialog.textTitle": "Semnare document",
|
"Common.Views.SignDialog.textTitle": "Semnare document",
|
||||||
"Common.Views.SignDialog.textUseImage": "sau faceți clic pe Selectare imagine pentru a selecta o imagine de utilizat ca semnătură",
|
"Common.Views.SignDialog.textUseImage": "sau faceți clic pe Selectare imagine pentru a selecta o imagine de utilizat ca semnătură",
|
||||||
|
@ -497,9 +662,10 @@
|
||||||
"Common.Views.SignDialog.tipFontName": "Denumire font",
|
"Common.Views.SignDialog.tipFontName": "Denumire font",
|
||||||
"Common.Views.SignDialog.tipFontSize": "Dimensiune font",
|
"Common.Views.SignDialog.tipFontSize": "Dimensiune font",
|
||||||
"Common.Views.SignSettingsDialog.textAllowComment": "Se permite semnatarului să adauge comentarii în dialogul Semnare",
|
"Common.Views.SignSettingsDialog.textAllowComment": "Se permite semnatarului să adauge comentarii în dialogul Semnare",
|
||||||
"Common.Views.SignSettingsDialog.textInfoEmail": "E-mail",
|
"Common.Views.SignSettingsDialog.textDefInstruction": "Înninte de semnarea documentului, verificați corectitudinea conținutului acestuia.",
|
||||||
"Common.Views.SignSettingsDialog.textInfoName": "Nume",
|
"Common.Views.SignSettingsDialog.textInfoEmail": "Adresa e-mail a semnatarului sugerat",
|
||||||
"Common.Views.SignSettingsDialog.textInfoTitle": "Funcția semnatarului",
|
"Common.Views.SignSettingsDialog.textInfoName": "Semnatar sugerat",
|
||||||
|
"Common.Views.SignSettingsDialog.textInfoTitle": "Funcția semnatarului sugerat",
|
||||||
"Common.Views.SignSettingsDialog.textInstructions": "Sugestie pentru semnatar",
|
"Common.Views.SignSettingsDialog.textInstructions": "Sugestie pentru semnatar",
|
||||||
"Common.Views.SignSettingsDialog.textShowDate": "Se afișează data semnării în linia semnăturii",
|
"Common.Views.SignSettingsDialog.textShowDate": "Se afișează data semnării în linia semnăturii",
|
||||||
"Common.Views.SignSettingsDialog.textTitle": "Configurare semnătură",
|
"Common.Views.SignSettingsDialog.textTitle": "Configurare semnătură",
|
||||||
|
@ -550,6 +716,7 @@
|
||||||
"DE.Controllers.LeftMenu.warnReplaceString": "{0} nu este un caracter special pe care îl puteți introduce în câmpul pentru înlocuire.",
|
"DE.Controllers.LeftMenu.warnReplaceString": "{0} nu este un caracter special pe care îl puteți introduce în câmpul pentru înlocuire.",
|
||||||
"DE.Controllers.Main.applyChangesTextText": "Încărcarea modificărilor...",
|
"DE.Controllers.Main.applyChangesTextText": "Încărcarea modificărilor...",
|
||||||
"DE.Controllers.Main.applyChangesTitleText": "Încărcare modificări",
|
"DE.Controllers.Main.applyChangesTitleText": "Încărcare modificări",
|
||||||
|
"DE.Controllers.Main.confirmMaxChangesSize": "Numărul comenzilor depășește limita prevăzută pentru serverul dvs.<br>Apăsați butonul Anulare pentru a anula ultima comanda dvs. sau apăsați butonul Continuare pentru a executa comanda în mod local (încărcați fișierul sau copiați conținutul pentru a se asigura că nu se pierde nimic).",
|
||||||
"DE.Controllers.Main.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
"DE.Controllers.Main.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
||||||
"DE.Controllers.Main.criticalErrorExtText": "Apăsați OK pentru a vă întoarce la lista cu documente",
|
"DE.Controllers.Main.criticalErrorExtText": "Apăsați OK pentru a vă întoarce la lista cu documente",
|
||||||
"DE.Controllers.Main.criticalErrorTitle": "Eroare",
|
"DE.Controllers.Main.criticalErrorTitle": "Eroare",
|
||||||
|
@ -560,6 +727,7 @@
|
||||||
"DE.Controllers.Main.downloadTitleText": "Descărcarea fișierului",
|
"DE.Controllers.Main.downloadTitleText": "Descărcarea fișierului",
|
||||||
"DE.Controllers.Main.errorAccessDeny": "Nu aveți dreptul să efectuați acțiunea pe care doriți.<br>Contactați administratorul dumneavoastră de Server Documente.",
|
"DE.Controllers.Main.errorAccessDeny": "Nu aveți dreptul să efectuați acțiunea pe care doriți.<br>Contactați administratorul dumneavoastră de Server Documente.",
|
||||||
"DE.Controllers.Main.errorBadImageUrl": "URL-ul imaginii incorectă",
|
"DE.Controllers.Main.errorBadImageUrl": "URL-ul imaginii incorectă",
|
||||||
|
"DE.Controllers.Main.errorCannotPasteImg": "Imposibil de lipit imaginea din clipboardul, dar puteți să o salvați pe dispozitivul dvs și să o inserați de acolo, sau puteți să copiați imaginea fără text și să o lipiți în documentul.",
|
||||||
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Conexiunea la server a fost pierdută. Deocamdată, imposibil de editat documentul.",
|
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Conexiunea la server a fost pierdută. Deocamdată, imposibil de editat documentul.",
|
||||||
"DE.Controllers.Main.errorComboSeries": "Pentru a crea o diagramă combinație, trebuie să selectați cel puțin două serii de date.",
|
"DE.Controllers.Main.errorComboSeries": "Pentru a crea o diagramă combinație, trebuie să selectați cel puțin două serii de date.",
|
||||||
"DE.Controllers.Main.errorCompare": "Opțiunea Comparare documente nu este disponibilă în timpul coeditării. ",
|
"DE.Controllers.Main.errorCompare": "Opțiunea Comparare documente nu este disponibilă în timpul coeditării. ",
|
||||||
|
@ -576,12 +744,18 @@
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"DE.Controllers.Main.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
"DE.Controllers.Main.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
||||||
"DE.Controllers.Main.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
"DE.Controllers.Main.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"DE.Controllers.Main.errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
"DE.Controllers.Main.errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "Descriptor cheie a expirat",
|
"DE.Controllers.Main.errorKeyExpire": "Descriptor cheie a expirat",
|
||||||
"DE.Controllers.Main.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"DE.Controllers.Main.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
"DE.Controllers.Main.errorMailMergeLoadFile": "Încărcarea fișierului eșuată. Selectați un alt fișier.",
|
"DE.Controllers.Main.errorMailMergeLoadFile": "Încărcarea fișierului eșuată. Selectați un alt fișier.",
|
||||||
"DE.Controllers.Main.errorMailMergeSaveFile": "Îmbinarea eșuată.",
|
"DE.Controllers.Main.errorMailMergeSaveFile": "Îmbinarea eșuată.",
|
||||||
"DE.Controllers.Main.errorNoTOC": "Nu există niciun cuprins de actualizat. Accesați fila Referințe ca să puteți insera un cuprins.",
|
"DE.Controllers.Main.errorNoTOC": "Nu există niciun cuprins de actualizat. Accesați fila Referințe ca să puteți insera un cuprins.",
|
||||||
|
"DE.Controllers.Main.errorPasswordIsNotCorrect": "Parola introdusă este incorectă.<br>Verificaţi dacă nu este activată tasta CAPS LOCK și vă asigurați că utilizați introducerea corectă a majusculelor.",
|
||||||
"DE.Controllers.Main.errorProcessSaveResult": "Salvarea nu a reușit.",
|
"DE.Controllers.Main.errorProcessSaveResult": "Salvarea nu a reușit.",
|
||||||
"DE.Controllers.Main.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.",
|
"DE.Controllers.Main.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.",
|
||||||
"DE.Controllers.Main.errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
"DE.Controllers.Main.errorSessionAbsolute": "Sesiunea de editare a expirat. Încercați să reîmprospătați pagina.",
|
||||||
|
@ -590,6 +764,7 @@
|
||||||
"DE.Controllers.Main.errorSetPassword": "Setarea parolei eșuată.",
|
"DE.Controllers.Main.errorSetPassword": "Setarea parolei eșuată.",
|
||||||
"DE.Controllers.Main.errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
"DE.Controllers.Main.errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
||||||
"DE.Controllers.Main.errorSubmit": "Remiterea eșuată.",
|
"DE.Controllers.Main.errorSubmit": "Remiterea eșuată.",
|
||||||
|
"DE.Controllers.Main.errorTextFormWrongFormat": "Ați introdus o valoare care nu corespunde cu formatul câmpului.",
|
||||||
"DE.Controllers.Main.errorToken": "Token de securitate din document este format în mod incorect.<br>Contactați administratorul dvs. de Server Documente.",
|
"DE.Controllers.Main.errorToken": "Token de securitate din document este format în mod incorect.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"DE.Controllers.Main.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
"DE.Controllers.Main.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"DE.Controllers.Main.errorUpdateVersion": "Versiunea fișierului s-a modificat. Pagina va fi reîmprospătată.",
|
"DE.Controllers.Main.errorUpdateVersion": "Versiunea fișierului s-a modificat. Pagina va fi reîmprospătată.",
|
||||||
|
@ -637,6 +812,7 @@
|
||||||
"DE.Controllers.Main.textClose": "Închidere",
|
"DE.Controllers.Main.textClose": "Închidere",
|
||||||
"DE.Controllers.Main.textCloseTip": "Faceți clic pentru a închide sfatul",
|
"DE.Controllers.Main.textCloseTip": "Faceți clic pentru a închide sfatul",
|
||||||
"DE.Controllers.Main.textContactUs": "Contactați Departamentul de Vânzări",
|
"DE.Controllers.Main.textContactUs": "Contactați Departamentul de Vânzări",
|
||||||
|
"DE.Controllers.Main.textContinue": "Continuare",
|
||||||
"DE.Controllers.Main.textConvertEquation": "Această ecuație a fost creată în versiunea mai veche a editorului de ecuații, care nu mai este acceptată. Dacă doriți să o editați, trebuie să o convertiți în formatul Office Math ML.<br>Doriți să o convertiți acum?",
|
"DE.Controllers.Main.textConvertEquation": "Această ecuație a fost creată în versiunea mai veche a editorului de ecuații, care nu mai este acceptată. Dacă doriți să o editați, trebuie să o convertiți în formatul Office Math ML.<br>Doriți să o convertiți acum?",
|
||||||
"DE.Controllers.Main.textCustomLoader": "Vă rugăm să rețineți că conform termenilor de licență nu aveți dreptul să modificați programul de încărcare.<br>Pentru obținerea unei cotații de preț vă rugăm să contactați Departamentul de Vânzari.",
|
"DE.Controllers.Main.textCustomLoader": "Vă rugăm să rețineți că conform termenilor de licență nu aveți dreptul să modificați programul de încărcare.<br>Pentru obținerea unei cotații de preț vă rugăm să contactați Departamentul de Vânzari.",
|
||||||
"DE.Controllers.Main.textDisconnect": "Conexiune pierdută",
|
"DE.Controllers.Main.textDisconnect": "Conexiune pierdută",
|
||||||
|
@ -657,6 +833,7 @@
|
||||||
"DE.Controllers.Main.textStrict": "Modul strict",
|
"DE.Controllers.Main.textStrict": "Modul strict",
|
||||||
"DE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
"DE.Controllers.Main.textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.<br>Faceți clic pe Modul strict ca să comutați la modul Strict de editare colaborativă și să nu intrați în conflict cu alte persoane. Toate modificările vor fi trimise numai după ce le salvați. Ulilizati Setări avansate ale editorului ca să comutați între moduri de editare colaborativă. ",
|
||||||
"DE.Controllers.Main.textTryUndoRedoWarn": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
"DE.Controllers.Main.textTryUndoRedoWarn": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
||||||
|
"DE.Controllers.Main.textUndo": "Anulare",
|
||||||
"DE.Controllers.Main.titleLicenseExp": "Licența a expirat",
|
"DE.Controllers.Main.titleLicenseExp": "Licența a expirat",
|
||||||
"DE.Controllers.Main.titleServerVersion": "Editorul a fost actualizat",
|
"DE.Controllers.Main.titleServerVersion": "Editorul a fost actualizat",
|
||||||
"DE.Controllers.Main.titleUpdateVersion": "Versiunea s-a modificat",
|
"DE.Controllers.Main.titleUpdateVersion": "Versiunea s-a modificat",
|
||||||
|
@ -736,7 +913,7 @@
|
||||||
"DE.Controllers.Main.txtShape_callout2": "Rând de explicație 2 (fără bordură)",
|
"DE.Controllers.Main.txtShape_callout2": "Rând de explicație 2 (fără bordură)",
|
||||||
"DE.Controllers.Main.txtShape_callout3": "Rând de explicație 3 (fără bordură)",
|
"DE.Controllers.Main.txtShape_callout3": "Rând de explicație 3 (fără bordură)",
|
||||||
"DE.Controllers.Main.txtShape_can": "Cilindru",
|
"DE.Controllers.Main.txtShape_can": "Cilindru",
|
||||||
"DE.Controllers.Main.txtShape_chevron": "Chevron",
|
"DE.Controllers.Main.txtShape_chevron": "Zigzag",
|
||||||
"DE.Controllers.Main.txtShape_chord": "Acord",
|
"DE.Controllers.Main.txtShape_chord": "Acord",
|
||||||
"DE.Controllers.Main.txtShape_circularArrow": "Săgeată circulară",
|
"DE.Controllers.Main.txtShape_circularArrow": "Săgeată circulară",
|
||||||
"DE.Controllers.Main.txtShape_cloud": "Nor",
|
"DE.Controllers.Main.txtShape_cloud": "Nor",
|
||||||
|
@ -1246,7 +1423,7 @@
|
||||||
"DE.Controllers.Toolbar.txtSymbol_ni": "Conținut în",
|
"DE.Controllers.Toolbar.txtSymbol_ni": "Conținut în",
|
||||||
"DE.Controllers.Toolbar.txtSymbol_not": "Semn negativ",
|
"DE.Controllers.Toolbar.txtSymbol_not": "Semn negativ",
|
||||||
"DE.Controllers.Toolbar.txtSymbol_notexists": "Nu există",
|
"DE.Controllers.Toolbar.txtSymbol_notexists": "Nu există",
|
||||||
"DE.Controllers.Toolbar.txtSymbol_nu": "Niu",
|
"DE.Controllers.Toolbar.txtSymbol_nu": "Nu",
|
||||||
"DE.Controllers.Toolbar.txtSymbol_o": "Omicron",
|
"DE.Controllers.Toolbar.txtSymbol_o": "Omicron",
|
||||||
"DE.Controllers.Toolbar.txtSymbol_omega": "Omega",
|
"DE.Controllers.Toolbar.txtSymbol_omega": "Omega",
|
||||||
"DE.Controllers.Toolbar.txtSymbol_partial": "Diferențială parțială",
|
"DE.Controllers.Toolbar.txtSymbol_partial": "Diferențială parțială",
|
||||||
|
@ -1326,16 +1503,31 @@
|
||||||
"DE.Views.CellsAddDialog.textRow": "Rânduri",
|
"DE.Views.CellsAddDialog.textRow": "Rânduri",
|
||||||
"DE.Views.CellsAddDialog.textTitle": "Inserare mai multe",
|
"DE.Views.CellsAddDialog.textTitle": "Inserare mai multe",
|
||||||
"DE.Views.CellsAddDialog.textUp": "Deasupra cursorului",
|
"DE.Views.CellsAddDialog.textUp": "Deasupra cursorului",
|
||||||
|
"DE.Views.ChartSettings.text3dDepth": "Adâncime (% din bază)",
|
||||||
|
"DE.Views.ChartSettings.text3dHeight": "Înălțime (% din bază)",
|
||||||
|
"DE.Views.ChartSettings.text3dRotation": "Rotație 3D",
|
||||||
"DE.Views.ChartSettings.textAdvanced": "Afișare setări avansate",
|
"DE.Views.ChartSettings.textAdvanced": "Afișare setări avansate",
|
||||||
|
"DE.Views.ChartSettings.textAutoscale": "Autoscalare",
|
||||||
"DE.Views.ChartSettings.textChartType": "Modificare tip diagramă",
|
"DE.Views.ChartSettings.textChartType": "Modificare tip diagramă",
|
||||||
|
"DE.Views.ChartSettings.textDefault": "Rotație implicită",
|
||||||
|
"DE.Views.ChartSettings.textDown": "În jos",
|
||||||
"DE.Views.ChartSettings.textEditData": "Editare date",
|
"DE.Views.ChartSettings.textEditData": "Editare date",
|
||||||
"DE.Views.ChartSettings.textHeight": "Înălțime",
|
"DE.Views.ChartSettings.textHeight": "Înălțime",
|
||||||
|
"DE.Views.ChartSettings.textLeft": "Stânga",
|
||||||
|
"DE.Views.ChartSettings.textNarrow": "Unghi de vizualizare îngust",
|
||||||
"DE.Views.ChartSettings.textOriginalSize": "Dimensiunea reală",
|
"DE.Views.ChartSettings.textOriginalSize": "Dimensiunea reală",
|
||||||
|
"DE.Views.ChartSettings.textPerspective": "Perspectivă",
|
||||||
|
"DE.Views.ChartSettings.textRight": "Dreapta",
|
||||||
|
"DE.Views.ChartSettings.textRightAngle": "Axe în unghi drept",
|
||||||
"DE.Views.ChartSettings.textSize": "Dimensiune",
|
"DE.Views.ChartSettings.textSize": "Dimensiune",
|
||||||
"DE.Views.ChartSettings.textStyle": "Stil",
|
"DE.Views.ChartSettings.textStyle": "Stil",
|
||||||
"DE.Views.ChartSettings.textUndock": "Detașare de panou",
|
"DE.Views.ChartSettings.textUndock": "Detașare de panou",
|
||||||
|
"DE.Views.ChartSettings.textUp": "În sus",
|
||||||
|
"DE.Views.ChartSettings.textWiden": "Unghi de vizualizare larg",
|
||||||
"DE.Views.ChartSettings.textWidth": "Lățime",
|
"DE.Views.ChartSettings.textWidth": "Lățime",
|
||||||
"DE.Views.ChartSettings.textWrap": "Stil de încadrare",
|
"DE.Views.ChartSettings.textWrap": "Stil de încadrare",
|
||||||
|
"DE.Views.ChartSettings.textX": "Axa de rotație X",
|
||||||
|
"DE.Views.ChartSettings.textY": "Axa de rotație Y",
|
||||||
"DE.Views.ChartSettings.txtBehind": "În spatele textului",
|
"DE.Views.ChartSettings.txtBehind": "În spatele textului",
|
||||||
"DE.Views.ChartSettings.txtInFront": "În fața textului",
|
"DE.Views.ChartSettings.txtInFront": "În fața textului",
|
||||||
"DE.Views.ChartSettings.txtInline": "În linie cu textul",
|
"DE.Views.ChartSettings.txtInline": "În linie cu textul",
|
||||||
|
@ -1426,15 +1618,23 @@
|
||||||
"DE.Views.DateTimeDialog.textUpdate": "Actualizarea automată",
|
"DE.Views.DateTimeDialog.textUpdate": "Actualizarea automată",
|
||||||
"DE.Views.DateTimeDialog.txtTitle": "Dată și oră",
|
"DE.Views.DateTimeDialog.txtTitle": "Dată și oră",
|
||||||
"DE.Views.DocProtection.hintProtectDoc": "Protejare document",
|
"DE.Views.DocProtection.hintProtectDoc": "Protejare document",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedComment": "Documentul a fost protejat.<br>Puteți numai să-l comentați.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedForms": "Documentul a fost protejat.<br>Documentul este diponibil numai pentru completarea formularelor.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedTrack": "Documentul a fost protejat.<br>Puteți modifica acest document, dar toate modificările vor fi urmărite.",
|
||||||
|
"DE.Views.DocProtection.txtDocProtectedView": "Documentul a fost protejat.<br>Documentul este disponibil numai pentru vizualizare..",
|
||||||
|
"DE.Views.DocProtection.txtDocUnlockDescription": "Introduceți parola pentru anularea protecției documentului",
|
||||||
"DE.Views.DocProtection.txtProtectDoc": "Protejare document",
|
"DE.Views.DocProtection.txtProtectDoc": "Protejare document",
|
||||||
"DE.Views.DocumentHolder.aboveText": "Deasupra",
|
"DE.Views.DocumentHolder.aboveText": "Deasupra",
|
||||||
"DE.Views.DocumentHolder.addCommentText": "Adaugă comentariu",
|
"DE.Views.DocumentHolder.addCommentText": "Adaugă comentariu",
|
||||||
"DE.Views.DocumentHolder.advancedDropCapText": "Setări majusculă încorporată",
|
"DE.Views.DocumentHolder.advancedDropCapText": "Setări majusculă încorporată",
|
||||||
|
"DE.Views.DocumentHolder.advancedEquationText": "Setări ecuație",
|
||||||
"DE.Views.DocumentHolder.advancedFrameText": "Setări avansate cadru",
|
"DE.Views.DocumentHolder.advancedFrameText": "Setări avansate cadru",
|
||||||
"DE.Views.DocumentHolder.advancedParagraphText": "Setări avansate paragraf ",
|
"DE.Views.DocumentHolder.advancedParagraphText": "Setări avansate paragraf ",
|
||||||
"DE.Views.DocumentHolder.advancedTableText": "Setări avansate tabel",
|
"DE.Views.DocumentHolder.advancedTableText": "Setări avansate tabel",
|
||||||
"DE.Views.DocumentHolder.advancedText": "Setări avansate",
|
"DE.Views.DocumentHolder.advancedText": "Setări avansate",
|
||||||
"DE.Views.DocumentHolder.alignmentText": "Aliniere",
|
"DE.Views.DocumentHolder.alignmentText": "Aliniere",
|
||||||
|
"DE.Views.DocumentHolder.allLinearText": "Tot - Linear",
|
||||||
|
"DE.Views.DocumentHolder.allProfText": "Tot - Profesional",
|
||||||
"DE.Views.DocumentHolder.belowText": "Dedesubt",
|
"DE.Views.DocumentHolder.belowText": "Dedesubt",
|
||||||
"DE.Views.DocumentHolder.breakBeforeText": "Sfârsit pagină inainte",
|
"DE.Views.DocumentHolder.breakBeforeText": "Sfârsit pagină inainte",
|
||||||
"DE.Views.DocumentHolder.bulletsText": "Marcatori și numerotare",
|
"DE.Views.DocumentHolder.bulletsText": "Marcatori și numerotare",
|
||||||
|
@ -1443,6 +1643,8 @@
|
||||||
"DE.Views.DocumentHolder.centerText": "La centru",
|
"DE.Views.DocumentHolder.centerText": "La centru",
|
||||||
"DE.Views.DocumentHolder.chartText": "Setări avansate diagrama",
|
"DE.Views.DocumentHolder.chartText": "Setări avansate diagrama",
|
||||||
"DE.Views.DocumentHolder.columnText": "Coloană",
|
"DE.Views.DocumentHolder.columnText": "Coloană",
|
||||||
|
"DE.Views.DocumentHolder.currLinearText": "Curent - Linear",
|
||||||
|
"DE.Views.DocumentHolder.currProfText": "Curent - Profesional",
|
||||||
"DE.Views.DocumentHolder.deleteColumnText": "Ștergere coloana",
|
"DE.Views.DocumentHolder.deleteColumnText": "Ștergere coloana",
|
||||||
"DE.Views.DocumentHolder.deleteRowText": "Ștergere rând",
|
"DE.Views.DocumentHolder.deleteRowText": "Ștergere rând",
|
||||||
"DE.Views.DocumentHolder.deleteTableText": "Ștergere tabel",
|
"DE.Views.DocumentHolder.deleteTableText": "Ștergere tabel",
|
||||||
|
@ -1455,6 +1657,7 @@
|
||||||
"DE.Views.DocumentHolder.editFooterText": "Editare notă de subsol",
|
"DE.Views.DocumentHolder.editFooterText": "Editare notă de subsol",
|
||||||
"DE.Views.DocumentHolder.editHeaderText": "Editare antet",
|
"DE.Views.DocumentHolder.editHeaderText": "Editare antet",
|
||||||
"DE.Views.DocumentHolder.editHyperlinkText": "Editare Hyperlink",
|
"DE.Views.DocumentHolder.editHyperlinkText": "Editare Hyperlink",
|
||||||
|
"DE.Views.DocumentHolder.eqToInlineText": "Modificăre pentru încadrare în linie",
|
||||||
"DE.Views.DocumentHolder.guestText": "Invitat",
|
"DE.Views.DocumentHolder.guestText": "Invitat",
|
||||||
"DE.Views.DocumentHolder.hyperlinkText": "Hyperlink",
|
"DE.Views.DocumentHolder.hyperlinkText": "Hyperlink",
|
||||||
"DE.Views.DocumentHolder.ignoreAllSpellText": "Ignorare totală",
|
"DE.Views.DocumentHolder.ignoreAllSpellText": "Ignorare totală",
|
||||||
|
@ -1469,6 +1672,7 @@
|
||||||
"DE.Views.DocumentHolder.insertText": "Inserare",
|
"DE.Views.DocumentHolder.insertText": "Inserare",
|
||||||
"DE.Views.DocumentHolder.keepLinesText": "Păstrare linii împreună",
|
"DE.Views.DocumentHolder.keepLinesText": "Păstrare linii împreună",
|
||||||
"DE.Views.DocumentHolder.langText": "Selectați limba",
|
"DE.Views.DocumentHolder.langText": "Selectați limba",
|
||||||
|
"DE.Views.DocumentHolder.latexText": "LaTeX",
|
||||||
"DE.Views.DocumentHolder.leftText": "Stânga",
|
"DE.Views.DocumentHolder.leftText": "Stânga",
|
||||||
"DE.Views.DocumentHolder.loadSpellText": "Încărcarea variantelor...",
|
"DE.Views.DocumentHolder.loadSpellText": "Încărcarea variantelor...",
|
||||||
"DE.Views.DocumentHolder.mergeCellsText": "Îmbinare celule",
|
"DE.Views.DocumentHolder.mergeCellsText": "Îmbinare celule",
|
||||||
|
@ -1556,10 +1760,10 @@
|
||||||
"DE.Views.DocumentHolder.textShapeAlignTop": "Aliniere sus",
|
"DE.Views.DocumentHolder.textShapeAlignTop": "Aliniere sus",
|
||||||
"DE.Views.DocumentHolder.textStartNewList": "Pornire listă nouă",
|
"DE.Views.DocumentHolder.textStartNewList": "Pornire listă nouă",
|
||||||
"DE.Views.DocumentHolder.textStartNumberingFrom": "Setare valoare de numerotare",
|
"DE.Views.DocumentHolder.textStartNumberingFrom": "Setare valoare de numerotare",
|
||||||
"DE.Views.DocumentHolder.textTitleCellsRemove": "Eliminarea celulelor",
|
"DE.Views.DocumentHolder.textTitleCellsRemove": "Ștergere celule",
|
||||||
"DE.Views.DocumentHolder.textTOC": "Cuprins",
|
"DE.Views.DocumentHolder.textTOC": "Cuprins",
|
||||||
"DE.Views.DocumentHolder.textTOCSettings": "Setări cuprins",
|
"DE.Views.DocumentHolder.textTOCSettings": "Setări cuprins",
|
||||||
"DE.Views.DocumentHolder.textUndo": "Anulează",
|
"DE.Views.DocumentHolder.textUndo": "Anulare",
|
||||||
"DE.Views.DocumentHolder.textUpdateAll": "Actualizare tabel întreg",
|
"DE.Views.DocumentHolder.textUpdateAll": "Actualizare tabel întreg",
|
||||||
"DE.Views.DocumentHolder.textUpdatePages": "Actualizare numai numere de pagină",
|
"DE.Views.DocumentHolder.textUpdatePages": "Actualizare numai numere de pagină",
|
||||||
"DE.Views.DocumentHolder.textUpdateTOC": "Actualizare cuprins",
|
"DE.Views.DocumentHolder.textUpdateTOC": "Actualizare cuprins",
|
||||||
|
@ -1630,7 +1834,7 @@
|
||||||
"DE.Views.DocumentHolder.txtOverwriteCells": "Suprascriere celule",
|
"DE.Views.DocumentHolder.txtOverwriteCells": "Suprascriere celule",
|
||||||
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Păstrare formatare sursă",
|
"DE.Views.DocumentHolder.txtPasteSourceFormat": "Păstrare formatare sursă",
|
||||||
"DE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe linkul",
|
"DE.Views.DocumentHolder.txtPressLink": "Apăsați {0} și faceți clic pe linkul",
|
||||||
"DE.Views.DocumentHolder.txtPrintSelection": "Imprimare selecție",
|
"DE.Views.DocumentHolder.txtPrintSelection": "Imprimarea selecției",
|
||||||
"DE.Views.DocumentHolder.txtRemFractionBar": "Eliminare bară de fracție",
|
"DE.Views.DocumentHolder.txtRemFractionBar": "Eliminare bară de fracție",
|
||||||
"DE.Views.DocumentHolder.txtRemLimit": "Eliminare limită",
|
"DE.Views.DocumentHolder.txtRemLimit": "Eliminare limită",
|
||||||
"DE.Views.DocumentHolder.txtRemoveAccentChar": "Eliminare caracter cu accent",
|
"DE.Views.DocumentHolder.txtRemoveAccentChar": "Eliminare caracter cu accent",
|
||||||
|
@ -1656,6 +1860,7 @@
|
||||||
"DE.Views.DocumentHolder.txtUnderbar": "Bară dedesubt textului",
|
"DE.Views.DocumentHolder.txtUnderbar": "Bară dedesubt textului",
|
||||||
"DE.Views.DocumentHolder.txtUngroup": "Anularea grupării",
|
"DE.Views.DocumentHolder.txtUngroup": "Anularea grupării",
|
||||||
"DE.Views.DocumentHolder.txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?",
|
"DE.Views.DocumentHolder.txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?",
|
||||||
|
"DE.Views.DocumentHolder.unicodeText": "Unicode",
|
||||||
"DE.Views.DocumentHolder.updateStyleText": "Actualizare stil %1",
|
"DE.Views.DocumentHolder.updateStyleText": "Actualizare stil %1",
|
||||||
"DE.Views.DocumentHolder.vertAlignText": "Aliniere verticală",
|
"DE.Views.DocumentHolder.vertAlignText": "Aliniere verticală",
|
||||||
"DE.Views.DropcapSettingsAdvanced.strBorders": "Borduri și umplere",
|
"DE.Views.DropcapSettingsAdvanced.strBorders": "Borduri și umplere",
|
||||||
|
@ -1665,9 +1870,9 @@
|
||||||
"DE.Views.DropcapSettingsAdvanced.textAtLeast": "Cel puțin",
|
"DE.Views.DropcapSettingsAdvanced.textAtLeast": "Cel puțin",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textAuto": "Auto",
|
"DE.Views.DropcapSettingsAdvanced.textAuto": "Auto",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textBackColor": "Culoare de fundal",
|
"DE.Views.DropcapSettingsAdvanced.textBackColor": "Culoare de fundal",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textBorderColor": "Culoare bordura",
|
"DE.Views.DropcapSettingsAdvanced.textBorderColor": "Culoare bordură",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textBorderDesc": "Faceți clic pe diagramă sau selectați borduri cu butoane",
|
"DE.Views.DropcapSettingsAdvanced.textBorderDesc": "Faceți clic pe diagramă sau selectați borduri cu butoane",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textBorderWidth": "Dimensiune bordura",
|
"DE.Views.DropcapSettingsAdvanced.textBorderWidth": "Dimensiune bordură",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textBottom": "Jos",
|
"DE.Views.DropcapSettingsAdvanced.textBottom": "Jos",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textCenter": "La centru",
|
"DE.Views.DropcapSettingsAdvanced.textCenter": "La centru",
|
||||||
"DE.Views.DropcapSettingsAdvanced.textColumn": "Coloană",
|
"DE.Views.DropcapSettingsAdvanced.textColumn": "Coloană",
|
||||||
|
@ -1752,6 +1957,7 @@
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Statistică",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Statistică",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Subiect",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Subiect",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Simboluri",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Simboluri",
|
||||||
|
"DE.Views.FileMenuPanels.DocumentInfo.txtTags": "Etichete",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titlu",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Titlu",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "S-a încărcat",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "S-a încărcat",
|
||||||
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Cuvinte",
|
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Cuvinte",
|
||||||
|
@ -1839,26 +2045,34 @@
|
||||||
"DE.Views.FormSettings.textColor": "Culoare bordura",
|
"DE.Views.FormSettings.textColor": "Culoare bordura",
|
||||||
"DE.Views.FormSettings.textComb": "Câmp de pieptene",
|
"DE.Views.FormSettings.textComb": "Câmp de pieptene",
|
||||||
"DE.Views.FormSettings.textCombobox": "Casetă combo",
|
"DE.Views.FormSettings.textCombobox": "Casetă combo",
|
||||||
|
"DE.Views.FormSettings.textComplex": "Câmp complex",
|
||||||
"DE.Views.FormSettings.textConnected": "Câmpurile conexe",
|
"DE.Views.FormSettings.textConnected": "Câmpurile conexe",
|
||||||
"DE.Views.FormSettings.textDelete": "Ștergere",
|
"DE.Views.FormSettings.textDelete": "Ștergere",
|
||||||
|
"DE.Views.FormSettings.textDigits": "Cifre",
|
||||||
"DE.Views.FormSettings.textDisconnect": "Deconectare",
|
"DE.Views.FormSettings.textDisconnect": "Deconectare",
|
||||||
"DE.Views.FormSettings.textDropDown": "Derulant",
|
"DE.Views.FormSettings.textDropDown": "Derulant",
|
||||||
"DE.Views.FormSettings.textExact": "Exact",
|
"DE.Views.FormSettings.textExact": "Exact",
|
||||||
"DE.Views.FormSettings.textField": "Câmp text",
|
"DE.Views.FormSettings.textField": "Câmp text",
|
||||||
"DE.Views.FormSettings.textFixed": "Câmpul cu dimensiunea fixă ",
|
"DE.Views.FormSettings.textFixed": "Câmpul cu dimensiunea fixă ",
|
||||||
|
"DE.Views.FormSettings.textFormat": "Formatare",
|
||||||
|
"DE.Views.FormSettings.textFormatSymbols": "Simboluri permise",
|
||||||
"DE.Views.FormSettings.textFromFile": "Din fișier",
|
"DE.Views.FormSettings.textFromFile": "Din fișier",
|
||||||
"DE.Views.FormSettings.textFromStorage": "Din serviciul stocare",
|
"DE.Views.FormSettings.textFromStorage": "Din serviciul stocare",
|
||||||
"DE.Views.FormSettings.textFromUrl": "Prin URL-ul",
|
"DE.Views.FormSettings.textFromUrl": "Prin URL-ul",
|
||||||
"DE.Views.FormSettings.textGroupKey": "Cheie de grup",
|
"DE.Views.FormSettings.textGroupKey": "Cheie de grup",
|
||||||
"DE.Views.FormSettings.textImage": "Imagine",
|
"DE.Views.FormSettings.textImage": "Imagine",
|
||||||
"DE.Views.FormSettings.textKey": "Cheie",
|
"DE.Views.FormSettings.textKey": "Cheie",
|
||||||
|
"DE.Views.FormSettings.textLetters": "Litere",
|
||||||
"DE.Views.FormSettings.textLock": "Blocare",
|
"DE.Views.FormSettings.textLock": "Blocare",
|
||||||
|
"DE.Views.FormSettings.textMask": "Mascare arbitrară",
|
||||||
"DE.Views.FormSettings.textMaxChars": "Numărul limită de caractere",
|
"DE.Views.FormSettings.textMaxChars": "Numărul limită de caractere",
|
||||||
"DE.Views.FormSettings.textMulti": "Câmp cu mai multe linii de text",
|
"DE.Views.FormSettings.textMulti": "Câmp cu mai multe linii de text",
|
||||||
"DE.Views.FormSettings.textNever": "Niciodată",
|
"DE.Views.FormSettings.textNever": "Niciodată",
|
||||||
"DE.Views.FormSettings.textNoBorder": "Fără bordură",
|
"DE.Views.FormSettings.textNoBorder": "Fără bordură",
|
||||||
|
"DE.Views.FormSettings.textNone": "Niciunul",
|
||||||
"DE.Views.FormSettings.textPlaceholder": "Substituent",
|
"DE.Views.FormSettings.textPlaceholder": "Substituent",
|
||||||
"DE.Views.FormSettings.textRadiobox": "Buton opțiune",
|
"DE.Views.FormSettings.textRadiobox": "Buton opțiune",
|
||||||
|
"DE.Views.FormSettings.textReg": "Expresie uzuală",
|
||||||
"DE.Views.FormSettings.textRequired": "Obligatoriu",
|
"DE.Views.FormSettings.textRequired": "Obligatoriu",
|
||||||
"DE.Views.FormSettings.textScale": "Scalare",
|
"DE.Views.FormSettings.textScale": "Scalare",
|
||||||
"DE.Views.FormSettings.textSelectImage": "Selectați imaginea",
|
"DE.Views.FormSettings.textSelectImage": "Selectați imaginea",
|
||||||
|
@ -1875,10 +2089,13 @@
|
||||||
"DE.Views.FormSettings.textWidth": "Lățimea celulei",
|
"DE.Views.FormSettings.textWidth": "Lățimea celulei",
|
||||||
"DE.Views.FormsTab.capBtnCheckBox": "Caseta de selectare",
|
"DE.Views.FormsTab.capBtnCheckBox": "Caseta de selectare",
|
||||||
"DE.Views.FormsTab.capBtnComboBox": "Casetă combo",
|
"DE.Views.FormsTab.capBtnComboBox": "Casetă combo",
|
||||||
|
"DE.Views.FormsTab.capBtnComplex": "Câmp complex",
|
||||||
"DE.Views.FormsTab.capBtnDownloadForm": "Descărcare în formatul oform",
|
"DE.Views.FormsTab.capBtnDownloadForm": "Descărcare în formatul oform",
|
||||||
"DE.Views.FormsTab.capBtnDropDown": "Derulant",
|
"DE.Views.FormsTab.capBtnDropDown": "Derulant",
|
||||||
|
"DE.Views.FormsTab.capBtnEmail": "Adresă de e-mail",
|
||||||
"DE.Views.FormsTab.capBtnImage": "Imagine",
|
"DE.Views.FormsTab.capBtnImage": "Imagine",
|
||||||
"DE.Views.FormsTab.capBtnNext": "Câmpul următor",
|
"DE.Views.FormsTab.capBtnNext": "Câmpul următor",
|
||||||
|
"DE.Views.FormsTab.capBtnPhone": "Număr de telefon",
|
||||||
"DE.Views.FormsTab.capBtnPrev": "Câmpul anterior",
|
"DE.Views.FormsTab.capBtnPrev": "Câmpul anterior",
|
||||||
"DE.Views.FormsTab.capBtnRadioBox": "Buton opțiune",
|
"DE.Views.FormsTab.capBtnRadioBox": "Buton opțiune",
|
||||||
"DE.Views.FormsTab.capBtnSaveForm": "Salvare ca un formular OFORM",
|
"DE.Views.FormsTab.capBtnSaveForm": "Salvare ca un formular OFORM",
|
||||||
|
@ -1893,12 +2110,15 @@
|
||||||
"DE.Views.FormsTab.textNoHighlight": "Fără evidențiere",
|
"DE.Views.FormsTab.textNoHighlight": "Fără evidențiere",
|
||||||
"DE.Views.FormsTab.textRequired": "Toate câmpurile din formular trebuie completate înainte de a-l trimite.",
|
"DE.Views.FormsTab.textRequired": "Toate câmpurile din formular trebuie completate înainte de a-l trimite.",
|
||||||
"DE.Views.FormsTab.textSubmited": "Formularul a fost remis cu succes",
|
"DE.Views.FormsTab.textSubmited": "Formularul a fost remis cu succes",
|
||||||
"DE.Views.FormsTab.tipCheckBox": "Se inserează un control casetă de selectare",
|
"DE.Views.FormsTab.tipCheckBox": "Inserare casetă de selectare",
|
||||||
"DE.Views.FormsTab.tipComboBox": "Se inserează un control casetă combo",
|
"DE.Views.FormsTab.tipComboBox": "Se inserează un control casetă combo",
|
||||||
|
"DE.Views.FormsTab.tipComplexField": "Inserare câmp complex",
|
||||||
"DE.Views.FormsTab.tipDownloadForm": "Descărcare ca un fișer OFORM spre completare",
|
"DE.Views.FormsTab.tipDownloadForm": "Descărcare ca un fișer OFORM spre completare",
|
||||||
"DE.Views.FormsTab.tipDropDown": "Se inserează un control listă verticală",
|
"DE.Views.FormsTab.tipDropDown": "Se inserează un control listă verticală",
|
||||||
|
"DE.Views.FormsTab.tipEmailField": "Inserare adresă e-mail",
|
||||||
"DE.Views.FormsTab.tipImageField": "Se inserează un control imagine",
|
"DE.Views.FormsTab.tipImageField": "Se inserează un control imagine",
|
||||||
"DE.Views.FormsTab.tipNextForm": "Salt la câmpul următor",
|
"DE.Views.FormsTab.tipNextForm": "Salt la câmpul următor",
|
||||||
|
"DE.Views.FormsTab.tipPhoneField": "Inserare număr de telefon",
|
||||||
"DE.Views.FormsTab.tipPrevForm": "Salt la câmpul anterior",
|
"DE.Views.FormsTab.tipPrevForm": "Salt la câmpul anterior",
|
||||||
"DE.Views.FormsTab.tipRadioBox": "Se inserează un control buton opțiune",
|
"DE.Views.FormsTab.tipRadioBox": "Se inserează un control buton opțiune",
|
||||||
"DE.Views.FormsTab.tipSaveForm": "Salvare ca un fișer OFORM spre completare",
|
"DE.Views.FormsTab.tipSaveForm": "Salvare ca un fișer OFORM spre completare",
|
||||||
|
@ -1995,7 +2215,7 @@
|
||||||
"DE.Views.ImageSettingsAdvanced.textColumn": "Coloană",
|
"DE.Views.ImageSettingsAdvanced.textColumn": "Coloană",
|
||||||
"DE.Views.ImageSettingsAdvanced.textDistance": "Distanță de la text",
|
"DE.Views.ImageSettingsAdvanced.textDistance": "Distanță de la text",
|
||||||
"DE.Views.ImageSettingsAdvanced.textEndSize": "Dimensiune sfârșit",
|
"DE.Views.ImageSettingsAdvanced.textEndSize": "Dimensiune sfârșit",
|
||||||
"DE.Views.ImageSettingsAdvanced.textEndStyle": "Tip sfârșit",
|
"DE.Views.ImageSettingsAdvanced.textEndStyle": "Stil sfârșit",
|
||||||
"DE.Views.ImageSettingsAdvanced.textFlat": "Plat",
|
"DE.Views.ImageSettingsAdvanced.textFlat": "Plat",
|
||||||
"DE.Views.ImageSettingsAdvanced.textFlipped": "Răsturnat",
|
"DE.Views.ImageSettingsAdvanced.textFlipped": "Răsturnat",
|
||||||
"DE.Views.ImageSettingsAdvanced.textHeight": "Înălțime",
|
"DE.Views.ImageSettingsAdvanced.textHeight": "Înălțime",
|
||||||
|
@ -2021,11 +2241,11 @@
|
||||||
"DE.Views.ImageSettingsAdvanced.textRelativeWH": "Relativ",
|
"DE.Views.ImageSettingsAdvanced.textRelativeWH": "Relativ",
|
||||||
"DE.Views.ImageSettingsAdvanced.textResizeFit": "Redimensionare formă pentru a se portivi cu textul",
|
"DE.Views.ImageSettingsAdvanced.textResizeFit": "Redimensionare formă pentru a se portivi cu textul",
|
||||||
"DE.Views.ImageSettingsAdvanced.textRight": "Dreapta",
|
"DE.Views.ImageSettingsAdvanced.textRight": "Dreapta",
|
||||||
"DE.Views.ImageSettingsAdvanced.textRightMargin": "Marginea dreapta",
|
"DE.Views.ImageSettingsAdvanced.textRightMargin": "Marginea dreaptă",
|
||||||
"DE.Views.ImageSettingsAdvanced.textRightOf": "în partea dreapta a",
|
"DE.Views.ImageSettingsAdvanced.textRightOf": "în partea dreapta a",
|
||||||
"DE.Views.ImageSettingsAdvanced.textRotation": "Rotație",
|
"DE.Views.ImageSettingsAdvanced.textRotation": "Rotație",
|
||||||
"DE.Views.ImageSettingsAdvanced.textRound": "Rotund",
|
"DE.Views.ImageSettingsAdvanced.textRound": "Rotund",
|
||||||
"DE.Views.ImageSettingsAdvanced.textShape": "Setări forma",
|
"DE.Views.ImageSettingsAdvanced.textShape": "Setări formă",
|
||||||
"DE.Views.ImageSettingsAdvanced.textSize": "Dimensiune",
|
"DE.Views.ImageSettingsAdvanced.textSize": "Dimensiune",
|
||||||
"DE.Views.ImageSettingsAdvanced.textSquare": "Pătrat",
|
"DE.Views.ImageSettingsAdvanced.textSquare": "Pătrat",
|
||||||
"DE.Views.ImageSettingsAdvanced.textTextBox": "Casetă text",
|
"DE.Views.ImageSettingsAdvanced.textTextBox": "Casetă text",
|
||||||
|
@ -2051,6 +2271,7 @@
|
||||||
"DE.Views.LeftMenu.tipComments": "Comentarii",
|
"DE.Views.LeftMenu.tipComments": "Comentarii",
|
||||||
"DE.Views.LeftMenu.tipNavigation": "Navigare",
|
"DE.Views.LeftMenu.tipNavigation": "Navigare",
|
||||||
"DE.Views.LeftMenu.tipOutline": "Titluri",
|
"DE.Views.LeftMenu.tipOutline": "Titluri",
|
||||||
|
"DE.Views.LeftMenu.tipPageThumbnails": "Miniaturi Pagini",
|
||||||
"DE.Views.LeftMenu.tipPlugins": "Plugin-uri",
|
"DE.Views.LeftMenu.tipPlugins": "Plugin-uri",
|
||||||
"DE.Views.LeftMenu.tipSearch": "Căutare",
|
"DE.Views.LeftMenu.tipSearch": "Căutare",
|
||||||
"DE.Views.LeftMenu.tipSupport": "Feedback și asistența",
|
"DE.Views.LeftMenu.tipSupport": "Feedback și asistența",
|
||||||
|
@ -2127,7 +2348,7 @@
|
||||||
"DE.Views.ListSettingsDialog.txtNone": "Niciunul",
|
"DE.Views.ListSettingsDialog.txtNone": "Niciunul",
|
||||||
"DE.Views.ListSettingsDialog.txtSize": "Dimensiune",
|
"DE.Views.ListSettingsDialog.txtSize": "Dimensiune",
|
||||||
"DE.Views.ListSettingsDialog.txtSymbol": "Simbol",
|
"DE.Views.ListSettingsDialog.txtSymbol": "Simbol",
|
||||||
"DE.Views.ListSettingsDialog.txtTitle": "Setări lista",
|
"DE.Views.ListSettingsDialog.txtTitle": "Setări listă",
|
||||||
"DE.Views.ListSettingsDialog.txtType": "Tip",
|
"DE.Views.ListSettingsDialog.txtType": "Tip",
|
||||||
"DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF",
|
"DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF",
|
||||||
"DE.Views.MailMergeEmailDlg.okButtonText": "Trimitere",
|
"DE.Views.MailMergeEmailDlg.okButtonText": "Trimitere",
|
||||||
|
@ -2303,9 +2524,9 @@
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textAuto": "Multiplu",
|
"DE.Views.ParagraphSettingsAdvanced.textAuto": "Multiplu",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textBackColor": "Culoare de fundal",
|
"DE.Views.ParagraphSettingsAdvanced.textBackColor": "Culoare de fundal",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textBodyText": "Text de bază",
|
"DE.Views.ParagraphSettingsAdvanced.textBodyText": "Text de bază",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textBorderColor": "Culoare bordura",
|
"DE.Views.ParagraphSettingsAdvanced.textBorderColor": "Culoare bordură",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textBorderDesc": "Faceți clic pe diagramă sau selectați borduri cu butoane și aplicați stilul selectat",
|
"DE.Views.ParagraphSettingsAdvanced.textBorderDesc": "Faceți clic pe diagramă sau selectați borduri cu butoane și aplicați stilul selectat",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textBorderWidth": "Dimensiune bordura",
|
"DE.Views.ParagraphSettingsAdvanced.textBorderWidth": "Dimensiune bordură",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textBottom": "Jos",
|
"DE.Views.ParagraphSettingsAdvanced.textBottom": "Jos",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textCentered": "Centrat",
|
"DE.Views.ParagraphSettingsAdvanced.textCentered": "Centrat",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Spațierea caracterelor",
|
"DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Spațierea caracterelor",
|
||||||
|
@ -2358,6 +2579,18 @@
|
||||||
"DE.Views.ParagraphSettingsAdvanced.tipTop": "Adăugare numai bordură de sus",
|
"DE.Views.ParagraphSettingsAdvanced.tipTop": "Adăugare numai bordură de sus",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
|
"DE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Fără borduri",
|
"DE.Views.ParagraphSettingsAdvanced.txtNoBorders": "Fără borduri",
|
||||||
|
"DE.Views.ProtectDialog.textComments": "Comentarii",
|
||||||
|
"DE.Views.ProtectDialog.textForms": "Completarea formularelor",
|
||||||
|
"DE.Views.ProtectDialog.textReview": "Modificări urmărite",
|
||||||
|
"DE.Views.ProtectDialog.textView": "Fără modificări (Doar în citire)",
|
||||||
|
"DE.Views.ProtectDialog.txtAllow": "Se permite numai acest tip de editare în document",
|
||||||
|
"DE.Views.ProtectDialog.txtIncorrectPwd": "Parola și Confirmare parola nu este indentice",
|
||||||
|
"DE.Views.ProtectDialog.txtOptional": "opțional",
|
||||||
|
"DE.Views.ProtectDialog.txtPassword": "Parola",
|
||||||
|
"DE.Views.ProtectDialog.txtProtect": "Protejare",
|
||||||
|
"DE.Views.ProtectDialog.txtRepeat": "Reintroduceți parola",
|
||||||
|
"DE.Views.ProtectDialog.txtTitle": "Protejare",
|
||||||
|
"DE.Views.ProtectDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să o păstrați într-un loc sigur.",
|
||||||
"DE.Views.RightMenu.txtChartSettings": "Setări diagramă",
|
"DE.Views.RightMenu.txtChartSettings": "Setări diagramă",
|
||||||
"DE.Views.RightMenu.txtFormSettings": "Setări Formular",
|
"DE.Views.RightMenu.txtFormSettings": "Setări Formular",
|
||||||
"DE.Views.RightMenu.txtHeaderFooterSettings": "Setări antet și subsol",
|
"DE.Views.RightMenu.txtHeaderFooterSettings": "Setări antet și subsol",
|
||||||
|
@ -2468,8 +2701,8 @@
|
||||||
"DE.Views.TableFormulaDialog.textBookmark": "Lipire marcaj",
|
"DE.Views.TableFormulaDialog.textBookmark": "Lipire marcaj",
|
||||||
"DE.Views.TableFormulaDialog.textFormat": "Formatul de număr",
|
"DE.Views.TableFormulaDialog.textFormat": "Formatul de număr",
|
||||||
"DE.Views.TableFormulaDialog.textFormula": "Formula",
|
"DE.Views.TableFormulaDialog.textFormula": "Formula",
|
||||||
"DE.Views.TableFormulaDialog.textInsertFunction": "Lipire funcție",
|
"DE.Views.TableFormulaDialog.textInsertFunction": "Funcție de lipire ",
|
||||||
"DE.Views.TableFormulaDialog.textTitle": "Setări formula",
|
"DE.Views.TableFormulaDialog.textTitle": "Setări formulă",
|
||||||
"DE.Views.TableOfContentsSettings.strAlign": "Alinierea numărul de pagină la dreapta",
|
"DE.Views.TableOfContentsSettings.strAlign": "Alinierea numărul de pagină la dreapta",
|
||||||
"DE.Views.TableOfContentsSettings.strFullCaption": "Cu etichetă și număr",
|
"DE.Views.TableOfContentsSettings.strFullCaption": "Cu etichetă și număr",
|
||||||
"DE.Views.TableOfContentsSettings.strLinks": "Formatare cuprins utilizând linkuri",
|
"DE.Views.TableOfContentsSettings.strLinks": "Formatare cuprins utilizând linkuri",
|
||||||
|
@ -2548,12 +2781,20 @@
|
||||||
"DE.Views.TableSettings.tipOuter": "Adăugare numai bordură exterioară",
|
"DE.Views.TableSettings.tipOuter": "Adăugare numai bordură exterioară",
|
||||||
"DE.Views.TableSettings.tipRight": "Adăugare numai bordură exterioară dreapta",
|
"DE.Views.TableSettings.tipRight": "Adăugare numai bordură exterioară dreapta",
|
||||||
"DE.Views.TableSettings.tipTop": "Adăugare numai bordură exterioară de sus",
|
"DE.Views.TableSettings.tipTop": "Adăugare numai bordură exterioară de sus",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_BorderedAndLined": "Tqbele cu bordiră și liniate",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_Custom": "Particularizat",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_Grid": "Tabele grilă",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_List": "Tabele de tip listă",
|
||||||
|
"DE.Views.TableSettings.txtGroupTable_Plain": "Tabele simple",
|
||||||
"DE.Views.TableSettings.txtNoBorders": "Fără borduri",
|
"DE.Views.TableSettings.txtNoBorders": "Fără borduri",
|
||||||
"DE.Views.TableSettings.txtTable_Accent": "Accent",
|
"DE.Views.TableSettings.txtTable_Accent": "Accent",
|
||||||
|
"DE.Views.TableSettings.txtTable_Bordered": "Cu bordură",
|
||||||
|
"DE.Views.TableSettings.txtTable_BorderedAndLined": "Cu bordură și liniat",
|
||||||
"DE.Views.TableSettings.txtTable_Colorful": "Colorat",
|
"DE.Views.TableSettings.txtTable_Colorful": "Colorat",
|
||||||
"DE.Views.TableSettings.txtTable_Dark": "Întunecat",
|
"DE.Views.TableSettings.txtTable_Dark": "Întunecat",
|
||||||
"DE.Views.TableSettings.txtTable_GridTable": "Grilă de tabel",
|
"DE.Views.TableSettings.txtTable_GridTable": "Grilă de tabel",
|
||||||
"DE.Views.TableSettings.txtTable_Light": "Luminozitate",
|
"DE.Views.TableSettings.txtTable_Light": "Luminozitate",
|
||||||
|
"DE.Views.TableSettings.txtTable_Lined": "Liniat",
|
||||||
"DE.Views.TableSettings.txtTable_ListTable": "Listă tabel",
|
"DE.Views.TableSettings.txtTable_ListTable": "Listă tabel",
|
||||||
"DE.Views.TableSettings.txtTable_PlainTable": "Tabel simplu",
|
"DE.Views.TableSettings.txtTable_PlainTable": "Tabel simplu",
|
||||||
"DE.Views.TableSettings.txtTable_TableGrid": "Linii de grilă tabel",
|
"DE.Views.TableSettings.txtTable_TableGrid": "Linii de grilă tabel",
|
||||||
|
@ -2568,14 +2809,14 @@
|
||||||
"DE.Views.TableSettingsAdvanced.textAutofit": "Redimensionarea automată cu potrivire conținut",
|
"DE.Views.TableSettingsAdvanced.textAutofit": "Redimensionarea automată cu potrivire conținut",
|
||||||
"DE.Views.TableSettingsAdvanced.textBackColor": "Fundal celulă",
|
"DE.Views.TableSettingsAdvanced.textBackColor": "Fundal celulă",
|
||||||
"DE.Views.TableSettingsAdvanced.textBelow": "dedesubt",
|
"DE.Views.TableSettingsAdvanced.textBelow": "dedesubt",
|
||||||
"DE.Views.TableSettingsAdvanced.textBorderColor": "Culoare bordura",
|
"DE.Views.TableSettingsAdvanced.textBorderColor": "Culoare bordură",
|
||||||
"DE.Views.TableSettingsAdvanced.textBorderDesc": "Faceți clic pe diagramă sau selectați borduri cu butoane și aplicați stilul selectat",
|
"DE.Views.TableSettingsAdvanced.textBorderDesc": "Faceți clic pe diagramă sau selectați borduri cu butoane și aplicați stilul selectat",
|
||||||
"DE.Views.TableSettingsAdvanced.textBordersBackgroung": "Borduri și fundal",
|
"DE.Views.TableSettingsAdvanced.textBordersBackgroung": "Borduri și fundal",
|
||||||
"DE.Views.TableSettingsAdvanced.textBorderWidth": "Dimensiune bordura",
|
"DE.Views.TableSettingsAdvanced.textBorderWidth": "Dimensiune bordură",
|
||||||
"DE.Views.TableSettingsAdvanced.textBottom": "Jos",
|
"DE.Views.TableSettingsAdvanced.textBottom": "Jos",
|
||||||
"DE.Views.TableSettingsAdvanced.textCellOptions": "Opțiuni celula",
|
"DE.Views.TableSettingsAdvanced.textCellOptions": "Opțiuni celulă",
|
||||||
"DE.Views.TableSettingsAdvanced.textCellProps": "Celula",
|
"DE.Views.TableSettingsAdvanced.textCellProps": "Celula",
|
||||||
"DE.Views.TableSettingsAdvanced.textCellSize": "Dimensiune celula",
|
"DE.Views.TableSettingsAdvanced.textCellSize": "Dimensiune celulă",
|
||||||
"DE.Views.TableSettingsAdvanced.textCenter": "La centru",
|
"DE.Views.TableSettingsAdvanced.textCenter": "La centru",
|
||||||
"DE.Views.TableSettingsAdvanced.textCenterTooltip": "La centru",
|
"DE.Views.TableSettingsAdvanced.textCenterTooltip": "La centru",
|
||||||
"DE.Views.TableSettingsAdvanced.textCheckMargins": "Se aplică margini implicite",
|
"DE.Views.TableSettingsAdvanced.textCheckMargins": "Se aplică margini implicite",
|
||||||
|
@ -2688,6 +2929,7 @@
|
||||||
"DE.Views.Toolbar.capBtnInsImage": "Imagine",
|
"DE.Views.Toolbar.capBtnInsImage": "Imagine",
|
||||||
"DE.Views.Toolbar.capBtnInsPagebreak": "Întreruperi",
|
"DE.Views.Toolbar.capBtnInsPagebreak": "Întreruperi",
|
||||||
"DE.Views.Toolbar.capBtnInsShape": "Forma",
|
"DE.Views.Toolbar.capBtnInsShape": "Forma",
|
||||||
|
"DE.Views.Toolbar.capBtnInsSmartArt": "SmartArt",
|
||||||
"DE.Views.Toolbar.capBtnInsSymbol": "Simbol",
|
"DE.Views.Toolbar.capBtnInsSymbol": "Simbol",
|
||||||
"DE.Views.Toolbar.capBtnInsTable": "Tabel",
|
"DE.Views.Toolbar.capBtnInsTable": "Tabel",
|
||||||
"DE.Views.Toolbar.capBtnInsTextart": "TextArt",
|
"DE.Views.Toolbar.capBtnInsTextart": "TextArt",
|
||||||
|
@ -2834,13 +3076,16 @@
|
||||||
"DE.Views.Toolbar.tipIncPrLeft": "Creștere nivel indentare",
|
"DE.Views.Toolbar.tipIncPrLeft": "Creștere nivel indentare",
|
||||||
"DE.Views.Toolbar.tipInsertChart": "Inserare diagramă",
|
"DE.Views.Toolbar.tipInsertChart": "Inserare diagramă",
|
||||||
"DE.Views.Toolbar.tipInsertEquation": "Inserare ecuație",
|
"DE.Views.Toolbar.tipInsertEquation": "Inserare ecuație",
|
||||||
|
"DE.Views.Toolbar.tipInsertHorizontalText": "Inserare casetă text orizontală",
|
||||||
"DE.Views.Toolbar.tipInsertImage": "Inserare imagine",
|
"DE.Views.Toolbar.tipInsertImage": "Inserare imagine",
|
||||||
"DE.Views.Toolbar.tipInsertNum": "Inserare număr de pagină",
|
"DE.Views.Toolbar.tipInsertNum": "Inserare număr de pagină",
|
||||||
"DE.Views.Toolbar.tipInsertShape": "Inserare formă automată",
|
"DE.Views.Toolbar.tipInsertShape": "Inserare formă automată",
|
||||||
|
"DE.Views.Toolbar.tipInsertSmartArt": "Inserare SmartArt",
|
||||||
"DE.Views.Toolbar.tipInsertSymbol": "Inserare simbol",
|
"DE.Views.Toolbar.tipInsertSymbol": "Inserare simbol",
|
||||||
"DE.Views.Toolbar.tipInsertTable": "Inserare tabel",
|
"DE.Views.Toolbar.tipInsertTable": "Inserare tabel",
|
||||||
"DE.Views.Toolbar.tipInsertText": "Inserare casetă text",
|
"DE.Views.Toolbar.tipInsertText": "Inserare casetă text",
|
||||||
"DE.Views.Toolbar.tipInsertTextArt": "Inserare TextArt",
|
"DE.Views.Toolbar.tipInsertTextArt": "Inserare TextArt",
|
||||||
|
"DE.Views.Toolbar.tipInsertVerticalText": "Inserare casetă text verticală",
|
||||||
"DE.Views.Toolbar.tipLineNumbers": "Afișare numere de linie",
|
"DE.Views.Toolbar.tipLineNumbers": "Afișare numere de linie",
|
||||||
"DE.Views.Toolbar.tipLineSpace": "Spațiere interlinie paragraf ",
|
"DE.Views.Toolbar.tipLineSpace": "Spațiere interlinie paragraf ",
|
||||||
"DE.Views.Toolbar.tipMailRecepients": "Îmbinare corespondență",
|
"DE.Views.Toolbar.tipMailRecepients": "Îmbinare corespondență",
|
||||||
|
@ -2853,6 +3098,10 @@
|
||||||
"DE.Views.Toolbar.tipMarkersFSquare": "Listă cu marcatori pătrat umplut",
|
"DE.Views.Toolbar.tipMarkersFSquare": "Listă cu marcatori pătrat umplut",
|
||||||
"DE.Views.Toolbar.tipMarkersHRound": "Listă cu marcatori cerc gol ",
|
"DE.Views.Toolbar.tipMarkersHRound": "Listă cu marcatori cerc gol ",
|
||||||
"DE.Views.Toolbar.tipMarkersStar": "Listă cu marcatori stele",
|
"DE.Views.Toolbar.tipMarkersStar": "Listă cu marcatori stele",
|
||||||
|
"DE.Views.Toolbar.tipMultiLevelArticl": "Articole multinivel numerotate ",
|
||||||
|
"DE.Views.Toolbar.tipMultiLevelChapter": "Capitole multinivel numerotate ",
|
||||||
|
"DE.Views.Toolbar.tipMultiLevelHeadings": "Titluri multinivel numerotate ",
|
||||||
|
"DE.Views.Toolbar.tipMultiLevelHeadVarious": "Titluri multinivel cu numerotare diversă ",
|
||||||
"DE.Views.Toolbar.tipMultiLevelNumbered": "Listă multinivel numerotată",
|
"DE.Views.Toolbar.tipMultiLevelNumbered": "Listă multinivel numerotată",
|
||||||
"DE.Views.Toolbar.tipMultilevels": "Listă multinivel",
|
"DE.Views.Toolbar.tipMultilevels": "Listă multinivel",
|
||||||
"DE.Views.Toolbar.tipMultiLevelSymbols": "Listă multinivel cu marcatori",
|
"DE.Views.Toolbar.tipMultiLevelSymbols": "Listă multinivel cu marcatori",
|
||||||
|
@ -2864,7 +3113,7 @@
|
||||||
"DE.Views.Toolbar.tipPageSize": "Dimensiune pagină",
|
"DE.Views.Toolbar.tipPageSize": "Dimensiune pagină",
|
||||||
"DE.Views.Toolbar.tipParagraphStyle": "Stil paragraf",
|
"DE.Views.Toolbar.tipParagraphStyle": "Stil paragraf",
|
||||||
"DE.Views.Toolbar.tipPaste": "Lipire",
|
"DE.Views.Toolbar.tipPaste": "Lipire",
|
||||||
"DE.Views.Toolbar.tipPrColor": "Culoare fundal paragraf",
|
"DE.Views.Toolbar.tipPrColor": "Umbrire",
|
||||||
"DE.Views.Toolbar.tipPrint": "Imprimare",
|
"DE.Views.Toolbar.tipPrint": "Imprimare",
|
||||||
"DE.Views.Toolbar.tipRedo": "Refacere",
|
"DE.Views.Toolbar.tipRedo": "Refacere",
|
||||||
"DE.Views.Toolbar.tipSave": "Salvează",
|
"DE.Views.Toolbar.tipSave": "Salvează",
|
||||||
|
@ -2874,7 +3123,7 @@
|
||||||
"DE.Views.Toolbar.tipSendForward": "Aducere în plan apropiat",
|
"DE.Views.Toolbar.tipSendForward": "Aducere în plan apropiat",
|
||||||
"DE.Views.Toolbar.tipShowHiddenChars": "Caractere neimprimate",
|
"DE.Views.Toolbar.tipShowHiddenChars": "Caractere neimprimate",
|
||||||
"DE.Views.Toolbar.tipSynchronize": "Documentul a fost modificat de către un alt utilizator. Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
"DE.Views.Toolbar.tipSynchronize": "Documentul a fost modificat de către un alt utilizator. Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
||||||
"DE.Views.Toolbar.tipUndo": "Anulează",
|
"DE.Views.Toolbar.tipUndo": "Anulare",
|
||||||
"DE.Views.Toolbar.tipWatermark": "Editare inscripționare",
|
"DE.Views.Toolbar.tipWatermark": "Editare inscripționare",
|
||||||
"DE.Views.Toolbar.txtDistribHor": "Distribuire pe orizontală",
|
"DE.Views.Toolbar.txtDistribHor": "Distribuire pe orizontală",
|
||||||
"DE.Views.Toolbar.txtDistribVert": "Distribuire pe verticală",
|
"DE.Views.Toolbar.txtDistribVert": "Distribuire pe verticală",
|
||||||
|
@ -2908,8 +3157,10 @@
|
||||||
"DE.Views.ViewTab.textFitToPage": "Portivire la pagina",
|
"DE.Views.ViewTab.textFitToPage": "Portivire la pagina",
|
||||||
"DE.Views.ViewTab.textFitToWidth": "Potrivire lățime",
|
"DE.Views.ViewTab.textFitToWidth": "Potrivire lățime",
|
||||||
"DE.Views.ViewTab.textInterfaceTheme": "Tema interfeței",
|
"DE.Views.ViewTab.textInterfaceTheme": "Tema interfeței",
|
||||||
|
"DE.Views.ViewTab.textLeftMenu": "Panou stânga",
|
||||||
"DE.Views.ViewTab.textNavigation": "Navigare",
|
"DE.Views.ViewTab.textNavigation": "Navigare",
|
||||||
"DE.Views.ViewTab.textOutline": "Titluri",
|
"DE.Views.ViewTab.textOutline": "Titluri",
|
||||||
|
"DE.Views.ViewTab.textRightMenu": "Panou dreapta",
|
||||||
"DE.Views.ViewTab.textRulers": "Rigle",
|
"DE.Views.ViewTab.textRulers": "Rigle",
|
||||||
"DE.Views.ViewTab.textStatusBar": "Bară de stare",
|
"DE.Views.ViewTab.textStatusBar": "Bară de stare",
|
||||||
"DE.Views.ViewTab.textZoom": "Zoom",
|
"DE.Views.ViewTab.textZoom": "Zoom",
|
||||||
|
@ -2933,7 +3184,7 @@
|
||||||
"DE.Views.WatermarkSettingsDialog.textLayout": "Aspect",
|
"DE.Views.WatermarkSettingsDialog.textLayout": "Aspect",
|
||||||
"DE.Views.WatermarkSettingsDialog.textNone": "Niciunul",
|
"DE.Views.WatermarkSettingsDialog.textNone": "Niciunul",
|
||||||
"DE.Views.WatermarkSettingsDialog.textScale": "Scară",
|
"DE.Views.WatermarkSettingsDialog.textScale": "Scară",
|
||||||
"DE.Views.WatermarkSettingsDialog.textSelect": "Selectați imaginea",
|
"DE.Views.WatermarkSettingsDialog.textSelect": "Selectare imagine",
|
||||||
"DE.Views.WatermarkSettingsDialog.textStrikeout": "Tăiere cu o linie",
|
"DE.Views.WatermarkSettingsDialog.textStrikeout": "Tăiere cu o linie",
|
||||||
"DE.Views.WatermarkSettingsDialog.textText": "Text",
|
"DE.Views.WatermarkSettingsDialog.textText": "Text",
|
||||||
"DE.Views.WatermarkSettingsDialog.textTextW": "Inscripționare text",
|
"DE.Views.WatermarkSettingsDialog.textTextW": "Inscripționare text",
|
||||||
|
|
|
@ -727,6 +727,7 @@
|
||||||
"DE.Controllers.Main.downloadTitleText": "Загрузка документа",
|
"DE.Controllers.Main.downloadTitleText": "Загрузка документа",
|
||||||
"DE.Controllers.Main.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
"DE.Controllers.Main.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
||||||
"DE.Controllers.Main.errorBadImageUrl": "Неправильный URL-адрес изображения",
|
"DE.Controllers.Main.errorBadImageUrl": "Неправильный URL-адрес изображения",
|
||||||
|
"DE.Controllers.Main.errorCannotPasteImg": "Не удается вставить это изображение из буфера обмена, но вы можете сохранить его на устройстве и вставить оттуда или вы можете скопировать изображение без текста и вставить его в документ.",
|
||||||
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Потеряно соединение с сервером. В данный момент нельзя отредактировать документ.",
|
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Потеряно соединение с сервером. В данный момент нельзя отредактировать документ.",
|
||||||
"DE.Controllers.Main.errorComboSeries": "Для создания комбинированной диаграммы выберите не менее двух рядов данных.",
|
"DE.Controllers.Main.errorComboSeries": "Для создания комбинированной диаграммы выберите не менее двух рядов данных.",
|
||||||
"DE.Controllers.Main.errorCompare": "Функция сравнения документов недоступна в режиме совместного редактирования.",
|
"DE.Controllers.Main.errorCompare": "Функция сравнения документов недоступна в режиме совместного редактирования.",
|
||||||
|
@ -3112,7 +3113,7 @@
|
||||||
"DE.Views.Toolbar.tipPageSize": "Размер страницы",
|
"DE.Views.Toolbar.tipPageSize": "Размер страницы",
|
||||||
"DE.Views.Toolbar.tipParagraphStyle": "Стиль абзаца",
|
"DE.Views.Toolbar.tipParagraphStyle": "Стиль абзаца",
|
||||||
"DE.Views.Toolbar.tipPaste": "Вставить",
|
"DE.Views.Toolbar.tipPaste": "Вставить",
|
||||||
"DE.Views.Toolbar.tipPrColor": "Цвет фона абзаца",
|
"DE.Views.Toolbar.tipPrColor": "Заливка",
|
||||||
"DE.Views.Toolbar.tipPrint": "Печать",
|
"DE.Views.Toolbar.tipPrint": "Печать",
|
||||||
"DE.Views.Toolbar.tipRedo": "Повторить",
|
"DE.Views.Toolbar.tipRedo": "Повторить",
|
||||||
"DE.Views.Toolbar.tipSave": "Сохранить",
|
"DE.Views.Toolbar.tipSave": "Сохранить",
|
||||||
|
|
|
@ -565,6 +565,7 @@
|
||||||
"DE.Controllers.Main.errorFilePassProtect": "Dosya parola korumalıdır ve açılamaz.",
|
"DE.Controllers.Main.errorFilePassProtect": "Dosya parola korumalıdır ve açılamaz.",
|
||||||
"DE.Controllers.Main.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
"DE.Controllers.Main.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
||||||
"DE.Controllers.Main.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınızın sabit diskine kaydetmek için lütfen 'Farklı indir' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
"DE.Controllers.Main.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınızın sabit diskine kaydetmek için lütfen 'Farklı indir' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
||||||
|
"DE.Controllers.Main.errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"DE.Controllers.Main.errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
"DE.Controllers.Main.errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
"DE.Controllers.Main.errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
||||||
"DE.Controllers.Main.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"DE.Controllers.Main.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
|
@ -905,7 +906,7 @@
|
||||||
"DE.Controllers.Main.uploadImageTitleText": "Resim Yükleniyor",
|
"DE.Controllers.Main.uploadImageTitleText": "Resim Yükleniyor",
|
||||||
"DE.Controllers.Main.waitText": "Lütfen bekleyin...",
|
"DE.Controllers.Main.waitText": "Lütfen bekleyin...",
|
||||||
"DE.Controllers.Main.warnBrowserIE9": "Uygulama IE9'da düşük yeteneklere sahip. IE10 yada daha yükseğini kullanınız",
|
"DE.Controllers.Main.warnBrowserIE9": "Uygulama IE9'da düşük yeteneklere sahip. IE10 yada daha yükseğini kullanınız",
|
||||||
"DE.Controllers.Main.warnBrowserZoom": "Tarayıcınızın mevcut zum ayarı tam olarak desteklenmiyor. Ctrl+0'a basarak varsayılan zumu sıfırlayınız.",
|
"DE.Controllers.Main.warnBrowserZoom": "Tarayıcınızın mevcut yakınlaştırma ayarı tam olarak desteklenmiyor. Ctrl+0'a basarak varsayılan yakınlaştırmayı sıfırlayınız.",
|
||||||
"DE.Controllers.Main.warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu doküman yalnızca görüntüleme için açılacaktır.<br>Daha fazla bilgi için yöneticinizle iletişime geçin.",
|
"DE.Controllers.Main.warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu doküman yalnızca görüntüleme için açılacaktır.<br>Daha fazla bilgi için yöneticinizle iletişime geçin.",
|
||||||
"DE.Controllers.Main.warnLicenseExp": "Lisansınızın süresi doldu. <br> Lütfen lisansınızı güncelleyin ve sayfayı yenileyin.",
|
"DE.Controllers.Main.warnLicenseExp": "Lisansınızın süresi doldu. <br> Lütfen lisansınızı güncelleyin ve sayfayı yenileyin.",
|
||||||
"DE.Controllers.Main.warnLicenseLimitedNoAccess": "Lisansın süresi doldu.<br>Belge düzenleme işlevine erişiminiz yok.<br>Lütfen yöneticinizle iletişime geçin.",
|
"DE.Controllers.Main.warnLicenseLimitedNoAccess": "Lisansın süresi doldu.<br>Belge düzenleme işlevine erişiminiz yok.<br>Lütfen yöneticinizle iletişime geçin.",
|
||||||
|
@ -1697,7 +1698,7 @@
|
||||||
"DE.Views.FileMenu.btnHistoryCaption": "Versiyon geçmişi",
|
"DE.Views.FileMenu.btnHistoryCaption": "Versiyon geçmişi",
|
||||||
"DE.Views.FileMenu.btnInfoCaption": "Döküman Bilgisi",
|
"DE.Views.FileMenu.btnInfoCaption": "Döküman Bilgisi",
|
||||||
"DE.Views.FileMenu.btnPrintCaption": "Yazdır",
|
"DE.Views.FileMenu.btnPrintCaption": "Yazdır",
|
||||||
"DE.Views.FileMenu.btnProtectCaption": "Koru",
|
"DE.Views.FileMenu.btnProtectCaption": "Belgeyi Şifre ile Koru",
|
||||||
"DE.Views.FileMenu.btnRecentFilesCaption": "En sonunucuyu aç",
|
"DE.Views.FileMenu.btnRecentFilesCaption": "En sonunucuyu aç",
|
||||||
"DE.Views.FileMenu.btnRenameCaption": "Yeniden adlandır",
|
"DE.Views.FileMenu.btnRenameCaption": "Yeniden adlandır",
|
||||||
"DE.Views.FileMenu.btnReturnCaption": "Dökümana Geri Dön",
|
"DE.Views.FileMenu.btnReturnCaption": "Dökümana Geri Dön",
|
||||||
|
@ -1778,9 +1779,9 @@
|
||||||
"DE.Views.FileMenuPanels.Settings.textDisabled": "Devre Dışı",
|
"DE.Views.FileMenuPanels.Settings.textDisabled": "Devre Dışı",
|
||||||
"DE.Views.FileMenuPanels.Settings.textForceSave": "Ara sürümleri kaydet",
|
"DE.Views.FileMenuPanels.Settings.textForceSave": "Ara sürümleri kaydet",
|
||||||
"DE.Views.FileMenuPanels.Settings.textMinute": "Her Dakika",
|
"DE.Views.FileMenuPanels.Settings.textMinute": "Her Dakika",
|
||||||
"DE.Views.FileMenuPanels.Settings.textOldVersions": "DOCX olarak kaydedildiğinde dosyaları eski MS Word sürümleriyle uyumlu hale getirin",
|
"DE.Views.FileMenuPanels.Settings.textOldVersions": ".docx olarak kaydedildiğinde dosyaları eski MS Word sürümleriyle uyumlu hale getirin",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtAll": "Tümünü göster",
|
"DE.Views.FileMenuPanels.Settings.txtAll": "Tümünü göster",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Otomatik Düzeltme seçenekleri",
|
"DE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Otomatik Düzeltme Seçenekleri",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtCacheMode": "Varsayılan önbellek modu",
|
"DE.Views.FileMenuPanels.Settings.txtCacheMode": "Varsayılan önbellek modu",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Balonlarda tıklayarak göster",
|
"DE.Views.FileMenuPanels.Settings.txtChangesBalloons": "Balonlarda tıklayarak göster",
|
||||||
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Araç ipuçlarında üzerine gelindiğinde göster ",
|
"DE.Views.FileMenuPanels.Settings.txtChangesTip": "Araç ipuçlarında üzerine gelindiğinde göster ",
|
||||||
|
|
|
@ -292,7 +292,6 @@
|
||||||
"textRemoveChart": "Diaqramı Silin",
|
"textRemoveChart": "Diaqramı Silin",
|
||||||
"textRemoveShape": "Formanı Silin",
|
"textRemoveShape": "Formanı Silin",
|
||||||
"textRemoveTable": "Cədvəli Silin",
|
"textRemoveTable": "Cədvəli Silin",
|
||||||
"textReorder": "Yenidən sırala",
|
|
||||||
"textRepeatAsHeaderRow": "Başlıq Sətri kimi təkrarlayın",
|
"textRepeatAsHeaderRow": "Başlıq Sətri kimi təkrarlayın",
|
||||||
"textReplace": "Əvəz edin",
|
"textReplace": "Əvəz edin",
|
||||||
"textReplaceImage": "Təsviri Əvəz edin",
|
"textReplaceImage": "Təsviri Əvəz edin",
|
||||||
|
@ -323,6 +322,7 @@
|
||||||
"textWrap": "Keçirin",
|
"textWrap": "Keçirin",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
"textClassic": "Classic",
|
"textClassic": "Classic",
|
||||||
"textCreateTextStyle": "Create new text style",
|
"textCreateTextStyle": "Create new text style",
|
||||||
|
@ -360,7 +360,6 @@
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textRightAlign": "Right Align",
|
"textRightAlign": "Right Align",
|
||||||
"textSa": "Sa",
|
"textSa": "Sa",
|
||||||
|
|
|
@ -301,7 +301,6 @@
|
||||||
"textRemoveChart": "Выдаліць дыяграму",
|
"textRemoveChart": "Выдаліць дыяграму",
|
||||||
"textRemoveShape": "Выдаліць фігуру",
|
"textRemoveShape": "Выдаліць фігуру",
|
||||||
"textRemoveTable": "Выдаліць табліцу",
|
"textRemoveTable": "Выдаліць табліцу",
|
||||||
"textReorder": "Перапарадкаваць",
|
|
||||||
"textRepeatAsHeaderRow": "Паўтараць як загаловак",
|
"textRepeatAsHeaderRow": "Паўтараць як загаловак",
|
||||||
"textReplace": "Замяніць",
|
"textReplace": "Замяніць",
|
||||||
"textReplaceImage": "Замяніць выяву",
|
"textReplaceImage": "Замяніць выяву",
|
||||||
|
@ -335,6 +334,7 @@
|
||||||
"textWe": "Сер",
|
"textWe": "Сер",
|
||||||
"textWrap": "Абцяканне",
|
"textWrap": "Абцяканне",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textBehind": "Behind Text",
|
"textBehind": "Behind Text",
|
||||||
"textBulletsAndNumbers": "Bullets & Numbers",
|
"textBulletsAndNumbers": "Bullets & Numbers",
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
|
@ -364,7 +364,6 @@
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textRightAlign": "Right Align",
|
"textRightAlign": "Right Align",
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "Suprimeix la forma",
|
"textRemoveShape": "Suprimeix la forma",
|
||||||
"textRemoveTable": "Suprimeix la taula",
|
"textRemoveTable": "Suprimeix la taula",
|
||||||
"textRemoveTableContent": "Suprimeix la taula de continguts",
|
"textRemoveTableContent": "Suprimeix la taula de continguts",
|
||||||
"textReorder": "Torna a ordenar",
|
|
||||||
"textRepeatAsHeaderRow": "Repeteix com a fila de capçalera",
|
"textRepeatAsHeaderRow": "Repeteix com a fila de capçalera",
|
||||||
"textReplace": "Substitueix",
|
"textReplace": "Substitueix",
|
||||||
"textReplaceImage": "Substitueix la imatge",
|
"textReplaceImage": "Substitueix la imatge",
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "Odstranit obrazec",
|
"textRemoveShape": "Odstranit obrazec",
|
||||||
"textRemoveTable": "Odstranit tabulku",
|
"textRemoveTable": "Odstranit tabulku",
|
||||||
"textRemoveTableContent": "Odebrat obsah",
|
"textRemoveTableContent": "Odebrat obsah",
|
||||||
"textReorder": "Změnit řazení",
|
|
||||||
"textRepeatAsHeaderRow": "Opakujte jako řádek záhlaví",
|
"textRepeatAsHeaderRow": "Opakujte jako řádek záhlaví",
|
||||||
"textReplace": "Nahradit",
|
"textReplace": "Nahradit",
|
||||||
"textReplaceImage": "Nahradit obrázek",
|
"textReplaceImage": "Nahradit obrázek",
|
||||||
|
|
|
@ -222,6 +222,7 @@
|
||||||
"textAllowOverlap": "Überlappung zulassen",
|
"textAllowOverlap": "Überlappung zulassen",
|
||||||
"textAmountOfLevels": "Anzahl der Ebenen",
|
"textAmountOfLevels": "Anzahl der Ebenen",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
|
"textArrange": "Arrangieren",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automatisch",
|
"textAutomatic": "Automatisch",
|
||||||
|
@ -331,7 +332,6 @@
|
||||||
"textRemoveShape": "Form entfernen",
|
"textRemoveShape": "Form entfernen",
|
||||||
"textRemoveTable": "Tabelle entfernen",
|
"textRemoveTable": "Tabelle entfernen",
|
||||||
"textRemoveTableContent": "Inhaltsverzeichnis entfernen",
|
"textRemoveTableContent": "Inhaltsverzeichnis entfernen",
|
||||||
"textReorder": "Neu ordnen",
|
|
||||||
"textRepeatAsHeaderRow": "Als Überschriftenzeile wiederholen",
|
"textRepeatAsHeaderRow": "Als Überschriftenzeile wiederholen",
|
||||||
"textReplace": "Ersetzen",
|
"textReplace": "Ersetzen",
|
||||||
"textReplaceImage": "Bild ersetzen",
|
"textReplaceImage": "Bild ersetzen",
|
||||||
|
@ -376,8 +376,7 @@
|
||||||
"textType": "Typ",
|
"textType": "Typ",
|
||||||
"textWe": "Mi",
|
"textWe": "Mi",
|
||||||
"textWrap": "Umbrechen",
|
"textWrap": "Umbrechen",
|
||||||
"textWrappingStyle": "Textumbruch",
|
"textWrappingStyle": "Textumbruch"
|
||||||
"textArrange": "Arrange"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.",
|
"convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.",
|
||||||
|
|
|
@ -326,7 +326,6 @@
|
||||||
"textRemoveShape": "Αφαίρεση Σχήματος",
|
"textRemoveShape": "Αφαίρεση Σχήματος",
|
||||||
"textRemoveTable": "Αφαίρεση Πίνακα",
|
"textRemoveTable": "Αφαίρεση Πίνακα",
|
||||||
"textRemoveTableContent": "Αφαίρεση πίνακα περιεχομένων",
|
"textRemoveTableContent": "Αφαίρεση πίνακα περιεχομένων",
|
||||||
"textReorder": "Αναδιάταξη",
|
|
||||||
"textRepeatAsHeaderRow": "Επανάληψη ως Σειράς Κεφαλίδας",
|
"textRepeatAsHeaderRow": "Επανάληψη ως Σειράς Κεφαλίδας",
|
||||||
"textReplace": "Αντικατάσταση",
|
"textReplace": "Αντικατάσταση",
|
||||||
"textReplaceImage": "Αντικατάσταση Εικόνας",
|
"textReplaceImage": "Αντικατάσταση Εικόνας",
|
||||||
|
@ -369,12 +368,12 @@
|
||||||
"textType": "Τύπος",
|
"textType": "Τύπος",
|
||||||
"textWe": "Τετ",
|
"textWe": "Τετ",
|
||||||
"textWrap": "Αναδίπλωση",
|
"textWrap": "Αναδίπλωση",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
"textCustomStyle": "Custom Style",
|
"textCustomStyle": "Custom Style",
|
||||||
"textDeleteImage": "Delete Image",
|
"textDeleteImage": "Delete Image",
|
||||||
"textDeleteLink": "Delete Link",
|
"textDeleteLink": "Delete Link",
|
||||||
"textRecommended": "Recommended",
|
"textRecommended": "Recommended",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textTextWrapping": "Text Wrapping",
|
"textTextWrapping": "Text Wrapping",
|
||||||
"textWrappingStyle": "Wrapping Style"
|
"textWrappingStyle": "Wrapping Style"
|
||||||
|
|
|
@ -222,6 +222,7 @@
|
||||||
"textAllowOverlap": "Allow overlap",
|
"textAllowOverlap": "Allow overlap",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automatic",
|
"textAutomatic": "Automatic",
|
||||||
|
@ -331,8 +332,6 @@
|
||||||
"textRemoveShape": "Remove Shape",
|
"textRemoveShape": "Remove Shape",
|
||||||
"textRemoveTable": "Remove Table",
|
"textRemoveTable": "Remove Table",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"del_textReorder": "Reorder",
|
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRepeatAsHeaderRow": "Repeat as Header Row",
|
"textRepeatAsHeaderRow": "Repeat as Header Row",
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceImage": "Replace Image",
|
"textReplaceImage": "Replace Image",
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "Eliminar forma",
|
"textRemoveShape": "Eliminar forma",
|
||||||
"textRemoveTable": "Eliminar tabla",
|
"textRemoveTable": "Eliminar tabla",
|
||||||
"textRemoveTableContent": "Eliminar la tabla de contenidos",
|
"textRemoveTableContent": "Eliminar la tabla de contenidos",
|
||||||
"textReorder": "Reordenar",
|
|
||||||
"textRepeatAsHeaderRow": "Repetir como fila de encabezado",
|
"textRepeatAsHeaderRow": "Repetir como fila de encabezado",
|
||||||
"textReplace": "Reemplazar",
|
"textReplace": "Reemplazar",
|
||||||
"textReplaceImage": "Reemplazar imagen",
|
"textReplaceImage": "Reemplazar imagen",
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
"textContinuousPage": "Orri jarraitua",
|
"textContinuousPage": "Orri jarraitua",
|
||||||
"textCurrentPosition": "Uneko kokapena",
|
"textCurrentPosition": "Uneko kokapena",
|
||||||
"textDisplay": "Bistaratzea",
|
"textDisplay": "Bistaratzea",
|
||||||
|
"textDone": "Eginda",
|
||||||
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
||||||
"textEvenPage": "Orrialde bikoitia",
|
"textEvenPage": "Orrialde bikoitia",
|
||||||
"textFootnote": "Oin-oharra",
|
"textFootnote": "Oin-oharra",
|
||||||
|
@ -49,6 +50,8 @@
|
||||||
"textPictureFromLibrary": "Irudia liburutegitik",
|
"textPictureFromLibrary": "Irudia liburutegitik",
|
||||||
"textPictureFromURL": "Irudia URL-tik",
|
"textPictureFromURL": "Irudia URL-tik",
|
||||||
"textPosition": "Posizioa",
|
"textPosition": "Posizioa",
|
||||||
|
"textRecommended": "Gomendatua",
|
||||||
|
"textRequired": "Nahitaezkoa",
|
||||||
"textRightBottom": "Behean eskuinean",
|
"textRightBottom": "Behean eskuinean",
|
||||||
"textRightTop": "Goian eskuinean",
|
"textRightTop": "Goian eskuinean",
|
||||||
"textRows": "Errenkadak",
|
"textRows": "Errenkadak",
|
||||||
|
@ -61,10 +64,7 @@
|
||||||
"textTableSize": "Taularen tamaina",
|
"textTableSize": "Taularen tamaina",
|
||||||
"textWithBlueLinks": "Esteka urdinekin",
|
"textWithBlueLinks": "Esteka urdinekin",
|
||||||
"textWithPageNumbers": "Orri-zenbakiekin",
|
"textWithPageNumbers": "Orri-zenbakiekin",
|
||||||
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa"
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRequired": "Required"
|
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -147,6 +147,7 @@
|
||||||
"textReviewChange": "Berrikusi aldaketa",
|
"textReviewChange": "Berrikusi aldaketa",
|
||||||
"textRight": "Lerrokatu eskuinean",
|
"textRight": "Lerrokatu eskuinean",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
|
"textSharingSettings": "Partekatzearen ezarpenak",
|
||||||
"textShd": "Atzeko planoaren kolorea",
|
"textShd": "Atzeko planoaren kolorea",
|
||||||
"textSmallCaps": "Maiuskula txikiak",
|
"textSmallCaps": "Maiuskula txikiak",
|
||||||
"textSpacing": "Tartea",
|
"textSpacing": "Tartea",
|
||||||
|
@ -163,8 +164,7 @@
|
||||||
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
||||||
"textUnderline": "Azpimarra",
|
"textUnderline": "Azpimarra",
|
||||||
"textUsers": "Erabiltzaileak",
|
"textUsers": "Erabiltzaileak",
|
||||||
"textWidow": "Lerro solteen kontrola",
|
"textWidow": "Lerro solteen kontrola"
|
||||||
"textSharingSettings": "Sharing Settings"
|
|
||||||
},
|
},
|
||||||
"HighlightColorPalette": {
|
"HighlightColorPalette": {
|
||||||
"textNoFill": "Betegarririk ez"
|
"textNoFill": "Betegarririk ez"
|
||||||
|
@ -184,6 +184,7 @@
|
||||||
"menuDelete": "Ezabatu",
|
"menuDelete": "Ezabatu",
|
||||||
"menuDeleteTable": "Ezabatu taula",
|
"menuDeleteTable": "Ezabatu taula",
|
||||||
"menuEdit": "Editatu",
|
"menuEdit": "Editatu",
|
||||||
|
"menuEditLink": "Editatu esteka",
|
||||||
"menuJoinList": "Batu aurreko zerrendarekin",
|
"menuJoinList": "Batu aurreko zerrendarekin",
|
||||||
"menuMerge": "Konbinatu",
|
"menuMerge": "Konbinatu",
|
||||||
"menuMore": "Gehiago",
|
"menuMore": "Gehiago",
|
||||||
|
@ -204,8 +205,7 @@
|
||||||
"textRefreshEntireTable": "Freskatu taula osoa",
|
"textRefreshEntireTable": "Freskatu taula osoa",
|
||||||
"textRefreshPageNumbersOnly": "Freskatu orri-zenbakiak soilik",
|
"textRefreshPageNumbersOnly": "Freskatu orri-zenbakiak soilik",
|
||||||
"textRows": "Errenkadak",
|
"textRows": "Errenkadak",
|
||||||
"txtWarnUrl": "Esteka honetan klik egitea kaltegarria izan daiteke zure gailu eta datuentzat<br>Ziur zaude jarraitu nahi duzula?",
|
"txtWarnUrl": "Esteka honetan klik egitea kaltegarria izan daiteke zure gailu eta datuentzat<br>Ziur zaude jarraitu nahi duzula?"
|
||||||
"menuEditLink": "Edit Link"
|
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
|
@ -222,6 +222,7 @@
|
||||||
"textAllowOverlap": "Onartu teilakatzea",
|
"textAllowOverlap": "Onartu teilakatzea",
|
||||||
"textAmountOfLevels": "Maila kopurua",
|
"textAmountOfLevels": "Maila kopurua",
|
||||||
"textApril": "Apirila",
|
"textApril": "Apirila",
|
||||||
|
"textArrange": "Antolatu",
|
||||||
"textAugust": "Abuztua",
|
"textAugust": "Abuztua",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automatikoa",
|
"textAutomatic": "Automatikoa",
|
||||||
|
@ -238,6 +239,7 @@
|
||||||
"textCancel": "Utzi",
|
"textCancel": "Utzi",
|
||||||
"textCellMargins": "Gelaxkaren marjinak",
|
"textCellMargins": "Gelaxkaren marjinak",
|
||||||
"textCentered": "Erdian",
|
"textCentered": "Erdian",
|
||||||
|
"textChangeShape": "Aldatu forma",
|
||||||
"textChart": "Diagrama",
|
"textChart": "Diagrama",
|
||||||
"textClassic": "Klasikoa",
|
"textClassic": "Klasikoa",
|
||||||
"textClose": "Itxi",
|
"textClose": "Itxi",
|
||||||
|
@ -246,7 +248,10 @@
|
||||||
"textCreateTextStyle": "Sortu testu-estilo berria",
|
"textCreateTextStyle": "Sortu testu-estilo berria",
|
||||||
"textCurrent": "Unekoa",
|
"textCurrent": "Unekoa",
|
||||||
"textCustomColor": "Kolore pertsonalizatua",
|
"textCustomColor": "Kolore pertsonalizatua",
|
||||||
|
"textCustomStyle": "Estilo pertsonalizatua",
|
||||||
"textDecember": "Abendua",
|
"textDecember": "Abendua",
|
||||||
|
"textDeleteImage": "Ezabatu irudia",
|
||||||
|
"textDeleteLink": "Ezabatu esteka",
|
||||||
"textDesign": "Diseinua",
|
"textDesign": "Diseinua",
|
||||||
"textDifferentFirstPage": "Lehen orri desberdina",
|
"textDifferentFirstPage": "Lehen orri desberdina",
|
||||||
"textDifferentOddAndEvenPages": "Orri bakoiti-bikoitiak desberdin",
|
"textDifferentOddAndEvenPages": "Orri bakoiti-bikoitiak desberdin",
|
||||||
|
@ -319,6 +324,7 @@
|
||||||
"textPictureFromLibrary": "Irudia liburutegitik",
|
"textPictureFromLibrary": "Irudia liburutegitik",
|
||||||
"textPictureFromURL": "Irudia URL-tik",
|
"textPictureFromURL": "Irudia URL-tik",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
"textRecommended": "Gomendatua",
|
||||||
"textRefresh": "Freskatu",
|
"textRefresh": "Freskatu",
|
||||||
"textRefreshEntireTable": "Freskatu taula osoa",
|
"textRefreshEntireTable": "Freskatu taula osoa",
|
||||||
"textRefreshPageNumbersOnly": "Freskatu orri-zenbakiak soilik",
|
"textRefreshPageNumbersOnly": "Freskatu orri-zenbakiak soilik",
|
||||||
|
@ -326,10 +332,10 @@
|
||||||
"textRemoveShape": "Kendu forma",
|
"textRemoveShape": "Kendu forma",
|
||||||
"textRemoveTable": "Kendu taula",
|
"textRemoveTable": "Kendu taula",
|
||||||
"textRemoveTableContent": "Kendu aurkibidea",
|
"textRemoveTableContent": "Kendu aurkibidea",
|
||||||
"textReorder": "Berrordenatu",
|
|
||||||
"textRepeatAsHeaderRow": "Errepikatu goiburuko lerro bezala",
|
"textRepeatAsHeaderRow": "Errepikatu goiburuko lerro bezala",
|
||||||
"textReplace": "Ordeztu",
|
"textReplace": "Ordeztu",
|
||||||
"textReplaceImage": "Ordeztu irudia",
|
"textReplaceImage": "Ordeztu irudia",
|
||||||
|
"textRequired": "Nahitaezkoa",
|
||||||
"textResizeToFitContent": "Aldatu tamaina edukira egokitzeko",
|
"textResizeToFitContent": "Aldatu tamaina edukira egokitzeko",
|
||||||
"textRightAlign": "Lerrokatu eskuinean",
|
"textRightAlign": "Lerrokatu eskuinean",
|
||||||
"textSa": "lr.",
|
"textSa": "lr.",
|
||||||
|
@ -359,6 +365,7 @@
|
||||||
"textTableOfCont": "Aurkibidea",
|
"textTableOfCont": "Aurkibidea",
|
||||||
"textTableOptions": "Taularen aukerak",
|
"textTableOptions": "Taularen aukerak",
|
||||||
"textText": "Testua",
|
"textText": "Testua",
|
||||||
|
"textTextWrapping": "Testu-egokitzea",
|
||||||
"textTh": "og.",
|
"textTh": "og.",
|
||||||
"textThrough": "Zeharkatu",
|
"textThrough": "Zeharkatu",
|
||||||
"textTight": "Estua",
|
"textTight": "Estua",
|
||||||
|
@ -369,15 +376,7 @@
|
||||||
"textType": "Mota",
|
"textType": "Mota",
|
||||||
"textWe": "az.",
|
"textWe": "az.",
|
||||||
"textWrap": "Doikuntza",
|
"textWrap": "Doikuntza",
|
||||||
"textChangeShape": "Change Shape",
|
"textWrappingStyle": "Egokitze-estiloa"
|
||||||
"textCustomStyle": "Custom Style",
|
|
||||||
"textDeleteImage": "Delete Image",
|
|
||||||
"textDeleteLink": "Delete Link",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
|
||||||
"textTextWrapping": "Text Wrapping",
|
|
||||||
"textWrappingStyle": "Wrapping Style"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
"convertationTimeoutText": "Bihurketaren denbora-muga gainditu da.",
|
||||||
|
@ -391,10 +390,16 @@
|
||||||
"errorDataEncrypted": "Enkriptatutako aldaketak jaso dira, ezin dira deszifratu.",
|
"errorDataEncrypted": "Enkriptatutako aldaketak jaso dira, ezin dira deszifratu.",
|
||||||
"errorDataRange": "Datu-barruti okerra.",
|
"errorDataRange": "Datu-barruti okerra.",
|
||||||
"errorDefaultMessage": "Errore-kodea: %1",
|
"errorDefaultMessage": "Errore-kodea: %1",
|
||||||
|
"errorDirectUrl": "Egiaztatu dokumenturako esteka.<br>Esteka honek deskargarako esteka zuzen bat izan behar du.",
|
||||||
"errorEditingDownloadas": "Errore bat gertatu da fitxategiarekin lan egitean.<br>Deskargatu dokumentua fitxategiaren kopia lokalean gordetzeko.",
|
"errorEditingDownloadas": "Errore bat gertatu da fitxategiarekin lan egitean.<br>Deskargatu dokumentua fitxategiaren kopia lokalean gordetzeko.",
|
||||||
"errorEmptyTOC": "Hasi aurkibide bat sortzen hautatutako testuari Estiloak galeriako goiburu-estilo bat aplikatuz.",
|
"errorEmptyTOC": "Hasi aurkibide bat sortzen hautatutako testuari Estiloak galeriako goiburu-estilo bat aplikatuz.",
|
||||||
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin izan da ireki.",
|
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin izan da ireki.",
|
||||||
"errorFileSizeExceed": "Fitxategiaren tamainak zerbitzariak onartzen duena gainditzen du.<br>Mesedez, jarri harremanetan kudeatzailearekin.",
|
"errorFileSizeExceed": "Fitxategiaren tamainak zerbitzariak onartzen duena gainditzen du.<br>Mesedez, jarri harremanetan kudeatzailearekin.",
|
||||||
|
"errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
||||||
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
||||||
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
|
@ -406,6 +411,8 @@
|
||||||
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, kargatu berriro orria.",
|
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, kargatu berriro orria.",
|
||||||
"errorStockChart": "Errenkaden ordena okerra. Kotizazio-diagrama bat sortzeko, sartu datuak orrian ordena honetan:<br> irekierako prezioa, gehienezko prezioa, gutxieneko prezioa, itxierako prezioa.",
|
"errorStockChart": "Errenkaden ordena okerra. Kotizazio-diagrama bat sortzeko, sartu datuak orrian ordena honetan:<br> irekierako prezioa, gehienezko prezioa, gutxieneko prezioa, itxierako prezioa.",
|
||||||
"errorTextFormWrongFormat": "Sartutako balioa ez dator bat eremuaren formatuarekin.",
|
"errorTextFormWrongFormat": "Sartutako balioa ez dator bat eremuaren formatuarekin.",
|
||||||
|
"errorToken": "Dokumentuaren segurtasun tokena ez dago ondo osatua.<br>Jarri harremanetan zure zerbitzariaren administratzailearekin.",
|
||||||
|
"errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
"errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
||||||
"errorUserDrop": "Une honetan ezin da fitxategia eskuratu.",
|
"errorUserDrop": "Une honetan ezin da fitxategia eskuratu.",
|
||||||
"errorUsersExceed": "Ordainketa planak onartzen duen erabiltzaile kopurua gainditu da",
|
"errorUsersExceed": "Ordainketa planak onartzen duen erabiltzaile kopurua gainditu da",
|
||||||
|
@ -420,19 +427,12 @@
|
||||||
"unknownErrorText": "Errore ezezaguna.",
|
"unknownErrorText": "Errore ezezaguna.",
|
||||||
"uploadImageExtMessage": "Irudi-formatu ezezaguna.",
|
"uploadImageExtMessage": "Irudi-formatu ezezaguna.",
|
||||||
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
||||||
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.",
|
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da."
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Datuak kargatzen...",
|
"applyChangesTextText": "Datuak kargatzen...",
|
||||||
"applyChangesTitleText": "Datuak kargatzen",
|
"applyChangesTitleText": "Datuak kargatzen",
|
||||||
|
"confirmMaxChangesSize": "Ekintzen tamainak zure zerbitzariak ezarritako muga gainditzen du.<br>Sakatu \"Desegin\" azken ekintza ezeztatzeko edo sakatu \"Jarraitu\" ekintza lokalki mantentzeko (fitxategia deskargatu edo bere edukia kopiatu behar duzu ezer ez dela galtzen ziurtatzeko).",
|
||||||
"downloadMergeText": "Deskargatzen...",
|
"downloadMergeText": "Deskargatzen...",
|
||||||
"downloadMergeTitle": "Deskargatzen",
|
"downloadMergeTitle": "Deskargatzen",
|
||||||
"downloadTextText": "Dokumentua deskargatzen...",
|
"downloadTextText": "Dokumentua deskargatzen...",
|
||||||
|
@ -459,14 +459,13 @@
|
||||||
"saveTitleText": "Dokumentua gordetzen",
|
"saveTitleText": "Dokumentua gordetzen",
|
||||||
"sendMergeText": "Konbinazioa bidaltzen...",
|
"sendMergeText": "Konbinazioa bidaltzen...",
|
||||||
"sendMergeTitle": "Konbinazioa bidaltzen",
|
"sendMergeTitle": "Konbinazioa bidaltzen",
|
||||||
|
"textContinue": "Jarraitu",
|
||||||
"textLoadingDocument": "Dokumentua kargatzen",
|
"textLoadingDocument": "Dokumentua kargatzen",
|
||||||
|
"textUndo": "Desegin",
|
||||||
"txtEditingMode": "Ezarri edizio modua...",
|
"txtEditingMode": "Ezarri edizio modua...",
|
||||||
"uploadImageTextText": "Irudia kargatzen...",
|
"uploadImageTextText": "Irudia kargatzen...",
|
||||||
"uploadImageTitleText": "Irudia kargatzen",
|
"uploadImageTitleText": "Irudia kargatzen",
|
||||||
"waitText": "Mesedez, itxaron...",
|
"waitText": "Mesedez, itxaron..."
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Main": {
|
"Main": {
|
||||||
"criticalErrorTitle": "Errorea",
|
"criticalErrorTitle": "Errorea",
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "Supprimer la forme",
|
"textRemoveShape": "Supprimer la forme",
|
||||||
"textRemoveTable": "Supprimer le tableau",
|
"textRemoveTable": "Supprimer le tableau",
|
||||||
"textRemoveTableContent": "Supprimer la table des matières",
|
"textRemoveTableContent": "Supprimer la table des matières",
|
||||||
"textReorder": "Réorganiser",
|
|
||||||
"textRepeatAsHeaderRow": "Répéter la ligne d'en-tête",
|
"textRepeatAsHeaderRow": "Répéter la ligne d'en-tête",
|
||||||
"textReplace": "Remplacer",
|
"textReplace": "Remplacer",
|
||||||
"textReplaceImage": "Remplacer l’image",
|
"textReplaceImage": "Remplacer l’image",
|
||||||
|
|
|
@ -326,7 +326,6 @@
|
||||||
"textRemoveShape": "Eliminar forma",
|
"textRemoveShape": "Eliminar forma",
|
||||||
"textRemoveTable": "Eliminar táboa",
|
"textRemoveTable": "Eliminar táboa",
|
||||||
"textRemoveTableContent": "Elimine a táboa de contidos",
|
"textRemoveTableContent": "Elimine a táboa de contidos",
|
||||||
"textReorder": "Reordenar",
|
|
||||||
"textRepeatAsHeaderRow": "Repetir como fila da cabeceira",
|
"textRepeatAsHeaderRow": "Repetir como fila da cabeceira",
|
||||||
"textReplace": "Substituír",
|
"textReplace": "Substituír",
|
||||||
"textReplaceImage": "Substituír imaxe",
|
"textReplaceImage": "Substituír imaxe",
|
||||||
|
@ -369,12 +368,12 @@
|
||||||
"textType": "Tipo",
|
"textType": "Tipo",
|
||||||
"textWe": "Me",
|
"textWe": "Me",
|
||||||
"textWrap": "Axuste",
|
"textWrap": "Axuste",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
"textCustomStyle": "Custom Style",
|
"textCustomStyle": "Custom Style",
|
||||||
"textDeleteImage": "Delete Image",
|
"textDeleteImage": "Delete Image",
|
||||||
"textDeleteLink": "Delete Link",
|
"textDeleteLink": "Delete Link",
|
||||||
"textRecommended": "Recommended",
|
"textRecommended": "Recommended",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textTextWrapping": "Text Wrapping",
|
"textTextWrapping": "Text Wrapping",
|
||||||
"textWrappingStyle": "Wrapping Style"
|
"textWrappingStyle": "Wrapping Style"
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "Alakzat eltávolítása",
|
"textRemoveShape": "Alakzat eltávolítása",
|
||||||
"textRemoveTable": "Táblázat eltávolítása",
|
"textRemoveTable": "Táblázat eltávolítása",
|
||||||
"textRemoveTableContent": "Tartalomjegyzék eltávolítása",
|
"textRemoveTableContent": "Tartalomjegyzék eltávolítása",
|
||||||
"textReorder": "Újrarendez",
|
|
||||||
"textRepeatAsHeaderRow": "Ismételje meg fejlécként",
|
"textRepeatAsHeaderRow": "Ismételje meg fejlécként",
|
||||||
"textReplace": "Csere",
|
"textReplace": "Csere",
|
||||||
"textReplaceImage": "Kép cseréje",
|
"textReplaceImage": "Kép cseréje",
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "Հեռացնել պատկերը",
|
"textRemoveShape": "Հեռացնել պատկերը",
|
||||||
"textRemoveTable": "Հեռացնել աղյուսակը",
|
"textRemoveTable": "Հեռացնել աղյուսակը",
|
||||||
"textRemoveTableContent": "Հեռացնել բովանդակության ցանկը",
|
"textRemoveTableContent": "Հեռացնել բովանդակության ցանկը",
|
||||||
"textReorder": "Վերադասավորել",
|
|
||||||
"textRepeatAsHeaderRow": "Կրկնել որպես գլխամասի տող",
|
"textRepeatAsHeaderRow": "Կրկնել որպես գլխամասի տող",
|
||||||
"textReplace": "Փոխարինել",
|
"textReplace": "Փոխարինել",
|
||||||
"textReplaceImage": "Փոխարինել նկարը",
|
"textReplaceImage": "Փոխարինել նկարը",
|
||||||
|
|
|
@ -222,6 +222,7 @@
|
||||||
"textAllowOverlap": "Ijinkan menumpuk",
|
"textAllowOverlap": "Ijinkan menumpuk",
|
||||||
"textAmountOfLevels": "Jumlah Level",
|
"textAmountOfLevels": "Jumlah Level",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
|
"textArrange": "Atur",
|
||||||
"textAugust": "Agustus",
|
"textAugust": "Agustus",
|
||||||
"textAuto": "Otomatis",
|
"textAuto": "Otomatis",
|
||||||
"textAutomatic": "Otomatis",
|
"textAutomatic": "Otomatis",
|
||||||
|
@ -331,7 +332,6 @@
|
||||||
"textRemoveShape": "Hilangkan Bentuk",
|
"textRemoveShape": "Hilangkan Bentuk",
|
||||||
"textRemoveTable": "Hilangkan Tabel",
|
"textRemoveTable": "Hilangkan Tabel",
|
||||||
"textRemoveTableContent": "Hapus daftar isi",
|
"textRemoveTableContent": "Hapus daftar isi",
|
||||||
"textReorder": "Reorder",
|
|
||||||
"textRepeatAsHeaderRow": "Ulangi sebagai Baris Header",
|
"textRepeatAsHeaderRow": "Ulangi sebagai Baris Header",
|
||||||
"textReplace": "Ganti",
|
"textReplace": "Ganti",
|
||||||
"textReplaceImage": "Ganti Gambar",
|
"textReplaceImage": "Ganti Gambar",
|
||||||
|
@ -376,8 +376,7 @@
|
||||||
"textType": "Ketik",
|
"textType": "Ketik",
|
||||||
"textWe": "Rab",
|
"textWe": "Rab",
|
||||||
"textWrap": "Wrap",
|
"textWrap": "Wrap",
|
||||||
"textWrappingStyle": "Gaya Pembungkusan",
|
"textWrappingStyle": "Gaya Pembungkusan"
|
||||||
"textArrange": "Arrange"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Waktu konversi habis.",
|
"convertationTimeoutText": "Waktu konversi habis.",
|
||||||
|
|
|
@ -328,7 +328,6 @@
|
||||||
"textRemoveShape": "Eliminare forma",
|
"textRemoveShape": "Eliminare forma",
|
||||||
"textRemoveTable": "Eliminare tabella",
|
"textRemoveTable": "Eliminare tabella",
|
||||||
"textRemoveTableContent": "Elimina sommario",
|
"textRemoveTableContent": "Elimina sommario",
|
||||||
"textReorder": "Riordinare",
|
|
||||||
"textRepeatAsHeaderRow": "Ripetere come riga di intestazione",
|
"textRepeatAsHeaderRow": "Ripetere come riga di intestazione",
|
||||||
"textReplace": "Sostituire",
|
"textReplace": "Sostituire",
|
||||||
"textReplaceImage": "Sostituire l'immagine",
|
"textReplaceImage": "Sostituire l'immagine",
|
||||||
|
@ -374,10 +373,10 @@
|
||||||
"textWe": "Mer",
|
"textWe": "Mer",
|
||||||
"textWrap": "Avvolgere",
|
"textWrap": "Avvolgere",
|
||||||
"textWrappingStyle": "Stile di disposizione testo",
|
"textWrappingStyle": "Stile di disposizione testo",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
"textCustomStyle": "Custom Style",
|
"textCustomStyle": "Custom Style",
|
||||||
"textDeleteImage": "Delete Image",
|
"textDeleteImage": "Delete Image"
|
||||||
"textArrange": "Arrange"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "È stato superato il tempo massimo della conversione.",
|
"convertationTimeoutText": "È stato superato il tempo massimo della conversione.",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"About": {
|
"About": {
|
||||||
"textAbout": "情報",
|
"textAbout": "詳細情報",
|
||||||
"textAddress": "アドレス",
|
"textAddress": "アドレス",
|
||||||
"textBack": "戻る",
|
"textBack": "戻る",
|
||||||
"textEditor": "ドキュメントエディター",
|
"textEditor": "ドキュメントエディター",
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ContextMenu": {
|
"ContextMenu": {
|
||||||
"errorCopyCutPaste": "コンテキストメニューを使う中コピーしたり切り取り貼り付きたりするの操作がこのファイルだけに実行されます。",
|
"errorCopyCutPaste": "コンテキストメニューを使用したコピー、切り取り、貼り付けの操作は、現在のファイル内でのみ実行されます。",
|
||||||
"menuAddComment": "コメントを追加",
|
"menuAddComment": "コメントを追加",
|
||||||
"menuAddLink": "リンクを追加",
|
"menuAddLink": "リンクを追加",
|
||||||
"menuCancel": "キャンセル",
|
"menuCancel": "キャンセル",
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
"menuViewComment": "コメントを見る",
|
"menuViewComment": "コメントを見る",
|
||||||
"textCancel": "キャンセル",
|
"textCancel": "キャンセル",
|
||||||
"textColumns": "列",
|
"textColumns": "列",
|
||||||
"textCopyCutPasteActions": "コピー,切り取り,貼り付けの操作",
|
"textCopyCutPasteActions": "コピー,切り取り,貼り付け",
|
||||||
"textDoNotShowAgain": "再度表示しない",
|
"textDoNotShowAgain": "再度表示しない",
|
||||||
"textNumberingValue": "番号",
|
"textNumberingValue": "番号",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
|
@ -214,14 +214,15 @@
|
||||||
"textAdditional": "追加",
|
"textAdditional": "追加",
|
||||||
"textAdditionalFormatting": "追加の書式設定",
|
"textAdditionalFormatting": "追加の書式設定",
|
||||||
"textAddress": "アドレス",
|
"textAddress": "アドレス",
|
||||||
"textAdvanced": "詳細",
|
"textAdvanced": "追加情報",
|
||||||
"textAdvancedSettings": "詳細設定",
|
"textAdvancedSettings": "詳細設定",
|
||||||
"textAfter": "後に",
|
"textAfter": "後",
|
||||||
"textAlign": "並べる",
|
"textAlign": "並べる",
|
||||||
"textAllCaps": "全ての大字",
|
"textAllCaps": "全ての大字",
|
||||||
"textAllowOverlap": "オーバーラップさせる",
|
"textAllowOverlap": "オーバーラップさせる",
|
||||||
"textAmountOfLevels": "レベル数",
|
"textAmountOfLevels": "レベル数",
|
||||||
"textApril": "4月",
|
"textApril": "4月",
|
||||||
|
"textArrange": "整列",
|
||||||
"textAugust": "8月",
|
"textAugust": "8月",
|
||||||
"textAuto": "自動",
|
"textAuto": "自動",
|
||||||
"textAutomatic": "自動",
|
"textAutomatic": "自動",
|
||||||
|
@ -331,7 +332,6 @@
|
||||||
"textRemoveShape": "形を削除する",
|
"textRemoveShape": "形を削除する",
|
||||||
"textRemoveTable": "表を削除する",
|
"textRemoveTable": "表を削除する",
|
||||||
"textRemoveTableContent": "目次を削除する",
|
"textRemoveTableContent": "目次を削除する",
|
||||||
"textReorder": "並べ替え",
|
|
||||||
"textRepeatAsHeaderRow": "ヘッダー行として繰り返す",
|
"textRepeatAsHeaderRow": "ヘッダー行として繰り返す",
|
||||||
"textReplace": "置換する",
|
"textReplace": "置換する",
|
||||||
"textReplaceImage": "イメージを置換する",
|
"textReplaceImage": "イメージを置換する",
|
||||||
|
@ -376,8 +376,7 @@
|
||||||
"textType": "タイプ",
|
"textType": "タイプ",
|
||||||
"textWe": "水",
|
"textWe": "水",
|
||||||
"textWrap": "折り返す",
|
"textWrap": "折り返す",
|
||||||
"textWrappingStyle": "折り返しの種類",
|
"textWrappingStyle": "折り返しの種類"
|
||||||
"textArrange": "Arrange"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "変換のタイムアウトを超過しました。",
|
"convertationTimeoutText": "変換のタイムアウトを超過しました。",
|
||||||
|
@ -396,6 +395,11 @@
|
||||||
"errorEmptyTOC": "スタイルギャラリーからの見出しスタイルを選択したテキストに適用して、目次の作成を開始します",
|
"errorEmptyTOC": "スタイルギャラリーからの見出しスタイルを選択したテキストに適用して、目次の作成を開始します",
|
||||||
"errorFilePassProtect": "ファイルはパスワードで保護されており、開けませんでした。",
|
"errorFilePassProtect": "ファイルはパスワードで保護されており、開けませんでした。",
|
||||||
"errorFileSizeExceed": "ファイルのサイズがサーバの制限を超過します。アドミニストレータを連絡してください。",
|
"errorFileSizeExceed": "ファイルのサイズがサーバの制限を超過します。アドミニストレータを連絡してください。",
|
||||||
|
"errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"errorKeyEncrypt": "不明なキーの記述子",
|
"errorKeyEncrypt": "不明なキーの記述子",
|
||||||
"errorKeyExpire": "キーの記述子の有効期間が満期した",
|
"errorKeyExpire": "キーの記述子の有効期間が満期した",
|
||||||
"errorLoadingFont": "フォントがダウンロードしませんでした。<br>文書のサーバのアドミ二ストレータを連絡してください。",
|
"errorLoadingFont": "フォントがダウンロードしませんでした。<br>文書のサーバのアドミ二ストレータを連絡してください。",
|
||||||
|
@ -407,6 +411,8 @@
|
||||||
"errorSessionToken": "サーバの接続が中断されました。ページを再びお読み込みしてください。",
|
"errorSessionToken": "サーバの接続が中断されました。ページを再びお読み込みしてください。",
|
||||||
"errorStockChart": "行の順序が正しくありません。株価チャートを作るようにシートにこのようにデータを配置してください:<br>始値、最高価格、最小価格、終値。",
|
"errorStockChart": "行の順序が正しくありません。株価チャートを作るようにシートにこのようにデータを配置してください:<br>始値、最高価格、最小価格、終値。",
|
||||||
"errorTextFormWrongFormat": "入力された値がフィールドのフォーマットと一致しません。",
|
"errorTextFormWrongFormat": "入力された値がフィールドのフォーマットと一致しません。",
|
||||||
|
"errorToken": "ドキュメントセキュリティトークンが正しく形成されていません。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
||||||
|
"errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
"errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
||||||
"errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
"errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||||
"errorUsersExceed": "料金プランで許可されているユーザー数を超えました。",
|
"errorUsersExceed": "料金プランで許可されているユーザー数を超えました。",
|
||||||
|
@ -421,14 +427,7 @@
|
||||||
"unknownErrorText": "不明なエラー",
|
"unknownErrorText": "不明なエラー",
|
||||||
"uploadImageExtMessage": "不明なイメージの形式",
|
"uploadImageExtMessage": "不明なイメージの形式",
|
||||||
"uploadImageFileCountMessage": "アップロードしたイメージがない",
|
"uploadImageFileCountMessage": "アップロードしたイメージがない",
|
||||||
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。",
|
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。"
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "データの読み込み中...",
|
"applyChangesTextText": "データの読み込み中...",
|
||||||
|
@ -479,7 +478,7 @@
|
||||||
"notcriticalErrorTitle": " 警告",
|
"notcriticalErrorTitle": " 警告",
|
||||||
"SDK": {
|
"SDK": {
|
||||||
" -Section ": "-セクション",
|
" -Section ": "-セクション",
|
||||||
"above": "上に",
|
"above": "上",
|
||||||
"below": "下に",
|
"below": "下に",
|
||||||
"Caption": "標題",
|
"Caption": "標題",
|
||||||
"Choose an item": "アイテムを選択してください",
|
"Choose an item": "アイテムを選択してください",
|
||||||
|
@ -573,7 +572,7 @@
|
||||||
"advTxtOptions": "TXTオプションを選択する",
|
"advTxtOptions": "TXTオプションを選択する",
|
||||||
"closeButtonText": "ファイルを閉じる",
|
"closeButtonText": "ファイルを閉じる",
|
||||||
"notcriticalErrorTitle": " 警告",
|
"notcriticalErrorTitle": " 警告",
|
||||||
"textAbout": "情報",
|
"textAbout": "詳細情報",
|
||||||
"textApplication": "アプリ",
|
"textApplication": "アプリ",
|
||||||
"textApplicationSettings": "アプリ設定",
|
"textApplicationSettings": "アプリ設定",
|
||||||
"textAuthor": "作成者",
|
"textAuthor": "作成者",
|
||||||
|
|
|
@ -305,7 +305,6 @@
|
||||||
"textRemoveChart": "차트 제거",
|
"textRemoveChart": "차트 제거",
|
||||||
"textRemoveShape": "도형 제거",
|
"textRemoveShape": "도형 제거",
|
||||||
"textRemoveTable": "표 제거",
|
"textRemoveTable": "표 제거",
|
||||||
"textReorder": "재정렬",
|
|
||||||
"textRepeatAsHeaderRow": "헤더 행으로 반복",
|
"textRepeatAsHeaderRow": "헤더 행으로 반복",
|
||||||
"textReplace": "바꾸기",
|
"textReplace": "바꾸기",
|
||||||
"textReplaceImage": "이미지 바꾸기",
|
"textReplaceImage": "이미지 바꾸기",
|
||||||
|
@ -341,6 +340,7 @@
|
||||||
"textWe": "수요일",
|
"textWe": "수요일",
|
||||||
"textWrap": "줄 바꾸기",
|
"textWrap": "줄 바꾸기",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
"textCentered": "Centered",
|
"textCentered": "Centered",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
|
@ -366,7 +366,6 @@
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textRightAlign": "Right Align",
|
"textRightAlign": "Right Align",
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
|
|
@ -305,7 +305,6 @@
|
||||||
"textRemoveChart": "ລົບແຜນວາດ",
|
"textRemoveChart": "ລົບແຜນວາດ",
|
||||||
"textRemoveShape": "ລົບຮ່າງ",
|
"textRemoveShape": "ລົບຮ່າງ",
|
||||||
"textRemoveTable": "ລົບຕາຕະລາງ",
|
"textRemoveTable": "ລົບຕາຕະລາງ",
|
||||||
"textReorder": "ຈັດຮຽງໃໝ່",
|
|
||||||
"textRepeatAsHeaderRow": "ເຮັດລື້ມຄືນ ຕາມ ແຖວຫົວເລື່ອງ",
|
"textRepeatAsHeaderRow": "ເຮັດລື້ມຄືນ ຕາມ ແຖວຫົວເລື່ອງ",
|
||||||
"textReplace": "ປ່ຽນແທນ",
|
"textReplace": "ປ່ຽນແທນ",
|
||||||
"textReplaceImage": "ປ່ຽນແທນຮູບ",
|
"textReplaceImage": "ປ່ຽນແທນຮູບ",
|
||||||
|
@ -341,6 +340,7 @@
|
||||||
"textWe": "ພວກເຮົາ",
|
"textWe": "ພວກເຮົາ",
|
||||||
"textWrap": "ຫໍ່",
|
"textWrap": "ຫໍ່",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
"textCentered": "Centered",
|
"textCentered": "Centered",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
|
@ -366,7 +366,6 @@
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textRightAlign": "Right Align",
|
"textRightAlign": "Right Align",
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
|
|
@ -326,7 +326,6 @@
|
||||||
"textRemoveShape": "Alih Keluar Bentuk",
|
"textRemoveShape": "Alih Keluar Bentuk",
|
||||||
"textRemoveTable": "Alih Keluar Jadual",
|
"textRemoveTable": "Alih Keluar Jadual",
|
||||||
"textRemoveTableContent": "Alih keluar senarai kandungan",
|
"textRemoveTableContent": "Alih keluar senarai kandungan",
|
||||||
"textReorder": "Order Semula",
|
|
||||||
"textRepeatAsHeaderRow": "Ulang sebagai Baris Pengepala",
|
"textRepeatAsHeaderRow": "Ulang sebagai Baris Pengepala",
|
||||||
"textReplace": "Gantikan",
|
"textReplace": "Gantikan",
|
||||||
"textReplaceImage": "Gantikan Imej",
|
"textReplaceImage": "Gantikan Imej",
|
||||||
|
@ -368,12 +367,12 @@
|
||||||
"textType": "Jenis",
|
"textType": "Jenis",
|
||||||
"textWe": "Kami",
|
"textWe": "Kami",
|
||||||
"textWrap": "Balut",
|
"textWrap": "Balut",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
"textCustomStyle": "Custom Style",
|
"textCustomStyle": "Custom Style",
|
||||||
"textDeleteImage": "Delete Image",
|
"textDeleteImage": "Delete Image",
|
||||||
"textDeleteLink": "Delete Link",
|
"textDeleteLink": "Delete Link",
|
||||||
"textRecommended": "Recommended",
|
"textRecommended": "Recommended",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textTableOfCont": "TOC",
|
"textTableOfCont": "TOC",
|
||||||
"textTextWrapping": "Text Wrapping",
|
"textTextWrapping": "Text Wrapping",
|
||||||
|
|
|
@ -289,7 +289,6 @@
|
||||||
"textRemoveChart": "Grafiek verwijderen",
|
"textRemoveChart": "Grafiek verwijderen",
|
||||||
"textRemoveShape": "Vorm verwijderen",
|
"textRemoveShape": "Vorm verwijderen",
|
||||||
"textRemoveTable": "Tabel verwijderen",
|
"textRemoveTable": "Tabel verwijderen",
|
||||||
"textReorder": "Opnieuw ordenen",
|
|
||||||
"textRepeatAsHeaderRow": "Als koprij herhalen",
|
"textRepeatAsHeaderRow": "Als koprij herhalen",
|
||||||
"textReplace": "Vervangen",
|
"textReplace": "Vervangen",
|
||||||
"textReplaceImage": "Afbeelding vervangen",
|
"textReplaceImage": "Afbeelding vervangen",
|
||||||
|
@ -320,6 +319,7 @@
|
||||||
"textWrap": "Wikkel",
|
"textWrap": "Wikkel",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
"textApril": "April",
|
"textApril": "April",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
"textCentered": "Centered",
|
"textCentered": "Centered",
|
||||||
|
@ -360,7 +360,6 @@
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textRightAlign": "Right Align",
|
"textRightAlign": "Right Align",
|
||||||
"textSa": "Sa",
|
"textSa": "Sa",
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "Remover forma",
|
"textRemoveShape": "Remover forma",
|
||||||
"textRemoveTable": "Remover tabela",
|
"textRemoveTable": "Remover tabela",
|
||||||
"textRemoveTableContent": "Remover índice remissivo",
|
"textRemoveTableContent": "Remover índice remissivo",
|
||||||
"textReorder": "Reordenar",
|
|
||||||
"textRepeatAsHeaderRow": "Repetir como linha de cabeçalho",
|
"textRepeatAsHeaderRow": "Repetir como linha de cabeçalho",
|
||||||
"textReplace": "Substituir",
|
"textReplace": "Substituir",
|
||||||
"textReplaceImage": "Substituir imagem",
|
"textReplaceImage": "Substituir imagem",
|
||||||
|
|
|
@ -222,6 +222,7 @@
|
||||||
"textAllowOverlap": "Permitir sobreposição",
|
"textAllowOverlap": "Permitir sobreposição",
|
||||||
"textAmountOfLevels": "Quantidade de níveis",
|
"textAmountOfLevels": "Quantidade de níveis",
|
||||||
"textApril": "Abril",
|
"textApril": "Abril",
|
||||||
|
"textArrange": "Organizar",
|
||||||
"textAugust": "Agosto",
|
"textAugust": "Agosto",
|
||||||
"textAuto": "Automático",
|
"textAuto": "Automático",
|
||||||
"textAutomatic": "Automático",
|
"textAutomatic": "Automático",
|
||||||
|
@ -331,7 +332,6 @@
|
||||||
"textRemoveShape": "Remover forma",
|
"textRemoveShape": "Remover forma",
|
||||||
"textRemoveTable": "Remover tabela",
|
"textRemoveTable": "Remover tabela",
|
||||||
"textRemoveTableContent": "Excluir tabela de conteúdo",
|
"textRemoveTableContent": "Excluir tabela de conteúdo",
|
||||||
"textReorder": "Reordenar",
|
|
||||||
"textRepeatAsHeaderRow": "Repetir como linha de cabeçalho",
|
"textRepeatAsHeaderRow": "Repetir como linha de cabeçalho",
|
||||||
"textReplace": "Substituir",
|
"textReplace": "Substituir",
|
||||||
"textReplaceImage": "Substituir imagem",
|
"textReplaceImage": "Substituir imagem",
|
||||||
|
@ -376,8 +376,7 @@
|
||||||
"textType": "Tipo",
|
"textType": "Tipo",
|
||||||
"textWe": "Qua",
|
"textWe": "Qua",
|
||||||
"textWrap": "Encapsulamento",
|
"textWrap": "Encapsulamento",
|
||||||
"textWrappingStyle": "Estilo da quebra",
|
"textWrappingStyle": "Estilo da quebra"
|
||||||
"textArrange": "Arrange"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Tempo limite de conversão excedido.",
|
"convertationTimeoutText": "Tempo limite de conversão excedido.",
|
||||||
|
@ -412,6 +411,8 @@
|
||||||
"errorSessionToken": "A conexão com o servidor foi interrompida. Por favor recarregue a página.",
|
"errorSessionToken": "A conexão com o servidor foi interrompida. Por favor recarregue a página.",
|
||||||
"errorStockChart": "Ordem incorreta das linhas. Para construir um gráfico de ações, coloque os dados na folha na seguinte ordem: <br> preço de abertura, preço máximo, preço mínimo, preço de fechamento.",
|
"errorStockChart": "Ordem incorreta das linhas. Para construir um gráfico de ações, coloque os dados na folha na seguinte ordem: <br> preço de abertura, preço máximo, preço mínimo, preço de fechamento.",
|
||||||
"errorTextFormWrongFormat": "O valor inserido não corresponde ao formato do campo.",
|
"errorTextFormWrongFormat": "O valor inserido não corresponde ao formato do campo.",
|
||||||
|
"errorToken": "O token de segurança do documento não foi formado corretamente.<br>Entre em contato com o administrador do Document Server.",
|
||||||
|
"errorTokenExpire": "O token de segurança do documento expirou.<br>Entre em contato com o administrador do Document Server.",
|
||||||
"errorUpdateVersionOnDisconnect": "A conexão à internet foi restabelecida, e a versão do arquivo foi alterada. <br> Antes de continuar seu trabalho, transfira o arquivo ou copie seu conteúdo para assegurar que nada seja perdido, e então, recarregue esta página.",
|
"errorUpdateVersionOnDisconnect": "A conexão à internet foi restabelecida, e a versão do arquivo foi alterada. <br> Antes de continuar seu trabalho, transfira o arquivo ou copie seu conteúdo para assegurar que nada seja perdido, e então, recarregue esta página.",
|
||||||
"errorUserDrop": "O arquivo não pode ser acessado no momento.",
|
"errorUserDrop": "O arquivo não pode ser acessado no momento.",
|
||||||
"errorUsersExceed": "O número de usuários permitidos pelo plano de preços foi excedido",
|
"errorUsersExceed": "O número de usuários permitidos pelo plano de preços foi excedido",
|
||||||
|
@ -426,9 +427,7 @@
|
||||||
"unknownErrorText": "Erro desconhecido.",
|
"unknownErrorText": "Erro desconhecido.",
|
||||||
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
||||||
"uploadImageFileCountMessage": "Sem imagens carregadas.",
|
"uploadImageFileCountMessage": "Sem imagens carregadas.",
|
||||||
"uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.",
|
"uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB."
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Carregando dados...",
|
"applyChangesTextText": "Carregando dados...",
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
"textContinuousPage": "Continuu",
|
"textContinuousPage": "Continuu",
|
||||||
"textCurrentPosition": "Poziția curentă",
|
"textCurrentPosition": "Poziția curentă",
|
||||||
"textDisplay": "Afișare",
|
"textDisplay": "Afișare",
|
||||||
|
"textDone": "Gata",
|
||||||
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
||||||
"textEvenPage": "Pagină pară",
|
"textEvenPage": "Pagină pară",
|
||||||
"textFootnote": "Notă de subsol",
|
"textFootnote": "Notă de subsol",
|
||||||
|
@ -49,6 +50,8 @@
|
||||||
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
||||||
"textPictureFromURL": "Imaginea prin URL",
|
"textPictureFromURL": "Imaginea prin URL",
|
||||||
"textPosition": "Poziție",
|
"textPosition": "Poziție",
|
||||||
|
"textRecommended": "Recomandate",
|
||||||
|
"textRequired": "Obligatoriu",
|
||||||
"textRightBottom": "Dreapta jos",
|
"textRightBottom": "Dreapta jos",
|
||||||
"textRightTop": "Dreapta sus",
|
"textRightTop": "Dreapta sus",
|
||||||
"textRows": "Rânduri",
|
"textRows": "Rânduri",
|
||||||
|
@ -61,10 +64,7 @@
|
||||||
"textTableSize": "Dimensiune tabel",
|
"textTableSize": "Dimensiune tabel",
|
||||||
"textWithBlueLinks": "Cu linkuri albastre",
|
"textWithBlueLinks": "Cu linkuri albastre",
|
||||||
"textWithPageNumbers": "Cu numere de pagină",
|
"textWithPageNumbers": "Cu numere de pagină",
|
||||||
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\""
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRequired": "Required"
|
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
|
@ -147,6 +147,7 @@
|
||||||
"textReviewChange": "Revizuire modificări",
|
"textReviewChange": "Revizuire modificări",
|
||||||
"textRight": "Aliniere la dreapta",
|
"textRight": "Aliniere la dreapta",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
|
"textSharingSettings": "Setări partajare",
|
||||||
"textShd": "Culoare de fundal",
|
"textShd": "Culoare de fundal",
|
||||||
"textSmallCaps": "Majuscule reduse",
|
"textSmallCaps": "Majuscule reduse",
|
||||||
"textSpacing": "Spațiere",
|
"textSpacing": "Spațiere",
|
||||||
|
@ -163,8 +164,7 @@
|
||||||
"textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
"textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
||||||
"textUnderline": "Subliniat",
|
"textUnderline": "Subliniat",
|
||||||
"textUsers": "Utilizatori",
|
"textUsers": "Utilizatori",
|
||||||
"textWidow": "Control văduvă",
|
"textWidow": "Control văduvă"
|
||||||
"textSharingSettings": "Sharing Settings"
|
|
||||||
},
|
},
|
||||||
"HighlightColorPalette": {
|
"HighlightColorPalette": {
|
||||||
"textNoFill": "Fără umplere"
|
"textNoFill": "Fără umplere"
|
||||||
|
@ -184,6 +184,7 @@
|
||||||
"menuDelete": "Șterge",
|
"menuDelete": "Șterge",
|
||||||
"menuDeleteTable": "Ștergere tabel",
|
"menuDeleteTable": "Ștergere tabel",
|
||||||
"menuEdit": "Editare",
|
"menuEdit": "Editare",
|
||||||
|
"menuEditLink": "Editare link",
|
||||||
"menuJoinList": "Continuare de la lista precedentă",
|
"menuJoinList": "Continuare de la lista precedentă",
|
||||||
"menuMerge": "Îmbinare",
|
"menuMerge": "Îmbinare",
|
||||||
"menuMore": "Mai multe",
|
"menuMore": "Mai multe",
|
||||||
|
@ -204,8 +205,7 @@
|
||||||
"textRefreshEntireTable": "Reîmprospătarea întregului tabel",
|
"textRefreshEntireTable": "Reîmprospătarea întregului tabel",
|
||||||
"textRefreshPageNumbersOnly": "Actualizare numai numere de pagină",
|
"textRefreshPageNumbersOnly": "Actualizare numai numere de pagină",
|
||||||
"textRows": "Rânduri",
|
"textRows": "Rânduri",
|
||||||
"txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?",
|
"txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?"
|
||||||
"menuEditLink": "Edit Link"
|
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Avertisment",
|
"notcriticalErrorTitle": "Avertisment",
|
||||||
|
@ -222,6 +222,7 @@
|
||||||
"textAllowOverlap": "Se permite suprapunerea",
|
"textAllowOverlap": "Se permite suprapunerea",
|
||||||
"textAmountOfLevels": "Număr de niveluri",
|
"textAmountOfLevels": "Număr de niveluri",
|
||||||
"textApril": "Aprilie",
|
"textApril": "Aprilie",
|
||||||
|
"textArrange": "Aranjare",
|
||||||
"textAugust": "August",
|
"textAugust": "August",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automat",
|
"textAutomatic": "Automat",
|
||||||
|
@ -238,6 +239,7 @@
|
||||||
"textCancel": "Anulare",
|
"textCancel": "Anulare",
|
||||||
"textCellMargins": "Margini de celulă",
|
"textCellMargins": "Margini de celulă",
|
||||||
"textCentered": "Centrat",
|
"textCentered": "Centrat",
|
||||||
|
"textChangeShape": "Modificare formă",
|
||||||
"textChart": "Diagramă",
|
"textChart": "Diagramă",
|
||||||
"textClassic": "Clasic",
|
"textClassic": "Clasic",
|
||||||
"textClose": "Închide",
|
"textClose": "Închide",
|
||||||
|
@ -246,7 +248,10 @@
|
||||||
"textCreateTextStyle": "Crearea unui nou stil de text",
|
"textCreateTextStyle": "Crearea unui nou stil de text",
|
||||||
"textCurrent": "Curent",
|
"textCurrent": "Curent",
|
||||||
"textCustomColor": "Culoare particularizată",
|
"textCustomColor": "Culoare particularizată",
|
||||||
|
"textCustomStyle": "Stil particularizat",
|
||||||
"textDecember": "Decembrie",
|
"textDecember": "Decembrie",
|
||||||
|
"textDeleteImage": "Ștergere imagine",
|
||||||
|
"textDeleteLink": "Ștergere link",
|
||||||
"textDesign": "Proiectare",
|
"textDesign": "Proiectare",
|
||||||
"textDifferentFirstPage": "Prima pagina diferită",
|
"textDifferentFirstPage": "Prima pagina diferită",
|
||||||
"textDifferentOddAndEvenPages": "Pagini pare și impare diferite",
|
"textDifferentOddAndEvenPages": "Pagini pare și impare diferite",
|
||||||
|
@ -319,6 +324,7 @@
|
||||||
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
||||||
"textPictureFromURL": "Imaginea prin URL",
|
"textPictureFromURL": "Imaginea prin URL",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
"textRecommended": "Recomandate",
|
||||||
"textRefresh": "Actualizare",
|
"textRefresh": "Actualizare",
|
||||||
"textRefreshEntireTable": "Reîmprospătarea întregului tabel",
|
"textRefreshEntireTable": "Reîmprospătarea întregului tabel",
|
||||||
"textRefreshPageNumbersOnly": "Actualizare numai numere de pagină",
|
"textRefreshPageNumbersOnly": "Actualizare numai numere de pagină",
|
||||||
|
@ -326,10 +332,10 @@
|
||||||
"textRemoveShape": "Stergere forma",
|
"textRemoveShape": "Stergere forma",
|
||||||
"textRemoveTable": "Ștergere tabel",
|
"textRemoveTable": "Ștergere tabel",
|
||||||
"textRemoveTableContent": "Eliminare cuprins",
|
"textRemoveTableContent": "Eliminare cuprins",
|
||||||
"textReorder": "Reordonare",
|
|
||||||
"textRepeatAsHeaderRow": "Repetare rânduri antet",
|
"textRepeatAsHeaderRow": "Repetare rânduri antet",
|
||||||
"textReplace": "Înlocuire",
|
"textReplace": "Înlocuire",
|
||||||
"textReplaceImage": "Înlocuire imagine",
|
"textReplaceImage": "Înlocuire imagine",
|
||||||
|
"textRequired": "Obligatoriu",
|
||||||
"textResizeToFitContent": "Potrivire conținut",
|
"textResizeToFitContent": "Potrivire conținut",
|
||||||
"textRightAlign": "Aliniere la dreapta",
|
"textRightAlign": "Aliniere la dreapta",
|
||||||
"textSa": "S",
|
"textSa": "S",
|
||||||
|
@ -359,6 +365,7 @@
|
||||||
"textTableOfCont": "TOC",
|
"textTableOfCont": "TOC",
|
||||||
"textTableOptions": "Opțiuni tabel",
|
"textTableOptions": "Opțiuni tabel",
|
||||||
"textText": "Text",
|
"textText": "Text",
|
||||||
|
"textTextWrapping": "Incadrare text",
|
||||||
"textTh": "J",
|
"textTh": "J",
|
||||||
"textThrough": "Printre",
|
"textThrough": "Printre",
|
||||||
"textTight": "Strâns",
|
"textTight": "Strâns",
|
||||||
|
@ -369,15 +376,7 @@
|
||||||
"textType": "Tip",
|
"textType": "Tip",
|
||||||
"textWe": "Mi",
|
"textWe": "Mi",
|
||||||
"textWrap": "Încadrare",
|
"textWrap": "Încadrare",
|
||||||
"textChangeShape": "Change Shape",
|
"textWrappingStyle": "Stil de încadrare"
|
||||||
"textCustomStyle": "Custom Style",
|
|
||||||
"textDeleteImage": "Delete Image",
|
|
||||||
"textDeleteLink": "Delete Link",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
|
||||||
"textTextWrapping": "Text Wrapping",
|
|
||||||
"textWrappingStyle": "Wrapping Style"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
"convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.",
|
||||||
|
@ -391,10 +390,16 @@
|
||||||
"errorDataEncrypted": "Modificările primite sunt criptate, decriptarea este imposibilă.",
|
"errorDataEncrypted": "Modificările primite sunt criptate, decriptarea este imposibilă.",
|
||||||
"errorDataRange": "Zonă de date incorectă.",
|
"errorDataRange": "Zonă de date incorectă.",
|
||||||
"errorDefaultMessage": "Codul de eroare: %1",
|
"errorDefaultMessage": "Codul de eroare: %1",
|
||||||
|
"errorDirectUrl": "Verificați linkul la document.<br>Trebuie să fie un link direct spre fișierul de încărcat.",
|
||||||
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br>Încărcați documentul pentru copierea de rezervă locală. ",
|
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br>Încărcați documentul pentru copierea de rezervă locală. ",
|
||||||
"errorEmptyTOC": "Începeți să creați un cuprins prin aplicarea stilurilor de titlu din Galeria de stiluri la textul selectat.",
|
"errorEmptyTOC": "Începeți să creați un cuprins prin aplicarea stilurilor de titlu din Galeria de stiluri la textul selectat.",
|
||||||
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dvs.",
|
"errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dvs.",
|
||||||
|
"errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
||||||
"errorKeyExpire": "Descriptor cheie a expirat",
|
"errorKeyExpire": "Descriptor cheie a expirat",
|
||||||
"errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
|
@ -405,6 +410,9 @@
|
||||||
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
||||||
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
||||||
"errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
"errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
||||||
|
"errorTextFormWrongFormat": "Ați introdus o valoare care nu corespunde cu formatul câmpului.",
|
||||||
|
"errorToken": "Token de securitate din document este format în mod incorect.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
|
"errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
"errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
||||||
"errorUserDrop": "Fișierul nu poate fi accesat deocamdată.",
|
"errorUserDrop": "Fișierul nu poate fi accesat deocamdată.",
|
||||||
"errorUsersExceed": "Limita de utilizatori stipulată de planul tarifar a fost depășită",
|
"errorUsersExceed": "Limita de utilizatori stipulată de planul tarifar a fost depășită",
|
||||||
|
@ -419,20 +427,12 @@
|
||||||
"unknownErrorText": "Eroare necunoscută.",
|
"unknownErrorText": "Eroare necunoscută.",
|
||||||
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
||||||
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
||||||
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.",
|
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB."
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Încărcarea datelor...",
|
"applyChangesTextText": "Încărcarea datelor...",
|
||||||
"applyChangesTitleText": "Încărcare date",
|
"applyChangesTitleText": "Încărcare date",
|
||||||
|
"confirmMaxChangesSize": "Numărul comenzilor depășește limita prevăzută pentru serverul dvs.<br>Apăsați butonul Anulare pentru a anula ultima comanda dvs. sau apăsați butonul Continuare pentru a executa comanda în mod local (încărcați fișierul sau copiați conținutul pentru a se asigura că nu se pierde nimic).",
|
||||||
"downloadMergeText": "Progres descărcare...",
|
"downloadMergeText": "Progres descărcare...",
|
||||||
"downloadMergeTitle": "Progres descărcare",
|
"downloadMergeTitle": "Progres descărcare",
|
||||||
"downloadTextText": "Descărcarea documentului...",
|
"downloadTextText": "Descărcarea documentului...",
|
||||||
|
@ -459,14 +459,13 @@
|
||||||
"saveTitleText": "Salvare document",
|
"saveTitleText": "Salvare document",
|
||||||
"sendMergeText": "Trimitere îmbinare a corespondenței...",
|
"sendMergeText": "Trimitere îmbinare a corespondenței...",
|
||||||
"sendMergeTitle": "Trimitere îmbinare a corespondenței ",
|
"sendMergeTitle": "Trimitere îmbinare a corespondenței ",
|
||||||
|
"textContinue": "Continuare",
|
||||||
"textLoadingDocument": "Încărcare document",
|
"textLoadingDocument": "Încărcare document",
|
||||||
|
"textUndo": "Anulare",
|
||||||
"txtEditingMode": "Setare modul de editare...",
|
"txtEditingMode": "Setare modul de editare...",
|
||||||
"uploadImageTextText": "Încărcarea imaginii...",
|
"uploadImageTextText": "Încărcarea imaginii...",
|
||||||
"uploadImageTitleText": "Încărcarea imaginii",
|
"uploadImageTitleText": "Încărcarea imaginii",
|
||||||
"waitText": "Vă rugăm să așteptați...",
|
"waitText": "Vă rugăm să așteptați..."
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Main": {
|
"Main": {
|
||||||
"criticalErrorTitle": "Eroare",
|
"criticalErrorTitle": "Eroare",
|
||||||
|
@ -630,6 +629,7 @@
|
||||||
"textMargins": "Margini",
|
"textMargins": "Margini",
|
||||||
"textMarginsH": "Marginile sus și jos sunt prea ridicate pentru această pagină",
|
"textMarginsH": "Marginile sus și jos sunt prea ridicate pentru această pagină",
|
||||||
"textMarginsW": "Marginile stânga și dreapta sunt prea late pentru această pagină",
|
"textMarginsW": "Marginile stânga și dreapta sunt prea late pentru această pagină",
|
||||||
|
"textMobileView": "Vizualizare mobilă",
|
||||||
"textNavigation": "Navigare",
|
"textNavigation": "Navigare",
|
||||||
"textNo": "Nu",
|
"textNo": "Nu",
|
||||||
"textNoCharacters": "Caractere neimprimate",
|
"textNoCharacters": "Caractere neimprimate",
|
||||||
|
@ -693,8 +693,7 @@
|
||||||
"txtScheme6": "Concurență",
|
"txtScheme6": "Concurență",
|
||||||
"txtScheme7": "Echilibru",
|
"txtScheme7": "Echilibru",
|
||||||
"txtScheme8": "Flux",
|
"txtScheme8": "Flux",
|
||||||
"txtScheme9": "Forjă",
|
"txtScheme9": "Forjă"
|
||||||
"textMobileView": "Mobile View"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Nu ați salvat modificările din documentul. Faceți clic pe Rămâi în pagină și așteptați la salvare automată. Faceți clic pe Părăsește aceasta pagina ca să renunțați la toate modificările nesalvate.",
|
"dlgLeaveMsgText": "Nu ați salvat modificările din documentul. Faceți clic pe Rămâi în pagină și așteptați la salvare automată. Faceți clic pe Părăsește aceasta pagina ca să renunțați la toate modificările nesalvate.",
|
||||||
|
@ -702,7 +701,7 @@
|
||||||
"leaveButtonText": "Părăsește această pagina",
|
"leaveButtonText": "Părăsește această pagina",
|
||||||
"stayButtonText": "Rămâi în pagină",
|
"stayButtonText": "Rămâi în pagină",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textSwitchedMobileView": "Switched to Mobile view",
|
"textSwitchedMobileView": "Comutat la vizualizarea mobilă",
|
||||||
"textSwitchedStandardView": "Switched to Standard view"
|
"textSwitchedStandardView": "Comutat la vizualizarea standard"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -222,6 +222,7 @@
|
||||||
"textAllowOverlap": "Разрешить перекрытие",
|
"textAllowOverlap": "Разрешить перекрытие",
|
||||||
"textAmountOfLevels": "Количество уровней",
|
"textAmountOfLevels": "Количество уровней",
|
||||||
"textApril": "Апрель",
|
"textApril": "Апрель",
|
||||||
|
"textArrange": "Порядок",
|
||||||
"textAugust": "Август",
|
"textAugust": "Август",
|
||||||
"textAuto": "Авто",
|
"textAuto": "Авто",
|
||||||
"textAutomatic": "Автоматический",
|
"textAutomatic": "Автоматический",
|
||||||
|
@ -331,7 +332,6 @@
|
||||||
"textRemoveShape": "Удалить фигуру",
|
"textRemoveShape": "Удалить фигуру",
|
||||||
"textRemoveTable": "Удалить таблицу",
|
"textRemoveTable": "Удалить таблицу",
|
||||||
"textRemoveTableContent": "Удалить оглавление",
|
"textRemoveTableContent": "Удалить оглавление",
|
||||||
"textReorder": "Порядок",
|
|
||||||
"textRepeatAsHeaderRow": "Повторять как заголовок",
|
"textRepeatAsHeaderRow": "Повторять как заголовок",
|
||||||
"textReplace": "Заменить",
|
"textReplace": "Заменить",
|
||||||
"textReplaceImage": "Заменить рисунок",
|
"textReplaceImage": "Заменить рисунок",
|
||||||
|
@ -376,8 +376,7 @@
|
||||||
"textType": "Тип",
|
"textType": "Тип",
|
||||||
"textWe": "Ср",
|
"textWe": "Ср",
|
||||||
"textWrap": "Стиль обтекания",
|
"textWrap": "Стиль обтекания",
|
||||||
"textWrappingStyle": "Стиль обтекания",
|
"textWrappingStyle": "Стиль обтекания"
|
||||||
"textArrange": "Arrange"
|
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Превышено время ожидания конвертации.",
|
"convertationTimeoutText": "Превышено время ожидания конвертации.",
|
||||||
|
|
|
@ -305,7 +305,6 @@
|
||||||
"textRemoveChart": "Odstrániť graf",
|
"textRemoveChart": "Odstrániť graf",
|
||||||
"textRemoveShape": "Odstrániť tvar",
|
"textRemoveShape": "Odstrániť tvar",
|
||||||
"textRemoveTable": "Odstrániť tabuľku",
|
"textRemoveTable": "Odstrániť tabuľku",
|
||||||
"textReorder": "Znovu usporiadať/zmena poradia",
|
|
||||||
"textRepeatAsHeaderRow": "Opakovať ako riadok hlavičky",
|
"textRepeatAsHeaderRow": "Opakovať ako riadok hlavičky",
|
||||||
"textReplace": "Nahradiť",
|
"textReplace": "Nahradiť",
|
||||||
"textReplaceImage": "Nahradiť obrázok",
|
"textReplaceImage": "Nahradiť obrázok",
|
||||||
|
@ -341,6 +340,7 @@
|
||||||
"textWe": "st",
|
"textWe": "st",
|
||||||
"textWrap": "Zabaliť",
|
"textWrap": "Zabaliť",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
"textCentered": "Centered",
|
"textCentered": "Centered",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
|
@ -366,7 +366,6 @@
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textRightAlign": "Right Align",
|
"textRightAlign": "Right Align",
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
|
|
@ -231,6 +231,7 @@
|
||||||
"textAllCaps": "All caps",
|
"textAllCaps": "All caps",
|
||||||
"textAllowOverlap": "Allow overlap",
|
"textAllowOverlap": "Allow overlap",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textBandedColumn": "Banded column",
|
"textBandedColumn": "Banded column",
|
||||||
"textBandedRow": "Banded row",
|
"textBandedRow": "Banded row",
|
||||||
"textBefore": "Before",
|
"textBefore": "Before",
|
||||||
|
@ -331,8 +332,6 @@
|
||||||
"textRemoveShape": "Remove Shape",
|
"textRemoveShape": "Remove Shape",
|
||||||
"textRemoveTable": "Remove Table",
|
"textRemoveTable": "Remove Table",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textReorder": "Reorder",
|
|
||||||
"textRepeatAsHeaderRow": "Repeat as Header Row",
|
"textRepeatAsHeaderRow": "Repeat as Header Row",
|
||||||
"textReplace": "Replace",
|
"textReplace": "Replace",
|
||||||
"textReplaceImage": "Replace Image",
|
"textReplaceImage": "Replace Image",
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"About": {
|
"About": {
|
||||||
"textAbout": "Hakkında",
|
"textAbout": "Hakkında",
|
||||||
"textAddress": "adres",
|
"textAddress": "Adres",
|
||||||
"textBack": "Geri",
|
"textBack": "Geri",
|
||||||
|
"textEditor": "\nBelge Düzenleyici",
|
||||||
"textEmail": "E-posta",
|
"textEmail": "E-posta",
|
||||||
"textPoweredBy": "Tarafından",
|
"textPoweredBy": "Tarafından",
|
||||||
"textTel": "Telefon",
|
"textTel": "Telefon",
|
||||||
"textVersion": "Sürüm",
|
"textVersion": "Sürüm"
|
||||||
"textEditor": "Document Editor"
|
|
||||||
},
|
},
|
||||||
"Add": {
|
"Add": {
|
||||||
"notcriticalErrorTitle": "Dikkat",
|
"notcriticalErrorTitle": "Dikkat",
|
||||||
"textAddLink": "Bağlantı Ekle",
|
"textAddLink": "Bağlantı Ekle",
|
||||||
"textAddress": "adres",
|
"textAddress": "Adres",
|
||||||
"textBack": "Geri",
|
"textBack": "Geri",
|
||||||
"textBelowText": "Alt Metin",
|
"textBelowText": "Alt Metin",
|
||||||
"textBottomOfPage": "Sayfanın alt kısmı",
|
"textBottomOfPage": "Sayfanın alt kısmı",
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
"textContinuousPage": "Devam Eden Sayfa",
|
"textContinuousPage": "Devam Eden Sayfa",
|
||||||
"textCurrentPosition": "Mevcut Pozisyon",
|
"textCurrentPosition": "Mevcut Pozisyon",
|
||||||
"textDisplay": "Görünüm",
|
"textDisplay": "Görünüm",
|
||||||
|
"textDone": "Tamamlandı",
|
||||||
"textEmptyImgUrl": "Resim URL'si belirtmelisiniz.",
|
"textEmptyImgUrl": "Resim URL'si belirtmelisiniz.",
|
||||||
"textEvenPage": "Çift Sayfa",
|
"textEvenPage": "Çift Sayfa",
|
||||||
"textFootnote": "Dipnot",
|
"textFootnote": "Dipnot",
|
||||||
|
@ -49,6 +50,8 @@
|
||||||
"textPictureFromLibrary": "Kütüphaneden Resim",
|
"textPictureFromLibrary": "Kütüphaneden Resim",
|
||||||
"textPictureFromURL": "URL'den resim",
|
"textPictureFromURL": "URL'den resim",
|
||||||
"textPosition": "Pozisyon",
|
"textPosition": "Pozisyon",
|
||||||
|
"textRecommended": "Tavsiye edilen",
|
||||||
|
"textRequired": "Gerekli",
|
||||||
"textRightBottom": "Sağ Alt",
|
"textRightBottom": "Sağ Alt",
|
||||||
"textRightTop": "Sağ Üst",
|
"textRightTop": "Sağ Üst",
|
||||||
"textRows": "Satırlar",
|
"textRows": "Satırlar",
|
||||||
|
@ -57,12 +60,9 @@
|
||||||
"textShape": "Şekil",
|
"textShape": "Şekil",
|
||||||
"textStartAt": "Başlangıç",
|
"textStartAt": "Başlangıç",
|
||||||
"textTable": "Tablo",
|
"textTable": "Tablo",
|
||||||
|
"textTableContents": "İçindekiler Tablosu",
|
||||||
"textTableSize": "Tablo Boyutu",
|
"textTableSize": "Tablo Boyutu",
|
||||||
"txtNotUrl": "Bu alan \"http://www.example.com\" formatında bir URL olmak zorundadır",
|
"txtNotUrl": "Bu alan \"http://www.example.com\" formatında bir URL olmak zorundadır",
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRequired": "Required",
|
|
||||||
"textTableContents": "Table of Contents",
|
|
||||||
"textWithBlueLinks": "With Blue Links",
|
"textWithBlueLinks": "With Blue Links",
|
||||||
"textWithPageNumbers": "With Page Numbers"
|
"textWithPageNumbers": "With Page Numbers"
|
||||||
},
|
},
|
||||||
|
@ -147,6 +147,7 @@
|
||||||
"textReviewChange": "Değişikliği İncele",
|
"textReviewChange": "Değişikliği İncele",
|
||||||
"textRight": "Sağa Hizala",
|
"textRight": "Sağa Hizala",
|
||||||
"textShape": "Şekil",
|
"textShape": "Şekil",
|
||||||
|
"textSharingSettings": "Paylaşım Ayarları",
|
||||||
"textShd": "Arka plan rengi",
|
"textShd": "Arka plan rengi",
|
||||||
"textSmallCaps": "Küçük harfler",
|
"textSmallCaps": "Küçük harfler",
|
||||||
"textSpacing": "Aralık",
|
"textSpacing": "Aralık",
|
||||||
|
@ -163,16 +164,15 @@
|
||||||
"textTryUndoRedo": "Hızlı birlikte düzenleme modunda geri al/ileri al fonksiyonları devre dışıdır.",
|
"textTryUndoRedo": "Hızlı birlikte düzenleme modunda geri al/ileri al fonksiyonları devre dışıdır.",
|
||||||
"textUnderline": "Altı çizili",
|
"textUnderline": "Altı çizili",
|
||||||
"textUsers": "Kullanıcılar",
|
"textUsers": "Kullanıcılar",
|
||||||
"textSharingSettings": "Sharing Settings",
|
|
||||||
"textWidow": "Widow control"
|
"textWidow": "Widow control"
|
||||||
},
|
},
|
||||||
|
"HighlightColorPalette": {
|
||||||
|
"textNoFill": "Dolgu Yok"
|
||||||
|
},
|
||||||
"ThemeColorPalette": {
|
"ThemeColorPalette": {
|
||||||
"textCustomColors": "Özel Renkler",
|
"textCustomColors": "Özel Renkler",
|
||||||
"textStandartColors": "Standart Renkler",
|
"textStandartColors": "Standart Renkler",
|
||||||
"textThemeColors": "Tema Renkleri"
|
"textThemeColors": "Tema Renkleri"
|
||||||
},
|
|
||||||
"HighlightColorPalette": {
|
|
||||||
"textNoFill": "No Fill"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ContextMenu": {
|
"ContextMenu": {
|
||||||
|
@ -184,6 +184,7 @@
|
||||||
"menuDelete": "Sil",
|
"menuDelete": "Sil",
|
||||||
"menuDeleteTable": "Tabloyu Sil",
|
"menuDeleteTable": "Tabloyu Sil",
|
||||||
"menuEdit": "Düzenle",
|
"menuEdit": "Düzenle",
|
||||||
|
"menuEditLink": "Bağlantıyı Düzenle",
|
||||||
"menuJoinList": "Bir önceki listeye bağlan",
|
"menuJoinList": "Bir önceki listeye bağlan",
|
||||||
"menuMerge": "Birleştir",
|
"menuMerge": "Birleştir",
|
||||||
"menuMore": "Daha fazla",
|
"menuMore": "Daha fazla",
|
||||||
|
@ -201,11 +202,10 @@
|
||||||
"textDoNotShowAgain": "Tekrar gösterme",
|
"textDoNotShowAgain": "Tekrar gösterme",
|
||||||
"textNumberingValue": "Numaralandırma değeri",
|
"textNumberingValue": "Numaralandırma değeri",
|
||||||
"textOk": "Tamam",
|
"textOk": "Tamam",
|
||||||
|
"textRefreshEntireTable": "Tüm tabloyu yenile",
|
||||||
|
"textRefreshPageNumbersOnly": "Yalnızca sayfa numaralarını yenile",
|
||||||
"textRows": "Satırlar",
|
"textRows": "Satırlar",
|
||||||
"menuEditLink": "Edit Link",
|
"txtWarnUrl": "Bu bağlantıyı tıklamak cihazınıza ve verilerinize zarar verebilir.<br>Devam etmek istediğinizden emin misiniz?"
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
|
||||||
"txtWarnUrl": "Clicking this link can be harmful to your device and data.<br>Are you sure you want to continue?"
|
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Dikkat",
|
"notcriticalErrorTitle": "Dikkat",
|
||||||
|
@ -213,14 +213,16 @@
|
||||||
"textAddCustomColor": "Özel Renk Ekle",
|
"textAddCustomColor": "Özel Renk Ekle",
|
||||||
"textAdditional": "Ek",
|
"textAdditional": "Ek",
|
||||||
"textAdditionalFormatting": "Ek biçimlendirme",
|
"textAdditionalFormatting": "Ek biçimlendirme",
|
||||||
"textAddress": "adres",
|
"textAddress": "Adres",
|
||||||
"textAdvanced": "Gelişmiş",
|
"textAdvanced": "Gelişmiş",
|
||||||
"textAdvancedSettings": "Gelişmiş Ayarlar",
|
"textAdvancedSettings": "Gelişmiş Ayarlar",
|
||||||
"textAfter": "sonra",
|
"textAfter": "sonra",
|
||||||
"textAlign": "Hizala",
|
"textAlign": "Hizala",
|
||||||
"textAllCaps": "Tümü büyük harf",
|
"textAllCaps": "Tümü büyük harf",
|
||||||
"textAllowOverlap": "Çakışmaya izin ver",
|
"textAllowOverlap": "Çakışmaya izin ver",
|
||||||
|
"textAmountOfLevels": "Seviye Miktarı",
|
||||||
"textApril": "Nisan",
|
"textApril": "Nisan",
|
||||||
|
"textArrange": "Düzenle",
|
||||||
"textAugust": "Ağustos",
|
"textAugust": "Ağustos",
|
||||||
"textAuto": "Otomatik",
|
"textAuto": "Otomatik",
|
||||||
"textAutomatic": "Otomatik",
|
"textAutomatic": "Otomatik",
|
||||||
|
@ -234,22 +236,35 @@
|
||||||
"textBringToForeground": "Önplana Getir",
|
"textBringToForeground": "Önplana Getir",
|
||||||
"textBullets": "İmler",
|
"textBullets": "İmler",
|
||||||
"textBulletsAndNumbers": "madde imleri ve numaralandırma",
|
"textBulletsAndNumbers": "madde imleri ve numaralandırma",
|
||||||
|
"textCancel": "İptal",
|
||||||
"textCellMargins": "Hücre Kenar Boşluğu",
|
"textCellMargins": "Hücre Kenar Boşluğu",
|
||||||
|
"textCentered": "Ortalanmış",
|
||||||
|
"textChangeShape": "Şekli değiştir",
|
||||||
"textChart": "Grafik",
|
"textChart": "Grafik",
|
||||||
|
"textClassic": "Klasik",
|
||||||
"textClose": "Kapat",
|
"textClose": "Kapat",
|
||||||
"textColor": "Renk",
|
"textColor": "Renk",
|
||||||
"textContinueFromPreviousSection": "Önceki bölümden devam et",
|
"textContinueFromPreviousSection": "Önceki bölümden devam et",
|
||||||
|
"textCreateTextStyle": "Yeni metin stili oluştur",
|
||||||
|
"textCurrent": "Mevcut",
|
||||||
"textCustomColor": "Özel Renk",
|
"textCustomColor": "Özel Renk",
|
||||||
"textDecember": "Aralık",
|
"textDecember": "Aralık",
|
||||||
|
"textDeleteImage": "Resmi Sil",
|
||||||
|
"textDeleteLink": "Bağlantıyı Sil",
|
||||||
"textDesign": "Tasarım",
|
"textDesign": "Tasarım",
|
||||||
"textDifferentFirstPage": "Farklı ilk sayfa",
|
"textDifferentFirstPage": "Farklı ilk sayfa",
|
||||||
"textDifferentOddAndEvenPages": "Farklı tek ve çift sayfalar",
|
"textDifferentOddAndEvenPages": "Farklı tek ve çift sayfalar",
|
||||||
"textDisplay": "Görüntüle",
|
"textDisplay": "Görüntüle",
|
||||||
"textDistanceFromText": "Metinden mesafe",
|
"textDistanceFromText": "Metinden mesafe",
|
||||||
|
"textDistinctive": "Belirgin",
|
||||||
|
"textDone": "Tamamlandı",
|
||||||
"textDoubleStrikethrough": "Üstü çift çizili",
|
"textDoubleStrikethrough": "Üstü çift çizili",
|
||||||
"textEditLink": "Bağlantıyı Düzenle",
|
"textEditLink": "Bağlantıyı Düzenle",
|
||||||
"textEffects": "Efektler",
|
"textEffects": "Efektler",
|
||||||
|
"textEmpty": "Boş",
|
||||||
"textEmptyImgUrl": "Resim URL'si belirtmelisiniz.",
|
"textEmptyImgUrl": "Resim URL'si belirtmelisiniz.",
|
||||||
|
"textEnterTitleNewStyle": "Yeni stilin başlığını girin",
|
||||||
|
"textFebruary": "Şubat",
|
||||||
"textFill": "Doldur",
|
"textFill": "Doldur",
|
||||||
"textFirstColumn": "İlk Sütun",
|
"textFirstColumn": "İlk Sütun",
|
||||||
"textFirstLine": "İlk Satır",
|
"textFirstLine": "İlk Satır",
|
||||||
|
@ -258,6 +273,8 @@
|
||||||
"textFontColors": "Yazı Tipi Renkleri",
|
"textFontColors": "Yazı Tipi Renkleri",
|
||||||
"textFonts": "Yazı Tipleri",
|
"textFonts": "Yazı Tipleri",
|
||||||
"textFooter": "Altbilgi",
|
"textFooter": "Altbilgi",
|
||||||
|
"textFormal": "Resmi",
|
||||||
|
"textFr": "Cum",
|
||||||
"textHeader": "Üst Başlık",
|
"textHeader": "Üst Başlık",
|
||||||
"textHeaderRow": "Üstbilgi Satırı",
|
"textHeaderRow": "Üstbilgi Satırı",
|
||||||
"textHighlightColor": "Vurgu Rengi",
|
"textHighlightColor": "Vurgu Rengi",
|
||||||
|
@ -266,114 +283,96 @@
|
||||||
"textImageURL": "Resim URL'si",
|
"textImageURL": "Resim URL'si",
|
||||||
"textInFront": "Önde",
|
"textInFront": "Önde",
|
||||||
"textInline": "Satıriçi",
|
"textInline": "Satıriçi",
|
||||||
|
"textJanuary": "Ocak",
|
||||||
|
"textJuly": "Temmuz",
|
||||||
|
"textJune": "Haziran",
|
||||||
"textKeepLinesTogether": "Satırları birlikte tut",
|
"textKeepLinesTogether": "Satırları birlikte tut",
|
||||||
"textKeepWithNext": "Sonrakiyle tut",
|
"textKeepWithNext": "Sonrakiyle tut",
|
||||||
"textLastColumn": "Son Sütun",
|
"textLastColumn": "Son Sütun",
|
||||||
|
"textLeader": "Lider",
|
||||||
"textLetterSpacing": "Harf Boşlukları",
|
"textLetterSpacing": "Harf Boşlukları",
|
||||||
|
"textLevels": "Seviyeler",
|
||||||
"textLineSpacing": "Satır Aralığı",
|
"textLineSpacing": "Satır Aralığı",
|
||||||
"textLink": "Bağlantı",
|
"textLink": "Bağlantı",
|
||||||
"textLinkSettings": "Bağlantı Ayarları",
|
"textLinkSettings": "Bağlantı Ayarları",
|
||||||
"textLinkToPrevious": "Öncekine bağlantıla",
|
"textLinkToPrevious": "Öncekine bağlantıla",
|
||||||
|
"textMarch": "Mart",
|
||||||
|
"textMay": "May",
|
||||||
|
"textMo": "Pzt",
|
||||||
|
"textModern": "Modern",
|
||||||
"textMoveBackward": "Geri Taşı",
|
"textMoveBackward": "Geri Taşı",
|
||||||
"textMoveForward": "İleri Taşı",
|
"textMoveForward": "İleri Taşı",
|
||||||
"textMoveWithText": "Metinle taşı",
|
"textMoveWithText": "Metinle taşı",
|
||||||
|
"textNextParagraphStyle": "Sonraki paragraf stili",
|
||||||
"textNone": "Hiçbiri",
|
"textNone": "Hiçbiri",
|
||||||
"textNoStyles": "Bu tip çizelge için stil yok!",
|
"textNoStyles": "Bu tip çizelge için stil yok!",
|
||||||
"textNotUrl": "Bu alan \"http://www.example.com\" formatında bir URL olmak zorundadır",
|
"textNotUrl": "Bu alan \"http://www.example.com\" formatında bir URL olmak zorundadır",
|
||||||
|
"textNovember": "Kasım",
|
||||||
"textNumbers": "Sayılar",
|
"textNumbers": "Sayılar",
|
||||||
|
"textOctober": "Ekim",
|
||||||
"textOk": "Tamam",
|
"textOk": "Tamam",
|
||||||
|
"textOnline": "Çevrimiçi",
|
||||||
"textOpacity": "Opaklık",
|
"textOpacity": "Opaklık",
|
||||||
"textOptions": "Seçenekler",
|
"textOptions": "Seçenekler",
|
||||||
"textOrphanControl": "Tek satır denetimi",
|
"textOrphanControl": "Tek satır denetimi",
|
||||||
"textPageBreakBefore": "Sayfa Sonu Öncesi",
|
"textPageBreakBefore": "Sayfa Sonu Öncesi",
|
||||||
"textPageNumbering": "Sayfa Numaralandırma",
|
"textPageNumbering": "Sayfa Numaralandırma",
|
||||||
|
"textPageNumbers": "Sayfa numaraları",
|
||||||
"textParagraph": "Paragraf",
|
"textParagraph": "Paragraf",
|
||||||
|
"textParagraphStyle": "Paragraf Stili",
|
||||||
"textPictureFromLibrary": "Kütüphaneden Resim",
|
"textPictureFromLibrary": "Kütüphaneden Resim",
|
||||||
"textPictureFromURL": "URL'den resim",
|
"textPictureFromURL": "URL'den resim",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
|
"textRecommended": "Tavsiye edilen",
|
||||||
|
"textRefresh": "Yenile",
|
||||||
|
"textRefreshEntireTable": "Tüm tabloyu yenile",
|
||||||
|
"textRefreshPageNumbersOnly": "Yalnızca sayfa numaralarını yenile",
|
||||||
"textRemoveChart": "Grafiği Kaldır",
|
"textRemoveChart": "Grafiği Kaldır",
|
||||||
"textRemoveShape": "Şekli Kaldır",
|
"textRemoveShape": "Şekli Kaldır",
|
||||||
"textRemoveTable": "Tabloyu Kaldır",
|
"textRemoveTable": "Tabloyu Kaldır",
|
||||||
"textReorder": "Yeniden Sırala",
|
"textRemoveTableContent": "İçindekiler tablosunu kaldır",
|
||||||
"textRepeatAsHeaderRow": "Başlık Satır olarak Tekrarla",
|
"textRepeatAsHeaderRow": "Başlık Satır olarak Tekrarla",
|
||||||
"textReplace": "Değiştir",
|
"textReplace": "Değiştir",
|
||||||
"textReplaceImage": "Resmi Değiştir",
|
"textReplaceImage": "Resmi Değiştir",
|
||||||
|
"textRequired": "Gerekli",
|
||||||
"textResizeToFitContent": "İçereğe Göre Yeniden Boyutlandır",
|
"textResizeToFitContent": "İçereğe Göre Yeniden Boyutlandır",
|
||||||
|
"textRightAlign": "Sağa Hizala",
|
||||||
|
"textSa": "Cmt",
|
||||||
|
"textSameCreatedNewStyle": "Oluşturulan yeni stil ile aynı",
|
||||||
"textScreenTip": "Ekran İpucu",
|
"textScreenTip": "Ekran İpucu",
|
||||||
"textSelectObjectToEdit": "Düzenlenecek nesneyi seçin",
|
"textSelectObjectToEdit": "Düzenlenecek nesneyi seçin",
|
||||||
"textSendToBackground": "Arkaplana gönder",
|
"textSendToBackground": "Arkaplana gönder",
|
||||||
|
"textSeptember": "Eylül",
|
||||||
"textSettings": "Ayarlar",
|
"textSettings": "Ayarlar",
|
||||||
"textShape": "Şekil",
|
"textShape": "Şekil",
|
||||||
|
"textSimple": "Basit",
|
||||||
"textSize": "Boyut",
|
"textSize": "Boyut",
|
||||||
"textSmallCaps": "Küçük harfler",
|
"textSmallCaps": "Küçük harfler",
|
||||||
"textSpaceBetweenParagraphs": "Paragraf Arası Boşluklar",
|
"textSpaceBetweenParagraphs": "Paragraf Arası Boşluklar",
|
||||||
"textSquare": "Kare",
|
"textSquare": "Kare",
|
||||||
|
"textStandard": "Standart",
|
||||||
"textStartAt": "Başlangıç",
|
"textStartAt": "Başlangıç",
|
||||||
"textStrikethrough": "Üstü çizili",
|
"textStrikethrough": "Üstü çizili",
|
||||||
|
"textStructure": "Yapı",
|
||||||
"textStyle": "Stil",
|
"textStyle": "Stil",
|
||||||
"textStyleOptions": "Stil Seçenekleri",
|
"textStyleOptions": "Stil Seçenekleri",
|
||||||
|
"textStyles": "Stiller",
|
||||||
|
"textSu": "Paz",
|
||||||
"textSubscript": "Alt Simge",
|
"textSubscript": "Alt Simge",
|
||||||
"textSuperscript": "Üst Simge",
|
"textSuperscript": "Üst Simge",
|
||||||
"textTable": "Tablo",
|
"textTable": "Tablo",
|
||||||
"textTableOptions": "Tablo Seçenekleri",
|
"textTableOptions": "Tablo Seçenekleri",
|
||||||
"textText": "Metin",
|
"textText": "Metin",
|
||||||
|
"textTextWrapping": "Metin Kaydırma",
|
||||||
|
"textTh": "Pe",
|
||||||
"textThrough": "Aracılığıyla",
|
"textThrough": "Aracılığıyla",
|
||||||
"textTight": "Sıkı",
|
"textTight": "Sıkı",
|
||||||
"textTopAndBottom": "Üst ve alt",
|
"textTopAndBottom": "Üst ve alt",
|
||||||
"textTotalRow": "Toplam Satır",
|
"textTotalRow": "Toplam Satır",
|
||||||
"textType": "Tip",
|
"textType": "Tip",
|
||||||
"textWrap": "Metni Kaydır",
|
"textWrap": "Metni Kaydır",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textCentered": "Centered",
|
|
||||||
"textChangeShape": "Change Shape",
|
|
||||||
"textClassic": "Classic",
|
|
||||||
"textCreateTextStyle": "Create new text style",
|
|
||||||
"textCurrent": "Current",
|
|
||||||
"textCustomStyle": "Custom Style",
|
"textCustomStyle": "Custom Style",
|
||||||
"textDeleteImage": "Delete Image",
|
|
||||||
"textDeleteLink": "Delete Link",
|
|
||||||
"textDistinctive": "Distinctive",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textEmpty": "Empty",
|
|
||||||
"textEnterTitleNewStyle": "Enter title of a new style",
|
|
||||||
"textFebruary": "February",
|
|
||||||
"textFormal": "Formal",
|
|
||||||
"textFr": "Fr",
|
|
||||||
"textJanuary": "January",
|
|
||||||
"textJuly": "July",
|
|
||||||
"textJune": "June",
|
|
||||||
"textLeader": "Leader",
|
|
||||||
"textLevels": "Levels",
|
|
||||||
"textMarch": "March",
|
|
||||||
"textMay": "May",
|
|
||||||
"textMo": "Mo",
|
|
||||||
"textModern": "Modern",
|
|
||||||
"textNextParagraphStyle": "Next paragraph style",
|
|
||||||
"textNovember": "November",
|
|
||||||
"textOctober": "October",
|
|
||||||
"textOnline": "Online",
|
|
||||||
"textPageNumbers": "Page Numbers",
|
|
||||||
"textParagraphStyle": "Paragraph Style",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRefresh": "Refresh",
|
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
|
||||||
"textRightAlign": "Right Align",
|
|
||||||
"textSa": "Sa",
|
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
|
||||||
"textSeptember": "September",
|
|
||||||
"textSimple": "Simple",
|
|
||||||
"textStandard": "Standard",
|
|
||||||
"textStructure": "Structure",
|
|
||||||
"textStyles": "Styles",
|
|
||||||
"textSu": "Su",
|
|
||||||
"textTableOfCont": "TOC",
|
"textTableOfCont": "TOC",
|
||||||
"textTextWrapping": "Text Wrapping",
|
|
||||||
"textTh": "Th",
|
|
||||||
"textTitle": "Title",
|
"textTitle": "Title",
|
||||||
"textTu": "Tu",
|
"textTu": "Tu",
|
||||||
"textWe": "We",
|
"textWe": "We",
|
||||||
|
@ -391,9 +390,16 @@
|
||||||
"errorDataEncrypted": "Şifreli değişiklikler algılandı, çözülemiyor.",
|
"errorDataEncrypted": "Şifreli değişiklikler algılandı, çözülemiyor.",
|
||||||
"errorDataRange": "Yanlış veri aralığı.",
|
"errorDataRange": "Yanlış veri aralığı.",
|
||||||
"errorDefaultMessage": "Hata kodu: %1",
|
"errorDefaultMessage": "Hata kodu: %1",
|
||||||
|
"errorDirectUrl": "Lütfen belgenin bağlantısını doğrulayın.<br>Bu bağlantı, indirilecek dosyaya doğrudan bir bağlantı olmalıdır.",
|
||||||
"errorEditingDownloadas": "Dokümanla çalışma sırasında hata oluştu.<br> Lokal olarak dosyayı kaydetmek için dokümanı indirin.",
|
"errorEditingDownloadas": "Dokümanla çalışma sırasında hata oluştu.<br> Lokal olarak dosyayı kaydetmek için dokümanı indirin.",
|
||||||
|
"errorEmptyTOC": "Seçilen metne Stiller galerisinden bir başlık stili uygulayarak içindekiler tablosu oluşturmaya başlayın.",
|
||||||
"errorFilePassProtect": "Dosya parola korumalı ve açılamadı.",
|
"errorFilePassProtect": "Dosya parola korumalı ve açılamadı.",
|
||||||
"errorFileSizeExceed": "Dosya boyutu sunucu sınırınızı aşıyor.<br>Lütfen yöneticinizle iletişime geçin.",
|
"errorFileSizeExceed": "Dosya boyutu sunucu sınırınızı aşıyor.<br>Lütfen yöneticinizle iletişime geçin.",
|
||||||
|
"errorInconsistentExt": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği, dosya uzantısıyla eşleşmiyor.",
|
||||||
|
"errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"errorInconsistentExtPdf": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği şu biçimlerden birine karşılık geliyor: pdf/djvu/xps/oxps, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"errorInconsistentExtPptx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği sunumlara karşılık geliyor (örn. pptx), ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"errorInconsistentExtXlsx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği e-tablolara (örn. xlsx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
"errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
||||||
"errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
"errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
||||||
"errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
|
@ -403,6 +409,8 @@
|
||||||
"errorSessionIdle": "Belge uzun süredir düzenlenmemiştir. Lütfen sayfayı yenileyin.",
|
"errorSessionIdle": "Belge uzun süredir düzenlenmemiştir. Lütfen sayfayı yenileyin.",
|
||||||
"errorSessionToken": "Sunucuyla bağlantı kesildi. Lütfen sayfayı yenileyin.",
|
"errorSessionToken": "Sunucuyla bağlantı kesildi. Lütfen sayfayı yenileyin.",
|
||||||
"errorStockChart": "Yanlış satır sırası. Stok çizelgesi oluşturmak içi, verilen sıralamada veriyi yerleştirmek gereklidir: <br> ücret açma, max ücret, minimum ücret ve ücret kapama",
|
"errorStockChart": "Yanlış satır sırası. Stok çizelgesi oluşturmak içi, verilen sıralamada veriyi yerleştirmek gereklidir: <br> ücret açma, max ücret, minimum ücret ve ücret kapama",
|
||||||
|
"errorToken": "Belge güvenlik belirteci doğru şekilde oluşturulmamış <br> <br> Lütfen Document Server yöneticinize başvurun.",
|
||||||
|
"errorTokenExpire": "Belge güvenlik belirteci doldu. <br> Lütfen Document Server yöneticinize başvurun.",
|
||||||
"errorUpdateVersionOnDisconnect": "Internet bağlantısı sağlandı, dosya versiyonu değiştirildi. <br>Çalışmaya devam etmeden önce, dosyayı indirin veya içeriğini kopyalayıp herhangi bir kayıp olmadığından emin olun ve sayfayı yenileyin.",
|
"errorUpdateVersionOnDisconnect": "Internet bağlantısı sağlandı, dosya versiyonu değiştirildi. <br>Çalışmaya devam etmeden önce, dosyayı indirin veya içeriğini kopyalayıp herhangi bir kayıp olmadığından emin olun ve sayfayı yenileyin.",
|
||||||
"errorUserDrop": "Dosyaya şu anda erişilemiyor.",
|
"errorUserDrop": "Dosyaya şu anda erişilemiyor.",
|
||||||
"errorUsersExceed": "Fiyat planının izin verdiği kullanıcı sayısı aşıldı",
|
"errorUsersExceed": "Fiyat planının izin verdiği kullanıcı sayısı aşıldı",
|
||||||
|
@ -418,17 +426,8 @@
|
||||||
"uploadImageExtMessage": "Bilinmeyen resim formatı.",
|
"uploadImageExtMessage": "Bilinmeyen resim formatı.",
|
||||||
"uploadImageFileCountMessage": "Resim yüklenmedi.",
|
"uploadImageFileCountMessage": "Resim yüklenmedi.",
|
||||||
"uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.",
|
"uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.",
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
|
||||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field.",
|
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Veri yükleniyor...",
|
"applyChangesTextText": "Veri yükleniyor...",
|
||||||
|
@ -459,13 +458,13 @@
|
||||||
"saveTitleText": "Belge Kaydediliyor",
|
"saveTitleText": "Belge Kaydediliyor",
|
||||||
"sendMergeText": "Birleştirme Gönderiliyor...",
|
"sendMergeText": "Birleştirme Gönderiliyor...",
|
||||||
"sendMergeTitle": "Birleştirme Gönderiliyor",
|
"sendMergeTitle": "Birleştirme Gönderiliyor",
|
||||||
|
"textContinue": "Devam",
|
||||||
"textLoadingDocument": "Belge yükleniyor",
|
"textLoadingDocument": "Belge yükleniyor",
|
||||||
"txtEditingMode": "Düzenleme modunu belirle...",
|
"txtEditingMode": "Düzenleme modunu belirle...",
|
||||||
"uploadImageTextText": "Resim yükleniyor...",
|
"uploadImageTextText": "Resim yükleniyor...",
|
||||||
"uploadImageTitleText": "Resim Yükleniyor",
|
"uploadImageTitleText": "Resim Yükleniyor",
|
||||||
"waitText": "Lütfen bekleyin...",
|
"waitText": "Lütfen bekleyin...",
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
"textUndo": "Undo"
|
||||||
},
|
},
|
||||||
"Main": {
|
"Main": {
|
||||||
|
@ -548,8 +547,12 @@
|
||||||
"textHasMacros": "Dosya otomatik makrolar içeriyor.<br>Makroları çalıştırmak istiyor musunuz?",
|
"textHasMacros": "Dosya otomatik makrolar içeriyor.<br>Makroları çalıştırmak istiyor musunuz?",
|
||||||
"textNo": "Hayır",
|
"textNo": "Hayır",
|
||||||
"textNoLicenseTitle": "Lisans limitine ulaşıldı.",
|
"textNoLicenseTitle": "Lisans limitine ulaşıldı.",
|
||||||
|
"textNoTextFound": "Metin Bulunamadı",
|
||||||
"textPaidFeature": "Ücretli Özellik",
|
"textPaidFeature": "Ücretli Özellik",
|
||||||
"textRemember": "Seçimimi hatırla",
|
"textRemember": "Seçimimi hatırla",
|
||||||
|
"textReplaceSkipped": "Değiştirme yapıldı. {0} olay atlandı.",
|
||||||
|
"textReplaceSuccess": "Arama yapıldı. {0} olay değiştirildi.",
|
||||||
|
"textRequestMacros": "Bir makro, URL'ye istekte bulunur. %1 isteğine izin vermek istiyor musunuz?",
|
||||||
"textYes": "Evet",
|
"textYes": "Evet",
|
||||||
"titleLicenseExp": "Lisans süresi doldu",
|
"titleLicenseExp": "Lisans süresi doldu",
|
||||||
"titleServerVersion": "Editör güncellendi",
|
"titleServerVersion": "Editör güncellendi",
|
||||||
|
@ -561,11 +564,7 @@
|
||||||
"warnLicenseUsersExceeded": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Daha fazla bilgi edinmek için yöneticinizle iletişime geçin.",
|
"warnLicenseUsersExceeded": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Daha fazla bilgi edinmek için yöneticinizle iletişime geçin.",
|
||||||
"warnNoLicense": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu belge yalnızca görüntüleme için açılacaktır. Kişisel yükseltme koşulları için %1 satış ekibiyle iletişime geçin.",
|
"warnNoLicense": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu belge yalnızca görüntüleme için açılacaktır. Kişisel yükseltme koşulları için %1 satış ekibiyle iletişime geçin.",
|
||||||
"warnNoLicenseUsers": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Kişisel yükseltme koşulları için %1 satış ekibiyle iletişime geçin.",
|
"warnNoLicenseUsers": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Kişisel yükseltme koşulları için %1 satış ekibiyle iletişime geçin.",
|
||||||
"warnProcessRightsChange": "Bu dosyayı düzenleme izniniz yok.",
|
"warnProcessRightsChange": "Bu dosyayı düzenleme izniniz yok."
|
||||||
"textNoTextFound": "Text not found",
|
|
||||||
"textReplaceSkipped": "The replacement has been made. {0} occurrences were skipped.",
|
|
||||||
"textReplaceSuccess": "The search has been done. Occurrences replaced: {0}",
|
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advDRMOptions": "Korumalı dosya",
|
"advDRMOptions": "Korumalı dosya",
|
||||||
|
@ -578,6 +577,7 @@
|
||||||
"textApplicationSettings": "Uygulama Ayarları",
|
"textApplicationSettings": "Uygulama Ayarları",
|
||||||
"textAuthor": "Sahibi",
|
"textAuthor": "Sahibi",
|
||||||
"textBack": "Geri",
|
"textBack": "Geri",
|
||||||
|
"textBeginningDocument": "Döküman başlangıcı",
|
||||||
"textBottom": "Alt",
|
"textBottom": "Alt",
|
||||||
"textCancel": "İptal Et",
|
"textCancel": "İptal Et",
|
||||||
"textCaseSensitive": "Büyük küçük harfe duyarlı",
|
"textCaseSensitive": "Büyük küçük harfe duyarlı",
|
||||||
|
@ -591,6 +591,7 @@
|
||||||
"textCommentsDisplay": "Yorum Görünümü",
|
"textCommentsDisplay": "Yorum Görünümü",
|
||||||
"textCreated": "Olusturuldu",
|
"textCreated": "Olusturuldu",
|
||||||
"textCustomSize": "Özel Boyut",
|
"textCustomSize": "Özel Boyut",
|
||||||
|
"textDirection": "Yön",
|
||||||
"textDisableAll": "Tümünü Devre Dışı Bırak",
|
"textDisableAll": "Tümünü Devre Dışı Bırak",
|
||||||
"textDisableAllMacrosWithNotification": "Makroları bildirim ile pasifleştir",
|
"textDisableAllMacrosWithNotification": "Makroları bildirim ile pasifleştir",
|
||||||
"textDisableAllMacrosWithoutNotification": "Tüm makroları bildirimsiz devre dışı bırak",
|
"textDisableAllMacrosWithoutNotification": "Tüm makroları bildirimsiz devre dışı bırak",
|
||||||
|
@ -602,9 +603,12 @@
|
||||||
"textDownloadAs": "Olarak indir",
|
"textDownloadAs": "Olarak indir",
|
||||||
"textDownloadRtf": "Bu biçimde kaydetmeye devam ederseniz, bazı biçimler kaybolabilir. Devam etmek istediğinize emin misiniz?",
|
"textDownloadRtf": "Bu biçimde kaydetmeye devam ederseniz, bazı biçimler kaybolabilir. Devam etmek istediğinize emin misiniz?",
|
||||||
"textDownloadTxt": "Bu biçimde kayıt etmeye devam ederseniz, metin dışında tüm özellikler kaybolacaktır. Devam etmek istediğinize emin misiniz?",
|
"textDownloadTxt": "Bu biçimde kayıt etmeye devam ederseniz, metin dışında tüm özellikler kaybolacaktır. Devam etmek istediğinize emin misiniz?",
|
||||||
|
"textEmptyHeading": "Boş Başlık",
|
||||||
"textEnableAll": "Hepsini Etkinleştir",
|
"textEnableAll": "Hepsini Etkinleştir",
|
||||||
"textEnableAllMacrosWithoutNotification": "Tüm makroları bildirimsiz etkinleştir",
|
"textEnableAllMacrosWithoutNotification": "Tüm makroları bildirimsiz etkinleştir",
|
||||||
"textEncoding": "Kodlama",
|
"textEncoding": "Kodlama",
|
||||||
|
"textFastWV": "Hızlı Web Görünümü",
|
||||||
|
"textFeedback": "Geri Bildirim & Destek",
|
||||||
"textFind": "Bul",
|
"textFind": "Bul",
|
||||||
"textFindAndReplace": "Bul ve Değiştir",
|
"textFindAndReplace": "Bul ve Değiştir",
|
||||||
"textFindAndReplaceAll": " Bul ve Hepsini Değiştir",
|
"textFindAndReplaceAll": " Bul ve Hepsini Değiştir",
|
||||||
|
@ -617,12 +621,16 @@
|
||||||
"textLastModified": "Son Düzenleme",
|
"textLastModified": "Son Düzenleme",
|
||||||
"textLastModifiedBy": "Son Düzenleyen",
|
"textLastModifiedBy": "Son Düzenleyen",
|
||||||
"textLeft": "Sol",
|
"textLeft": "Sol",
|
||||||
|
"textLeftToRight": "Soldan sağa",
|
||||||
"textLoading": "Yükleniyor...",
|
"textLoading": "Yükleniyor...",
|
||||||
"textLocation": "Konum",
|
"textLocation": "Konum",
|
||||||
"textMacrosSettings": "Makro Ayarları",
|
"textMacrosSettings": "Makro Ayarları",
|
||||||
"textMargins": "Kenar Boşlukları",
|
"textMargins": "Kenar Boşlukları",
|
||||||
"textMarginsH": "Belirli bir sayfa yüksekliği için üst ve alt kenar boşlukları çok yüksek",
|
"textMarginsH": "Belirli bir sayfa yüksekliği için üst ve alt kenar boşlukları çok yüksek",
|
||||||
"textMarginsW": "Sağ ve Sol çizelgeler verilen sayfa genişliği için çok geniş",
|
"textMarginsW": "Sağ ve Sol çizelgeler verilen sayfa genişliği için çok geniş",
|
||||||
|
"textMobileView": "Mobil Görünüm",
|
||||||
|
"textNavigation": "Gezinti",
|
||||||
|
"textNo": "Hayır",
|
||||||
"textNoCharacters": "Basılmaz Karakterler",
|
"textNoCharacters": "Basılmaz Karakterler",
|
||||||
"textNoTextFound": "Metin Bulunamadı",
|
"textNoTextFound": "Metin Bulunamadı",
|
||||||
"textOk": "Tamam",
|
"textOk": "Tamam",
|
||||||
|
@ -630,7 +638,11 @@
|
||||||
"textOrientation": "Oryantasyon",
|
"textOrientation": "Oryantasyon",
|
||||||
"textOwner": "Sahip",
|
"textOwner": "Sahip",
|
||||||
"textPages": "Sayfalar",
|
"textPages": "Sayfalar",
|
||||||
|
"textPageSize": "Sayfa Boyutu",
|
||||||
"textParagraphs": "Paragraflar",
|
"textParagraphs": "Paragraflar",
|
||||||
|
"textPdfProducer": "PDF Üreticisi",
|
||||||
|
"textPdfTagged": "Etiketli PDF",
|
||||||
|
"textPdfVer": "PDF Sürümü",
|
||||||
"textPoint": "Nokta",
|
"textPoint": "Nokta",
|
||||||
"textPortrait": "Dikey",
|
"textPortrait": "Dikey",
|
||||||
"textPrint": "Yazdır",
|
"textPrint": "Yazdır",
|
||||||
|
@ -638,7 +650,9 @@
|
||||||
"textReplace": "Değiştir",
|
"textReplace": "Değiştir",
|
||||||
"textReplaceAll": "Tümünü Değiştir",
|
"textReplaceAll": "Tümünü Değiştir",
|
||||||
"textResolvedComments": "Çözümlenmiş Yorumlar",
|
"textResolvedComments": "Çözümlenmiş Yorumlar",
|
||||||
|
"textRestartApplication": "Değişikliklerin geçerli olması için lütfen uygulamayı yeniden başlatın",
|
||||||
"textRight": "Sağ",
|
"textRight": "Sağ",
|
||||||
|
"textRightToLeft": "Sağdan Sola",
|
||||||
"textSearch": "Ara",
|
"textSearch": "Ara",
|
||||||
"textSettings": "Ayarlar",
|
"textSettings": "Ayarlar",
|
||||||
"textShowNotification": "Bildirim Göster",
|
"textShowNotification": "Bildirim Göster",
|
||||||
|
@ -661,6 +675,7 @@
|
||||||
"txtScheme11": "Metro",
|
"txtScheme11": "Metro",
|
||||||
"txtScheme12": "Modül",
|
"txtScheme12": "Modül",
|
||||||
"txtScheme13": "Zengin",
|
"txtScheme13": "Zengin",
|
||||||
|
"txtScheme14": "Sıkma",
|
||||||
"txtScheme15": "Orjin",
|
"txtScheme15": "Orjin",
|
||||||
"txtScheme16": "Kağıt",
|
"txtScheme16": "Kağıt",
|
||||||
"txtScheme17": "Gündönümü",
|
"txtScheme17": "Gündönümü",
|
||||||
|
@ -676,24 +691,8 @@
|
||||||
"txtScheme7": "Net Değer",
|
"txtScheme7": "Net Değer",
|
||||||
"txtScheme8": "Yayılma",
|
"txtScheme8": "Yayılma",
|
||||||
"txtScheme9": "Döküm",
|
"txtScheme9": "Döküm",
|
||||||
"textBeginningDocument": "Beginning of document",
|
|
||||||
"textDirection": "Direction",
|
|
||||||
"textEmptyHeading": "Empty Heading",
|
|
||||||
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
"textEmptyScreens": "There are no headings in the document. Apply a headings style to the text so that it appears in the table of contents.",
|
||||||
"textFastWV": "Fast Web View",
|
|
||||||
"textFeedback": "Feedback & Support",
|
|
||||||
"textLeftToRight": "Left To Right",
|
|
||||||
"textMobileView": "Mobile View",
|
|
||||||
"textNavigation": "Navigation",
|
|
||||||
"textNo": "No",
|
|
||||||
"textPageSize": "Page Size",
|
|
||||||
"textPdfProducer": "PDF Producer",
|
|
||||||
"textPdfTagged": "Tagged PDF",
|
|
||||||
"textPdfVer": "PDF Version",
|
|
||||||
"textRestartApplication": "Please restart the application for the changes to take effect",
|
|
||||||
"textRightToLeft": "Right To Left",
|
|
||||||
"textYes": "Yes",
|
"textYes": "Yes",
|
||||||
"txtScheme14": "Oriel",
|
|
||||||
"txtScheme19": "Trek"
|
"txtScheme19": "Trek"
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
|
@ -701,8 +700,8 @@
|
||||||
"dlgLeaveTitleText": "Uygulamadan çıktınız",
|
"dlgLeaveTitleText": "Uygulamadan çıktınız",
|
||||||
"leaveButtonText": "Bu Sayfadan Ayrıl",
|
"leaveButtonText": "Bu Sayfadan Ayrıl",
|
||||||
"stayButtonText": "Bu Sayfada Kal",
|
"stayButtonText": "Bu Sayfada Kal",
|
||||||
"textOk": "OK",
|
"textOk": "Tamam",
|
||||||
"textSwitchedMobileView": "Switched to Mobile view",
|
"textSwitchedMobileView": "Mobil görünüme geçildi",
|
||||||
"textSwitchedStandardView": "Switched to Standard view"
|
"textSwitchedStandardView": "Standart görünüme geçildi"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -305,7 +305,6 @@
|
||||||
"textRemoveChart": "Видалити діаграму",
|
"textRemoveChart": "Видалити діаграму",
|
||||||
"textRemoveShape": "Видалити форму",
|
"textRemoveShape": "Видалити форму",
|
||||||
"textRemoveTable": "Видалити таблицю",
|
"textRemoveTable": "Видалити таблицю",
|
||||||
"textReorder": "Порядок",
|
|
||||||
"textRepeatAsHeaderRow": "Повторювати як заголовок",
|
"textRepeatAsHeaderRow": "Повторювати як заголовок",
|
||||||
"textReplace": "Замінити",
|
"textReplace": "Замінити",
|
||||||
"textReplaceImage": "Замінити зображення",
|
"textReplaceImage": "Замінити зображення",
|
||||||
|
@ -341,6 +340,7 @@
|
||||||
"textWe": "Ср",
|
"textWe": "Ср",
|
||||||
"textWrap": "Стиль обтікання",
|
"textWrap": "Стиль обтікання",
|
||||||
"textAmountOfLevels": "Amount of Levels",
|
"textAmountOfLevels": "Amount of Levels",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textCancel": "Cancel",
|
"textCancel": "Cancel",
|
||||||
"textCentered": "Centered",
|
"textCentered": "Centered",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
|
@ -366,7 +366,6 @@
|
||||||
"textRefreshEntireTable": "Refresh entire table",
|
"textRefreshEntireTable": "Refresh entire table",
|
||||||
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
"textRefreshPageNumbersOnly": "Refresh page numbers only",
|
||||||
"textRemoveTableContent": "Remove table of contents",
|
"textRemoveTableContent": "Remove table of contents",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textRightAlign": "Right Align",
|
"textRightAlign": "Right Align",
|
||||||
"textSameCreatedNewStyle": "Same as created new style",
|
"textSameCreatedNewStyle": "Same as created new style",
|
||||||
|
|
|
@ -326,7 +326,6 @@
|
||||||
"textRemoveShape": "刪除形狀",
|
"textRemoveShape": "刪除形狀",
|
||||||
"textRemoveTable": "刪除表格",
|
"textRemoveTable": "刪除表格",
|
||||||
"textRemoveTableContent": "刪除目錄",
|
"textRemoveTableContent": "刪除目錄",
|
||||||
"textReorder": "重新排序",
|
|
||||||
"textRepeatAsHeaderRow": "重複作為標題行",
|
"textRepeatAsHeaderRow": "重複作為標題行",
|
||||||
"textReplace": "取代",
|
"textReplace": "取代",
|
||||||
"textReplaceImage": "取代圖片",
|
"textReplaceImage": "取代圖片",
|
||||||
|
@ -369,12 +368,12 @@
|
||||||
"textType": "類型",
|
"textType": "類型",
|
||||||
"textWe": "We",
|
"textWe": "We",
|
||||||
"textWrap": "包覆",
|
"textWrap": "包覆",
|
||||||
|
"textArrange": "Arrange",
|
||||||
"textChangeShape": "Change Shape",
|
"textChangeShape": "Change Shape",
|
||||||
"textCustomStyle": "Custom Style",
|
"textCustomStyle": "Custom Style",
|
||||||
"textDeleteImage": "Delete Image",
|
"textDeleteImage": "Delete Image",
|
||||||
"textDeleteLink": "Delete Link",
|
"textDeleteLink": "Delete Link",
|
||||||
"textRecommended": "Recommended",
|
"textRecommended": "Recommended",
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textRequired": "Required",
|
"textRequired": "Required",
|
||||||
"textTextWrapping": "Text Wrapping",
|
"textTextWrapping": "Text Wrapping",
|
||||||
"textWrappingStyle": "Wrapping Style"
|
"textWrappingStyle": "Wrapping Style"
|
||||||
|
|
|
@ -331,7 +331,6 @@
|
||||||
"textRemoveShape": "删除图形",
|
"textRemoveShape": "删除图形",
|
||||||
"textRemoveTable": "删除表",
|
"textRemoveTable": "删除表",
|
||||||
"textRemoveTableContent": "删除目录",
|
"textRemoveTableContent": "删除目录",
|
||||||
"textReorder": "重新订购",
|
|
||||||
"textRepeatAsHeaderRow": "重复标题行",
|
"textRepeatAsHeaderRow": "重复标题行",
|
||||||
"textReplace": "替换",
|
"textReplace": "替换",
|
||||||
"textReplaceImage": "替换图像",
|
"textReplaceImage": "替换图像",
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
"PE.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"PE.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
||||||
"PE.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
"PE.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
||||||
"PE.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
"PE.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"PE.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"PE.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"PE.ApplicationController.errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"PE.ApplicationController.errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
||||||
|
|
|
@ -15,8 +15,13 @@
|
||||||
"PE.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
"PE.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
||||||
"PE.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
"PE.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
||||||
"PE.ApplicationController.errorForceSave": "ファイルを保存中にエラーがありました。ファイルをPCに保存するように「としてダウンロード」と言うオプションを使い、または後でもう一度してみてください。",
|
"PE.ApplicationController.errorForceSave": "ファイルを保存中にエラーがありました。ファイルをPCに保存するように「としてダウンロード」と言うオプションを使い、または後でもう一度してみてください。",
|
||||||
|
"PE.ApplicationController.errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"PE.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
"PE.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
||||||
"PE.ApplicationController.errorTokenExpire": "ドキュメント・セキュリティ・トークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
"PE.ApplicationController.errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
||||||
"PE.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
"PE.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||||
"PE.ApplicationController.notcriticalErrorTitle": "警告",
|
"PE.ApplicationController.notcriticalErrorTitle": "警告",
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
"PE.ApplicationController.errorFilePassProtect": "O documento está protegido por palavra-passe e não pode ser aberto.",
|
"PE.ApplicationController.errorFilePassProtect": "O documento está protegido por palavra-passe e não pode ser aberto.",
|
||||||
"PE.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
"PE.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
||||||
"PE.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente novamente mais tarde.",
|
"PE.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente novamente mais tarde.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExt": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro não coincide com a sua extensão.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtDocx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um documento de texto (doc, docx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPdf": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um dos seguintes formatos: pdf/djvu/xps/oxps, mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPptx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma apresentação (ppt, pptx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtXlsx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma folha de cálculo (xls, xlsx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
"PE.ApplicationController.errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
"PE.ApplicationController.errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
||||||
"PE.ApplicationController.errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
"PE.ApplicationController.errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
||||||
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "A ligação foi restaurada e a versão do ficheiro foi alterada.<br>Antes de poder continuar a trabalhar, é necessário descarregar o ficheiro ou copiar o seu conteúdo para garantir que nada se perde e depois voltar a carregar esta página.",
|
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "A ligação foi restaurada e a versão do ficheiro foi alterada.<br>Antes de poder continuar a trabalhar, é necessário descarregar o ficheiro ou copiar o seu conteúdo para garantir que nada se perde e depois voltar a carregar esta página.",
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
"PE.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"PE.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"PE.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
"PE.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
||||||
"PE.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
"PE.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"PE.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"PE.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
"PE.ApplicationController.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
"PE.ApplicationController.errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"common.view.modals.txtHeight": "Yükseklik",
|
"common.view.modals.txtHeight": "Yükseklik",
|
||||||
"common.view.modals.txtShare": "Bağlantıyı Paylaş",
|
"common.view.modals.txtShare": "Bağlantıyı Paylaş",
|
||||||
"common.view.modals.txtWidth": "Genişlik",
|
"common.view.modals.txtWidth": "Genişlik",
|
||||||
|
"common.view.SearchBar.textFind": "Bulmak",
|
||||||
"PE.ApplicationController.convertationErrorText": "Değişim başarısız oldu.",
|
"PE.ApplicationController.convertationErrorText": "Değişim başarısız oldu.",
|
||||||
"PE.ApplicationController.convertationTimeoutText": "Değişim süresi aşıldı.",
|
"PE.ApplicationController.convertationTimeoutText": "Değişim süresi aşıldı.",
|
||||||
"PE.ApplicationController.criticalErrorTitle": "Hata",
|
"PE.ApplicationController.criticalErrorTitle": "Hata",
|
||||||
|
@ -14,6 +15,11 @@
|
||||||
"PE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
"PE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
||||||
"PE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
"PE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
||||||
"PE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
"PE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExt": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği, dosya uzantısıyla eşleşmiyor.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPdf": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği şu biçimlerden birine karşılık geliyor: pdf/djvu/xps/oxps, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtPptx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği sunumlara karşılık geliyor (ör. pptx), ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"PE.ApplicationController.errorInconsistentExtXlsx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği e-tablolara (örn. xlsx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"PE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"PE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
"PE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
|
"PE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
|
||||||
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",
|
"PE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",
|
||||||
|
@ -34,5 +40,6 @@
|
||||||
"PE.ApplicationView.txtFileLocation": "Dosya konumunu aç",
|
"PE.ApplicationView.txtFileLocation": "Dosya konumunu aç",
|
||||||
"PE.ApplicationView.txtFullScreen": "Tam Ekran",
|
"PE.ApplicationView.txtFullScreen": "Tam Ekran",
|
||||||
"PE.ApplicationView.txtPrint": "Yazdır",
|
"PE.ApplicationView.txtPrint": "Yazdır",
|
||||||
|
"PE.ApplicationView.txtSearch": "Arama",
|
||||||
"PE.ApplicationView.txtShare": "Paylaş"
|
"PE.ApplicationView.txtShare": "Paylaş"
|
||||||
}
|
}
|
|
@ -807,6 +807,7 @@
|
||||||
"PE.Controllers.Main.downloadTitleText": "Downloading Presentation",
|
"PE.Controllers.Main.downloadTitleText": "Downloading Presentation",
|
||||||
"PE.Controllers.Main.errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.",
|
"PE.Controllers.Main.errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.",
|
||||||
"PE.Controllers.Main.errorBadImageUrl": "Image URL is incorrect",
|
"PE.Controllers.Main.errorBadImageUrl": "Image URL is incorrect",
|
||||||
|
"PE.Controllers.Main.errorCannotPasteImg": "We can't paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the presentation.",
|
||||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Server connection lost. The document cannot be edited right now.",
|
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Server connection lost. The document cannot be edited right now.",
|
||||||
"PE.Controllers.Main.errorComboSeries": "To create a combination chart, select at least two series of data.",
|
"PE.Controllers.Main.errorComboSeries": "To create a combination chart, select at least two series of data.",
|
||||||
"PE.Controllers.Main.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.",
|
"PE.Controllers.Main.errorConnectToServer": "The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document.",
|
||||||
|
@ -843,7 +844,6 @@
|
||||||
"PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
|
"PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
|
||||||
"PE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
"PE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
||||||
"PE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
|
"PE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
|
||||||
"PE.Controllers.Main.errorCannotPasteImg": "We can't paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the presentation.",
|
|
||||||
"PE.Controllers.Main.leavePageText": "You have unsaved changes in this presentation. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.",
|
"PE.Controllers.Main.leavePageText": "You have unsaved changes in this presentation. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.",
|
||||||
"PE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this presentation will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
"PE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this presentation will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
||||||
"PE.Controllers.Main.loadFontsTextText": "Loading data...",
|
"PE.Controllers.Main.loadFontsTextText": "Loading data...",
|
||||||
|
|
|
@ -1377,6 +1377,7 @@
|
||||||
"PE.Views.Animation.txtSec": "s",
|
"PE.Views.Animation.txtSec": "s",
|
||||||
"PE.Views.AnimationDialog.textPreviewEffect": "Efektuaren aurrebista",
|
"PE.Views.AnimationDialog.textPreviewEffect": "Efektuaren aurrebista",
|
||||||
"PE.Views.AnimationDialog.textTitle": "Efektu gehiago",
|
"PE.Views.AnimationDialog.textTitle": "Efektu gehiago",
|
||||||
|
"PE.Views.ChartSettings.text3dRotation": "3D biraketa",
|
||||||
"PE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
"PE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
||||||
"PE.Views.ChartSettings.textChartType": "Aldatu diagrama-mota",
|
"PE.Views.ChartSettings.textChartType": "Aldatu diagrama-mota",
|
||||||
"PE.Views.ChartSettings.textEditData": "Editatu datuak",
|
"PE.Views.ChartSettings.textEditData": "Editatu datuak",
|
||||||
|
|
|
@ -248,6 +248,12 @@
|
||||||
"Common.define.effectData.textWipe": "Törlés",
|
"Common.define.effectData.textWipe": "Törlés",
|
||||||
"Common.define.effectData.textZigzag": "Cikcakk",
|
"Common.define.effectData.textZigzag": "Cikcakk",
|
||||||
"Common.define.effectData.textZoom": "Nagyítás",
|
"Common.define.effectData.textZoom": "Nagyítás",
|
||||||
|
"Common.define.smartArt.textAccentedPicture": "Hangsúlyos kép",
|
||||||
|
"Common.define.smartArt.textAccentProcess": "Akcentus eljárás",
|
||||||
|
"Common.define.smartArt.textAlternatingFlow": "Váltakozó folyamat",
|
||||||
|
"Common.define.smartArt.textAlternatingHexagons": "Váltakozó hatszögek",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureBlocks": "Váltakozó képblokkok",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureCircles": "Váltakozó képkörök",
|
||||||
"Common.Translation.textMoreButton": "További",
|
"Common.Translation.textMoreButton": "További",
|
||||||
"Common.Translation.warnFileLocked": "A fájlt egy másik alkalmazásban szerkesztik. Folytathatja a szerkesztést és elmentheti másolatként.",
|
"Common.Translation.warnFileLocked": "A fájlt egy másik alkalmazásban szerkesztik. Folytathatja a szerkesztést és elmentheti másolatként.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Másolat létrehozása",
|
"Common.Translation.warnFileLockedBtnEdit": "Másolat létrehozása",
|
||||||
|
@ -658,6 +664,11 @@
|
||||||
"PE.Controllers.Main.errorFilePassProtect": "A dokumentum jelszóval védett, és nem nyitható meg.",
|
"PE.Controllers.Main.errorFilePassProtect": "A dokumentum jelszóval védett, és nem nyitható meg.",
|
||||||
"PE.Controllers.Main.errorFileSizeExceed": "A fájlméret meghaladja a szerverre beállított korlátozást.<br>Kérjük, forduljon a Document Server rendszergazdájához a részletekért.",
|
"PE.Controllers.Main.errorFileSizeExceed": "A fájlméret meghaladja a szerverre beállított korlátozást.<br>Kérjük, forduljon a Document Server rendszergazdájához a részletekért.",
|
||||||
"PE.Controllers.Main.errorForceSave": "Hiba történt a fájl mentése közben. Kérjük, használja a 'Letöltés másként' opciót a fájl meghajtóra mentéséhez, vagy próbálja meg később újra.",
|
"PE.Controllers.Main.errorForceSave": "Hiba történt a fájl mentése közben. Kérjük, használja a 'Letöltés másként' opciót a fájl meghajtóra mentéséhez, vagy próbálja meg később újra.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExt": "Hiba történt a fájl megnyitásakor.<br>A fájl tartalma nem felel meg a fájlkiterjesztésnek.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtDocx": "Hiba történt a fájl megnyitásakor.<br>A fájl tartalma szöveges dokumentumnak (pl. docx) felel meg, de kiterjesztése nem megfelelő: %1.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtPdf": "Hiba történt a fájl megnyitásakor.<br>A fájl tartalma a következő formátumok egyikének felel meg: pdf/djvu/xps/oxps, de kiterjesztése nem egyezik meg: %1.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtPptx": "Hiba történt a fájl megnyitásakor.<br>A fájl tartalma megfelel a prezentációknak (pl. pptx), de kiterjesztése nem megfelelő: %1.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtXlsx": "Hiba történt a fájl megnyitásakor.<br>A fájl tartalma megfelel a táblázatoknak (pl. xlsx), de kiterjesztése nem megfelelő: %1.",
|
||||||
"PE.Controllers.Main.errorKeyEncrypt": "Ismeretlen kulcsleíró",
|
"PE.Controllers.Main.errorKeyEncrypt": "Ismeretlen kulcsleíró",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "Lejárt kulcsleíró",
|
"PE.Controllers.Main.errorKeyExpire": "Lejárt kulcsleíró",
|
||||||
"PE.Controllers.Main.errorLoadingFont": "A betűtípusok nincsenek betöltve.<br>Kérjük forduljon a dokumentumszerver rendszergazdájához.",
|
"PE.Controllers.Main.errorLoadingFont": "A betűtípusok nincsenek betöltve.<br>Kérjük forduljon a dokumentumszerver rendszergazdájához.",
|
||||||
|
@ -1436,6 +1447,8 @@
|
||||||
"PE.Views.DocumentHolder.advancedShapeText": "Haladó alakzatbeállítások",
|
"PE.Views.DocumentHolder.advancedShapeText": "Haladó alakzatbeállítások",
|
||||||
"PE.Views.DocumentHolder.advancedTableText": "Haladó táblázatbeállítások",
|
"PE.Views.DocumentHolder.advancedTableText": "Haladó táblázatbeállítások",
|
||||||
"PE.Views.DocumentHolder.alignmentText": "Elrendezés",
|
"PE.Views.DocumentHolder.alignmentText": "Elrendezés",
|
||||||
|
"PE.Views.DocumentHolder.allLinearText": "Mind - Lineáris",
|
||||||
|
"PE.Views.DocumentHolder.allProfText": "Minden - Professzionális",
|
||||||
"PE.Views.DocumentHolder.belowText": "alatt",
|
"PE.Views.DocumentHolder.belowText": "alatt",
|
||||||
"PE.Views.DocumentHolder.cellAlignText": "Cella vízszintes elrendezése",
|
"PE.Views.DocumentHolder.cellAlignText": "Cella vízszintes elrendezése",
|
||||||
"PE.Views.DocumentHolder.cellText": "Cella",
|
"PE.Views.DocumentHolder.cellText": "Cella",
|
||||||
|
@ -1477,6 +1490,8 @@
|
||||||
"PE.Views.DocumentHolder.splitCellsText": "Cella felosztása...",
|
"PE.Views.DocumentHolder.splitCellsText": "Cella felosztása...",
|
||||||
"PE.Views.DocumentHolder.splitCellTitleText": "Cella felosztása",
|
"PE.Views.DocumentHolder.splitCellTitleText": "Cella felosztása",
|
||||||
"PE.Views.DocumentHolder.tableText": "Táblázat",
|
"PE.Views.DocumentHolder.tableText": "Táblázat",
|
||||||
|
"PE.Views.DocumentHolder.textAddHGuides": "Horizontális útmutató hozzáadása",
|
||||||
|
"PE.Views.DocumentHolder.textAddVGuides": "Vertikális útmutató hozzáadása",
|
||||||
"PE.Views.DocumentHolder.textArrangeBack": "Háttérbe küld",
|
"PE.Views.DocumentHolder.textArrangeBack": "Háttérbe küld",
|
||||||
"PE.Views.DocumentHolder.textArrangeBackward": "Visszafelé küld",
|
"PE.Views.DocumentHolder.textArrangeBackward": "Visszafelé küld",
|
||||||
"PE.Views.DocumentHolder.textArrangeForward": "Előre hoz",
|
"PE.Views.DocumentHolder.textArrangeForward": "Előre hoz",
|
||||||
|
@ -2394,6 +2409,8 @@
|
||||||
"PE.Views.Transitions.txtParameters": "Paraméterek",
|
"PE.Views.Transitions.txtParameters": "Paraméterek",
|
||||||
"PE.Views.Transitions.txtPreview": "Előnézet",
|
"PE.Views.Transitions.txtPreview": "Előnézet",
|
||||||
"PE.Views.Transitions.txtSec": "s",
|
"PE.Views.Transitions.txtSec": "s",
|
||||||
|
"PE.Views.ViewTab.textAddHGuides": "Horizontális útmutató hozzáadása",
|
||||||
|
"PE.Views.ViewTab.textAddVGuides": "Vertikális útmutató hozzáadása",
|
||||||
"PE.Views.ViewTab.textAlwaysShowToolbar": "Az eszköztár állandó megjelenítése",
|
"PE.Views.ViewTab.textAlwaysShowToolbar": "Az eszköztár állandó megjelenítése",
|
||||||
"PE.Views.ViewTab.textFitToSlide": "A diához igazít",
|
"PE.Views.ViewTab.textFitToSlide": "A diához igazít",
|
||||||
"PE.Views.ViewTab.textFitToWidth": "Szélességhez igazít",
|
"PE.Views.ViewTab.textFitToWidth": "Szélességhez igazít",
|
||||||
|
|
|
@ -531,8 +531,8 @@
|
||||||
"Common.Views.Comments.textViewResolved": "コメントを再開する権限がありません",
|
"Common.Views.Comments.textViewResolved": "コメントを再開する権限がありません",
|
||||||
"Common.Views.Comments.txtEmpty": "ドキュメントにはコメントがありません。",
|
"Common.Views.Comments.txtEmpty": "ドキュメントにはコメントがありません。",
|
||||||
"Common.Views.CopyWarningDialog.textDontShow": "今後このメッセージを表示しない",
|
"Common.Views.CopyWarningDialog.textDontShow": "今後このメッセージを表示しない",
|
||||||
"Common.Views.CopyWarningDialog.textMsg": "エディターツールバーのボタンやコンテキストメニューの操作によるコピー、切り取り、貼り付けの操作は、このエディタータブ内でのみ実行されます。<br><br> エディタータブ以外のアプリケーションとの間でコピーまたは貼り付けを行うには、次のキーボードの組み合わせを使用して下さい。",
|
"Common.Views.CopyWarningDialog.textMsg": "エディターツールバーのボタンやコンテキストメニューの操作によるコピー、カット、ペーストの動作は、このエディタータブ内でのみ実行されます。<br><br> エディタータブ以外のアプリケーションとの間でコピーまたは貼り付けを行うには、次のキーボードの組み合わせを使用して下さい:",
|
||||||
"Common.Views.CopyWarningDialog.textTitle": "コピー、切り取り、貼り付けの操作",
|
"Common.Views.CopyWarningDialog.textTitle": "コピー,切り取り,貼り付け",
|
||||||
"Common.Views.CopyWarningDialog.textToCopy": "コピー",
|
"Common.Views.CopyWarningDialog.textToCopy": "コピー",
|
||||||
"Common.Views.CopyWarningDialog.textToCut": "切り取り",
|
"Common.Views.CopyWarningDialog.textToCut": "切り取り",
|
||||||
"Common.Views.CopyWarningDialog.textToPaste": "貼り付け",
|
"Common.Views.CopyWarningDialog.textToPaste": "貼り付け",
|
||||||
|
@ -731,7 +731,7 @@
|
||||||
"Common.Views.SearchPanel.tipNextResult": "次の結果",
|
"Common.Views.SearchPanel.tipNextResult": "次の結果",
|
||||||
"Common.Views.SearchPanel.tipPreviousResult": "前の結果",
|
"Common.Views.SearchPanel.tipPreviousResult": "前の結果",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "読み込み中",
|
"Common.Views.SelectFileDlg.textLoading": "読み込み中",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "データ・ソースを選択する",
|
"Common.Views.SelectFileDlg.textTitle": "データソースを選択する",
|
||||||
"Common.Views.SignDialog.textBold": "太字",
|
"Common.Views.SignDialog.textBold": "太字",
|
||||||
"Common.Views.SignDialog.textCertificate": "証明書",
|
"Common.Views.SignDialog.textCertificate": "証明書",
|
||||||
"Common.Views.SignDialog.textChange": "変更する",
|
"Common.Views.SignDialog.textChange": "変更する",
|
||||||
|
@ -820,6 +820,11 @@
|
||||||
"PE.Controllers.Main.errorFilePassProtect": "文書がパスワードで保護されているため、開くことができません。",
|
"PE.Controllers.Main.errorFilePassProtect": "文書がパスワードで保護されているため、開くことができません。",
|
||||||
"PE.Controllers.Main.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
"PE.Controllers.Main.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
||||||
"PE.Controllers.Main.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「名前を付けてダウンロード」を使用するか、または後で再度お試しください。",
|
"PE.Controllers.Main.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「名前を付けてダウンロード」を使用するか、または後で再度お試しください。",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"PE.Controllers.Main.errorKeyEncrypt": "不明なキーの記述子",
|
"PE.Controllers.Main.errorKeyEncrypt": "不明なキーの記述子",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "キー記述子の有効期限が切れました",
|
"PE.Controllers.Main.errorKeyExpire": "キー記述子の有効期限が切れました",
|
||||||
"PE.Controllers.Main.errorLoadingFont": "フォントが読み込まれていません。<br>ドキュメントサーバーの管理者に連絡してください。",
|
"PE.Controllers.Main.errorLoadingFont": "フォントが読み込まれていません。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
|
@ -1680,6 +1685,7 @@
|
||||||
"PE.Views.DocumentHolder.textRotate270": "反時計回りに90度回転",
|
"PE.Views.DocumentHolder.textRotate270": "反時計回りに90度回転",
|
||||||
"PE.Views.DocumentHolder.textRotate90": "時計回りに90度回転",
|
"PE.Views.DocumentHolder.textRotate90": "時計回りに90度回転",
|
||||||
"PE.Views.DocumentHolder.textRulers": "ルーラー",
|
"PE.Views.DocumentHolder.textRulers": "ルーラー",
|
||||||
|
"PE.Views.DocumentHolder.textSaveAsPicture": "画像として保存",
|
||||||
"PE.Views.DocumentHolder.textShapeAlignBottom": "下揃え",
|
"PE.Views.DocumentHolder.textShapeAlignBottom": "下揃え",
|
||||||
"PE.Views.DocumentHolder.textShapeAlignCenter": "中央揃え\t",
|
"PE.Views.DocumentHolder.textShapeAlignCenter": "中央揃え\t",
|
||||||
"PE.Views.DocumentHolder.textShapeAlignLeft": "左揃え",
|
"PE.Views.DocumentHolder.textShapeAlignLeft": "左揃え",
|
||||||
|
@ -2599,7 +2605,9 @@
|
||||||
"PE.Views.ViewTab.textGridlines": "グリッド線",
|
"PE.Views.ViewTab.textGridlines": "グリッド線",
|
||||||
"PE.Views.ViewTab.textGuides": "ガイド",
|
"PE.Views.ViewTab.textGuides": "ガイド",
|
||||||
"PE.Views.ViewTab.textInterfaceTheme": "インターフェイスのテーマ",
|
"PE.Views.ViewTab.textInterfaceTheme": "インターフェイスのテーマ",
|
||||||
|
"PE.Views.ViewTab.textLeftMenu": "左パネル",
|
||||||
"PE.Views.ViewTab.textNotes": "ノート",
|
"PE.Views.ViewTab.textNotes": "ノート",
|
||||||
|
"PE.Views.ViewTab.textRightMenu": "右パネル",
|
||||||
"PE.Views.ViewTab.textRulers": "ルーラー",
|
"PE.Views.ViewTab.textRulers": "ルーラー",
|
||||||
"PE.Views.ViewTab.textShowGridlines": "枠線を表示する",
|
"PE.Views.ViewTab.textShowGridlines": "枠線を表示する",
|
||||||
"PE.Views.ViewTab.textShowGuides": "ガイドを表示",
|
"PE.Views.ViewTab.textShowGuides": "ガイドを表示",
|
||||||
|
|
|
@ -248,6 +248,70 @@
|
||||||
"Common.define.effectData.textWipe": "Ștergere",
|
"Common.define.effectData.textWipe": "Ștergere",
|
||||||
"Common.define.effectData.textZigzag": "Zigzag",
|
"Common.define.effectData.textZigzag": "Zigzag",
|
||||||
"Common.define.effectData.textZoom": "Zoom",
|
"Common.define.effectData.textZoom": "Zoom",
|
||||||
|
"Common.define.gridlineData.txtCm": "cm",
|
||||||
|
"Common.define.smartArt.textAccentedPicture": "Imagine cu accent",
|
||||||
|
"Common.define.smartArt.textAccentProcess": "Proces accent",
|
||||||
|
"Common.define.smartArt.textAlternatingFlow": "Flux alternativ",
|
||||||
|
"Common.define.smartArt.textAlternatingHexagons": "Hexagoane alternante",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureBlocks": "Blocuri de imagini alternative",
|
||||||
|
"Common.define.smartArt.textAlternatingPictureCircles": "Cercuri de imagini alternative",
|
||||||
|
"Common.define.smartArt.textArchitectureLayout": "Aspect arhitectură",
|
||||||
|
"Common.define.smartArt.textArrowRibbon": "Panglică săgeată",
|
||||||
|
"Common.define.smartArt.textAscendingPictureAccentProcess": "Proces de imagini ascendent cu accent",
|
||||||
|
"Common.define.smartArt.textBalance": "Balanță",
|
||||||
|
"Common.define.smartArt.textBasicBendingProcess": "Proces de îndoire de bază",
|
||||||
|
"Common.define.smartArt.textBasicBlockList": "Listă de blocare de bază",
|
||||||
|
"Common.define.smartArt.textBasicChevronProcess": "Proces zigzag de bază",
|
||||||
|
"Common.define.smartArt.textBasicCycle": "Ciclu de bază",
|
||||||
|
"Common.define.smartArt.textBasicMatrix": "Matrice de bază",
|
||||||
|
"Common.define.smartArt.textBasicPie": "Structură radială de bază",
|
||||||
|
"Common.define.smartArt.textBasicProcess": "Proces de bază",
|
||||||
|
"Common.define.smartArt.textBasicPyramid": "Piramidă de bază",
|
||||||
|
"Common.define.smartArt.textBasicRadial": "Radială de bază",
|
||||||
|
"Common.define.smartArt.textBasicTarget": "Țintă de bază",
|
||||||
|
"Common.define.smartArt.textBasicTimeline": "Cronologie de bază",
|
||||||
|
"Common.define.smartArt.textBasicVenn": "Venn de bază",
|
||||||
|
"Common.define.smartArt.textBendingPictureAccentList": "Listă de accentuare imagini",
|
||||||
|
"Common.define.smartArt.textBendingPictureBlocks": "Blocuri de imagini cu îndoire",
|
||||||
|
"Common.define.smartArt.textBendingPictureCaption": "Legendă de imagini cu îndoire",
|
||||||
|
"Common.define.smartArt.textBendingPictureCaptionList": "Listă de legende de imagini cu îndoire",
|
||||||
|
"Common.define.smartArt.textBendingPictureSemiTranparentText": "Imagini cu îndoire și text semitransparent",
|
||||||
|
"Common.define.smartArt.textBlockCycle": "Ciclu în bloc",
|
||||||
|
"Common.define.smartArt.textBubblePictureList": "Listă de imagini cu bule",
|
||||||
|
"Common.define.smartArt.textCaptionedPictures": "Imagini cu legendă",
|
||||||
|
"Common.define.smartArt.textChevronAccentProcess": "Proces accent zigzag",
|
||||||
|
"Common.define.smartArt.textChevronList": "Listă zigzag",
|
||||||
|
"Common.define.smartArt.textCircleAccentTimeline": "Cronologie accent circular",
|
||||||
|
"Common.define.smartArt.textCircleArrowProcess": "Proces cu săgeți circular",
|
||||||
|
"Common.define.smartArt.textCirclePictureHierarchy": "Ierarhie cu imagini circulare",
|
||||||
|
"Common.define.smartArt.textCircleProcess": "Proces circular",
|
||||||
|
"Common.define.smartArt.textCircleRelationship": "Relație circulară",
|
||||||
|
"Common.define.smartArt.textCircularBendingProcess": "Proces de îndoire circulară",
|
||||||
|
"Common.define.smartArt.textCircularPictureCallout": "Explicație cu imagini circulare",
|
||||||
|
"Common.define.smartArt.textClosedChevronProcess": "Proces zigzag închis",
|
||||||
|
"Common.define.smartArt.textContinuousArrowProcess": "Săgeți de proces continuu",
|
||||||
|
"Common.define.smartArt.textContinuousBlockProcess": "Proces de blocare continuu",
|
||||||
|
"Common.define.smartArt.textContinuousCycle": "Ciclu continuu",
|
||||||
|
"Common.define.smartArt.textContinuousPictureList": "Listă continuă de imagini",
|
||||||
|
"Common.define.smartArt.textConvergingArrows": "Săgeți convergente",
|
||||||
|
"Common.define.smartArt.textConvergingRadial": "Radială convergentă",
|
||||||
|
"Common.define.smartArt.textConvergingText": "Text convergent",
|
||||||
|
"Common.define.smartArt.textCounterbalanceArrows": "Săgeți contrabalansate",
|
||||||
|
"Common.define.smartArt.textCycle": "Ciclu",
|
||||||
|
"Common.define.smartArt.textCycleMatrix": "Matrice ciclică",
|
||||||
|
"Common.define.smartArt.textDescendingBlockList": "Listă de blocuri descrescătoare",
|
||||||
|
"Common.define.smartArt.textDescendingProcess": "Proces descendent",
|
||||||
|
"Common.define.smartArt.textDetailedProcess": "Proces detaliat",
|
||||||
|
"Common.define.smartArt.textDivergingArrows": "Săgeți divergente",
|
||||||
|
"Common.define.smartArt.textDivergingRadial": "Radială divergentă",
|
||||||
|
"Common.define.smartArt.textEquation": "Ecuație",
|
||||||
|
"Common.define.smartArt.textFramedTextPicture": "Imagine cu text încadrat",
|
||||||
|
"Common.define.smartArt.textFunnel": "Extrage",
|
||||||
|
"Common.define.smartArt.textGear": "Roată dințată",
|
||||||
|
"Common.define.smartArt.textGridMatrix": "Matrice grilă",
|
||||||
|
"Common.define.smartArt.textGroupedList": "Listă grupată",
|
||||||
|
"Common.define.smartArt.textHalfCircleOrganizationChart": "Organigramă semicirculară",
|
||||||
|
"Common.define.smartArt.textVerticalChevronList": "Listă zigzag verticală",
|
||||||
"Common.Translation.textMoreButton": "Mai multe",
|
"Common.Translation.textMoreButton": "Mai multe",
|
||||||
"Common.Translation.warnFileLocked": "Fișierul este editat într-o altă aplicație. Puteți continua să editați și să-l salvați ca o copie.",
|
"Common.Translation.warnFileLocked": "Fișierul este editat într-o altă aplicație. Puteți continua să editați și să-l salvați ca o copie.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
"Common.Translation.warnFileLockedBtnEdit": "Crează o copie",
|
||||||
|
@ -378,6 +442,7 @@
|
||||||
"Common.Views.DocumentAccessDialog.textLoading": "Se incarca...",
|
"Common.Views.DocumentAccessDialog.textLoading": "Se incarca...",
|
||||||
"Common.Views.DocumentAccessDialog.textTitle": "Setări partajare",
|
"Common.Views.DocumentAccessDialog.textTitle": "Setări partajare",
|
||||||
"Common.Views.ExternalDiagramEditor.textTitle": "Editor diagramă",
|
"Common.Views.ExternalDiagramEditor.textTitle": "Editor diagramă",
|
||||||
|
"Common.Views.ExternalEditor.textClose": "Închidere",
|
||||||
"Common.Views.ExternalOleEditor.textTitle": "Editor de foi de calcul",
|
"Common.Views.ExternalOleEditor.textTitle": "Editor de foi de calcul",
|
||||||
"Common.Views.Header.labelCoUsersDescr": "Fișierul este editat de către:",
|
"Common.Views.Header.labelCoUsersDescr": "Fișierul este editat de către:",
|
||||||
"Common.Views.Header.textAddFavorite": "Marcare ca preferat",
|
"Common.Views.Header.textAddFavorite": "Marcare ca preferat",
|
||||||
|
@ -401,7 +466,7 @@
|
||||||
"Common.Views.Header.tipRedo": "Refacere",
|
"Common.Views.Header.tipRedo": "Refacere",
|
||||||
"Common.Views.Header.tipSave": "Salvează",
|
"Common.Views.Header.tipSave": "Salvează",
|
||||||
"Common.Views.Header.tipSearch": "Căutare",
|
"Common.Views.Header.tipSearch": "Căutare",
|
||||||
"Common.Views.Header.tipUndo": "Anulează",
|
"Common.Views.Header.tipUndo": "Anulare",
|
||||||
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
||||||
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
||||||
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
||||||
|
@ -452,11 +517,11 @@
|
||||||
"Common.Views.OpenDialog.txtTitle": "Selectare opțiuni %1",
|
"Common.Views.OpenDialog.txtTitle": "Selectare opțiuni %1",
|
||||||
"Common.Views.OpenDialog.txtTitleProtected": "Fișierul protejat",
|
"Common.Views.OpenDialog.txtTitleProtected": "Fișierul protejat",
|
||||||
"Common.Views.PasswordDialog.txtDescription": "Setați o parolă pentru protejarea documentului",
|
"Common.Views.PasswordDialog.txtDescription": "Setați o parolă pentru protejarea documentului",
|
||||||
"Common.Views.PasswordDialog.txtIncorrectPwd": "Parolă introdusă pentru confirmare nu este indentică cu prima",
|
"Common.Views.PasswordDialog.txtIncorrectPwd": "Parola și Confirmare parola nu este indentice",
|
||||||
"Common.Views.PasswordDialog.txtPassword": "Parola",
|
"Common.Views.PasswordDialog.txtPassword": "Parola",
|
||||||
"Common.Views.PasswordDialog.txtRepeat": "Reintroduceți parola",
|
"Common.Views.PasswordDialog.txtRepeat": "Reintroduceți parola",
|
||||||
"Common.Views.PasswordDialog.txtTitle": "Setare parolă",
|
"Common.Views.PasswordDialog.txtTitle": "Setare parolă",
|
||||||
"Common.Views.PasswordDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să îl păstrați într-un loc sigur.",
|
"Common.Views.PasswordDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să o păstrați într-un loc sigur.",
|
||||||
"Common.Views.PluginDlg.textLoading": "Încărcare",
|
"Common.Views.PluginDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.Plugins.groupCaption": "Plugin-uri",
|
"Common.Views.Plugins.groupCaption": "Plugin-uri",
|
||||||
"Common.Views.Plugins.strPlugins": "Plugin-uri",
|
"Common.Views.Plugins.strPlugins": "Plugin-uri",
|
||||||
|
@ -465,6 +530,7 @@
|
||||||
"Common.Views.Plugins.textStart": "Pornire",
|
"Common.Views.Plugins.textStart": "Pornire",
|
||||||
"Common.Views.Plugins.textStop": "Oprire",
|
"Common.Views.Plugins.textStop": "Oprire",
|
||||||
"Common.Views.Protection.hintAddPwd": "Criptare utilizând o parolă",
|
"Common.Views.Protection.hintAddPwd": "Criptare utilizând o parolă",
|
||||||
|
"Common.Views.Protection.hintDelPwd": "Ștergere parola",
|
||||||
"Common.Views.Protection.hintPwd": "Modificarea sau eliminarea parolei",
|
"Common.Views.Protection.hintPwd": "Modificarea sau eliminarea parolei",
|
||||||
"Common.Views.Protection.hintSignature": "Adăugarea semnăturii digitale sau liniei de semnătură",
|
"Common.Views.Protection.hintSignature": "Adăugarea semnăturii digitale sau liniei de semnătură",
|
||||||
"Common.Views.Protection.txtAddPwd": "Adăugare parola",
|
"Common.Views.Protection.txtAddPwd": "Adăugare parola",
|
||||||
|
@ -535,6 +601,7 @@
|
||||||
"Common.Views.ReviewPopover.textCancel": "Revocare",
|
"Common.Views.ReviewPopover.textCancel": "Revocare",
|
||||||
"Common.Views.ReviewPopover.textClose": "Închidere",
|
"Common.Views.ReviewPopover.textClose": "Închidere",
|
||||||
"Common.Views.ReviewPopover.textEdit": "OK",
|
"Common.Views.ReviewPopover.textEdit": "OK",
|
||||||
|
"Common.Views.ReviewPopover.textEnterComment": "Comentați aici",
|
||||||
"Common.Views.ReviewPopover.textMention": "+mentionare pentru a furniza accesul la document și a trimite un e-mail",
|
"Common.Views.ReviewPopover.textMention": "+mentionare pentru a furniza accesul la document și a trimite un e-mail",
|
||||||
"Common.Views.ReviewPopover.textMentionNotify": "+mentionare pentru a notifica utilizatorul prin e-mail",
|
"Common.Views.ReviewPopover.textMentionNotify": "+mentionare pentru a notifica utilizatorul prin e-mail",
|
||||||
"Common.Views.ReviewPopover.textOpenAgain": "Deschidere din nou",
|
"Common.Views.ReviewPopover.textOpenAgain": "Deschidere din nou",
|
||||||
|
@ -547,6 +614,7 @@
|
||||||
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
"Common.Views.SaveAsDlg.textTitle": "Folderul de salvare",
|
||||||
"Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici",
|
"Common.Views.SearchPanel.textCaseSensitive": "Sensibil la litere mari și mici",
|
||||||
"Common.Views.SearchPanel.textCloseSearch": "Închide căutare",
|
"Common.Views.SearchPanel.textCloseSearch": "Închide căutare",
|
||||||
|
"Common.Views.SearchPanel.textContentChanged": "Documentul a fost modificat.",
|
||||||
"Common.Views.SearchPanel.textFind": "Găsire",
|
"Common.Views.SearchPanel.textFind": "Găsire",
|
||||||
"Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire",
|
"Common.Views.SearchPanel.textFindAndReplace": "Găsire și înlocuire",
|
||||||
"Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată",
|
"Common.Views.SearchPanel.textMatchUsingRegExp": "Potrivire expresie regulată",
|
||||||
|
@ -555,6 +623,7 @@
|
||||||
"Common.Views.SearchPanel.textReplace": "Înlocuire",
|
"Common.Views.SearchPanel.textReplace": "Înlocuire",
|
||||||
"Common.Views.SearchPanel.textReplaceAll": "Înlocuire peste tot",
|
"Common.Views.SearchPanel.textReplaceAll": "Înlocuire peste tot",
|
||||||
"Common.Views.SearchPanel.textReplaceWith": "Înlocuire cu",
|
"Common.Views.SearchPanel.textReplaceWith": "Înlocuire cu",
|
||||||
|
"Common.Views.SearchPanel.textSearchAgain": "{0}Efectuați o nouă căutare{1} pentru rezultate mai precise.",
|
||||||
"Common.Views.SearchPanel.textSearchHasStopped": "Сăutarea s-a oprit",
|
"Common.Views.SearchPanel.textSearchHasStopped": "Сăutarea s-a oprit",
|
||||||
"Common.Views.SearchPanel.textSearchResults": "Rezultatele căutării: {0}/{1}",
|
"Common.Views.SearchPanel.textSearchResults": "Rezultatele căutării: {0}/{1}",
|
||||||
"Common.Views.SearchPanel.textTooManyResults": "Prea multe rezultate ca să fie afișate aici",
|
"Common.Views.SearchPanel.textTooManyResults": "Prea multe rezultate ca să fie afișate aici",
|
||||||
|
@ -579,6 +648,7 @@
|
||||||
"Common.Views.SignDialog.tipFontName": "Denumire font",
|
"Common.Views.SignDialog.tipFontName": "Denumire font",
|
||||||
"Common.Views.SignDialog.tipFontSize": "Dimensiune font",
|
"Common.Views.SignDialog.tipFontSize": "Dimensiune font",
|
||||||
"Common.Views.SignSettingsDialog.textAllowComment": "Se permite semnatarului să adauge comentarii în dialogul Semnare",
|
"Common.Views.SignSettingsDialog.textAllowComment": "Se permite semnatarului să adauge comentarii în dialogul Semnare",
|
||||||
|
"Common.Views.SignSettingsDialog.textDefInstruction": "Înninte de semnarea documentului, verificați corectitudinea conținutului acestuia.",
|
||||||
"Common.Views.SignSettingsDialog.textInfoEmail": "E-mail",
|
"Common.Views.SignSettingsDialog.textInfoEmail": "E-mail",
|
||||||
"Common.Views.SignSettingsDialog.textInfoName": "Nume",
|
"Common.Views.SignSettingsDialog.textInfoName": "Nume",
|
||||||
"Common.Views.SignSettingsDialog.textInfoTitle": "Funcția semnatarului",
|
"Common.Views.SignSettingsDialog.textInfoTitle": "Funcția semnatarului",
|
||||||
|
@ -648,6 +718,11 @@
|
||||||
"PE.Controllers.Main.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"PE.Controllers.Main.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"PE.Controllers.Main.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
"PE.Controllers.Main.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Pentru detalii, contactați administratorul dumneavoastră de Server Documente.",
|
||||||
"PE.Controllers.Main.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
"PE.Controllers.Main.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"PE.Controllers.Main.errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
"PE.Controllers.Main.errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "Descriptor cheie a expirat",
|
"PE.Controllers.Main.errorKeyExpire": "Descriptor cheie a expirat",
|
||||||
"PE.Controllers.Main.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"PE.Controllers.Main.errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
|
@ -703,6 +778,7 @@
|
||||||
"PE.Controllers.Main.textClose": "Închidere",
|
"PE.Controllers.Main.textClose": "Închidere",
|
||||||
"PE.Controllers.Main.textCloseTip": "Faceți clic pentru a închide sfatul",
|
"PE.Controllers.Main.textCloseTip": "Faceți clic pentru a închide sfatul",
|
||||||
"PE.Controllers.Main.textContactUs": "Contactați Departamentul de Vânzări",
|
"PE.Controllers.Main.textContactUs": "Contactați Departamentul de Vânzări",
|
||||||
|
"PE.Controllers.Main.textContinue": "Continuare",
|
||||||
"PE.Controllers.Main.textConvertEquation": "Această ecuație a fost creată în versiunea mai veche a editorului de ecuații, care nu mai este acceptată. Dacă doriți să o editați, trebuie să o convertiți în formatul Office Math ML.<br>Doriți să o convertiți acum?",
|
"PE.Controllers.Main.textConvertEquation": "Această ecuație a fost creată în versiunea mai veche a editorului de ecuații, care nu mai este acceptată. Dacă doriți să o editați, trebuie să o convertiți în formatul Office Math ML.<br>Doriți să o convertiți acum?",
|
||||||
"PE.Controllers.Main.textCustomLoader": "Vă rugăm să rețineți că conform termenilor de licență nu aveți dreptul să modificați programul de încărcare.<br>Pentru obținerea unei cotații de preț vă rugăm să contactați Departamentul de Vânzari.",
|
"PE.Controllers.Main.textCustomLoader": "Vă rugăm să rețineți că conform termenilor de licență nu aveți dreptul să modificați programul de încărcare.<br>Pentru obținerea unei cotații de preț vă rugăm să contactați Departamentul de Vânzari.",
|
||||||
"PE.Controllers.Main.textDisconnect": "Conexiune pierdută",
|
"PE.Controllers.Main.textDisconnect": "Conexiune pierdută",
|
||||||
|
@ -785,7 +861,7 @@
|
||||||
"PE.Controllers.Main.txtShape_callout2": "Rând de explicație 2 (fără bordură)",
|
"PE.Controllers.Main.txtShape_callout2": "Rând de explicație 2 (fără bordură)",
|
||||||
"PE.Controllers.Main.txtShape_callout3": "Rând de explicație 3 (fără bordură)",
|
"PE.Controllers.Main.txtShape_callout3": "Rând de explicație 3 (fără bordură)",
|
||||||
"PE.Controllers.Main.txtShape_can": "Cilindru",
|
"PE.Controllers.Main.txtShape_can": "Cilindru",
|
||||||
"PE.Controllers.Main.txtShape_chevron": "Chevron",
|
"PE.Controllers.Main.txtShape_chevron": "Zigzag",
|
||||||
"PE.Controllers.Main.txtShape_chord": "Acord",
|
"PE.Controllers.Main.txtShape_chord": "Acord",
|
||||||
"PE.Controllers.Main.txtShape_circularArrow": "Săgeată circulară",
|
"PE.Controllers.Main.txtShape_circularArrow": "Săgeată circulară",
|
||||||
"PE.Controllers.Main.txtShape_cloud": "Nor",
|
"PE.Controllers.Main.txtShape_cloud": "Nor",
|
||||||
|
@ -1372,8 +1448,13 @@
|
||||||
"PE.Views.Animation.txtSec": "s",
|
"PE.Views.Animation.txtSec": "s",
|
||||||
"PE.Views.AnimationDialog.textPreviewEffect": "Previzualizare efect",
|
"PE.Views.AnimationDialog.textPreviewEffect": "Previzualizare efect",
|
||||||
"PE.Views.AnimationDialog.textTitle": "Mai multe efecte",
|
"PE.Views.AnimationDialog.textTitle": "Mai multe efecte",
|
||||||
|
"PE.Views.ChartSettings.text3dDepth": "Adâncime (% din bază)",
|
||||||
|
"PE.Views.ChartSettings.text3dRotation": "Rotație 3D",
|
||||||
"PE.Views.ChartSettings.textAdvanced": "Afișare setări avansate",
|
"PE.Views.ChartSettings.textAdvanced": "Afișare setări avansate",
|
||||||
|
"PE.Views.ChartSettings.textAutoscale": "Autoscalare",
|
||||||
"PE.Views.ChartSettings.textChartType": "Modificare tip diagramă",
|
"PE.Views.ChartSettings.textChartType": "Modificare tip diagramă",
|
||||||
|
"PE.Views.ChartSettings.textDefault": "Rotație implicită",
|
||||||
|
"PE.Views.ChartSettings.textDown": "În jos",
|
||||||
"PE.Views.ChartSettings.textEditData": "Editare date",
|
"PE.Views.ChartSettings.textEditData": "Editare date",
|
||||||
"PE.Views.ChartSettings.textHeight": "Înălțime",
|
"PE.Views.ChartSettings.textHeight": "Înălțime",
|
||||||
"PE.Views.ChartSettings.textKeepRatio": "Dimensiuni constante",
|
"PE.Views.ChartSettings.textKeepRatio": "Dimensiuni constante",
|
||||||
|
@ -1405,16 +1486,22 @@
|
||||||
"PE.Views.DocumentHolder.aboveText": "Deasupra",
|
"PE.Views.DocumentHolder.aboveText": "Deasupra",
|
||||||
"PE.Views.DocumentHolder.addCommentText": "Adaugă comentariu",
|
"PE.Views.DocumentHolder.addCommentText": "Adaugă comentariu",
|
||||||
"PE.Views.DocumentHolder.addToLayoutText": "Adăugare aspect",
|
"PE.Views.DocumentHolder.addToLayoutText": "Adăugare aspect",
|
||||||
|
"PE.Views.DocumentHolder.advancedChartText": "Setări avansate diagrama",
|
||||||
|
"PE.Views.DocumentHolder.advancedEquationText": "Setări ecuație",
|
||||||
"PE.Views.DocumentHolder.advancedImageText": "Setări avansate imagine",
|
"PE.Views.DocumentHolder.advancedImageText": "Setări avansate imagine",
|
||||||
"PE.Views.DocumentHolder.advancedParagraphText": "Setări avansate paragraf ",
|
"PE.Views.DocumentHolder.advancedParagraphText": "Setări avansate paragraf ",
|
||||||
"PE.Views.DocumentHolder.advancedShapeText": "Setări avansate forma",
|
"PE.Views.DocumentHolder.advancedShapeText": "Setări avansate forma",
|
||||||
"PE.Views.DocumentHolder.advancedTableText": "Setări avansate tabel",
|
"PE.Views.DocumentHolder.advancedTableText": "Setări avansate tabel",
|
||||||
"PE.Views.DocumentHolder.alignmentText": "Aliniere",
|
"PE.Views.DocumentHolder.alignmentText": "Aliniere",
|
||||||
|
"PE.Views.DocumentHolder.allLinearText": "Tot - Linear",
|
||||||
|
"PE.Views.DocumentHolder.allProfText": "Tot - Profesional",
|
||||||
"PE.Views.DocumentHolder.belowText": "Dedesubt",
|
"PE.Views.DocumentHolder.belowText": "Dedesubt",
|
||||||
"PE.Views.DocumentHolder.cellAlignText": "Alinierea pe verticală celulă",
|
"PE.Views.DocumentHolder.cellAlignText": "Alinierea pe verticală celulă",
|
||||||
"PE.Views.DocumentHolder.cellText": "Celula",
|
"PE.Views.DocumentHolder.cellText": "Celula",
|
||||||
"PE.Views.DocumentHolder.centerText": "La centru",
|
"PE.Views.DocumentHolder.centerText": "La centru",
|
||||||
"PE.Views.DocumentHolder.columnText": "Coloană",
|
"PE.Views.DocumentHolder.columnText": "Coloană",
|
||||||
|
"PE.Views.DocumentHolder.currLinearText": "Curent - Linear",
|
||||||
|
"PE.Views.DocumentHolder.currProfText": "Curent - Profesional",
|
||||||
"PE.Views.DocumentHolder.deleteColumnText": "Ștergere coloana",
|
"PE.Views.DocumentHolder.deleteColumnText": "Ștergere coloana",
|
||||||
"PE.Views.DocumentHolder.deleteRowText": "Ștergere rând",
|
"PE.Views.DocumentHolder.deleteRowText": "Ștergere rând",
|
||||||
"PE.Views.DocumentHolder.deleteTableText": "Ștergere tabel",
|
"PE.Views.DocumentHolder.deleteTableText": "Ștergere tabel",
|
||||||
|
@ -1451,15 +1538,21 @@
|
||||||
"PE.Views.DocumentHolder.splitCellsText": "Scindarea celulei...",
|
"PE.Views.DocumentHolder.splitCellsText": "Scindarea celulei...",
|
||||||
"PE.Views.DocumentHolder.splitCellTitleText": "Scindarea celulei",
|
"PE.Views.DocumentHolder.splitCellTitleText": "Scindarea celulei",
|
||||||
"PE.Views.DocumentHolder.tableText": "Tabel",
|
"PE.Views.DocumentHolder.tableText": "Tabel",
|
||||||
|
"PE.Views.DocumentHolder.textAddHGuides": "Adăugare ghid orizontal",
|
||||||
|
"PE.Views.DocumentHolder.textAddVGuides": "Adăugare ghid vertical",
|
||||||
"PE.Views.DocumentHolder.textArrangeBack": "Trimitere în plan secundar",
|
"PE.Views.DocumentHolder.textArrangeBack": "Trimitere în plan secundar",
|
||||||
"PE.Views.DocumentHolder.textArrangeBackward": "Trimitere în ultimul plan",
|
"PE.Views.DocumentHolder.textArrangeBackward": "Trimitere în ultimul plan",
|
||||||
"PE.Views.DocumentHolder.textArrangeForward": "Aducere în plan apropiat",
|
"PE.Views.DocumentHolder.textArrangeForward": "Aducere în plan apropiat",
|
||||||
"PE.Views.DocumentHolder.textArrangeFront": "Aducere în prim plan",
|
"PE.Views.DocumentHolder.textArrangeFront": "Aducere în prim plan",
|
||||||
|
"PE.Views.DocumentHolder.textClearGuides": "Golire ghiduri",
|
||||||
|
"PE.Views.DocumentHolder.textCm": "cm",
|
||||||
"PE.Views.DocumentHolder.textCopy": "Copiere",
|
"PE.Views.DocumentHolder.textCopy": "Copiere",
|
||||||
"PE.Views.DocumentHolder.textCrop": "Trunchiere",
|
"PE.Views.DocumentHolder.textCrop": "Trunchiere",
|
||||||
"PE.Views.DocumentHolder.textCropFill": "Umplere",
|
"PE.Views.DocumentHolder.textCropFill": "Umplere",
|
||||||
"PE.Views.DocumentHolder.textCropFit": "Potrivire",
|
"PE.Views.DocumentHolder.textCropFit": "Potrivire",
|
||||||
|
"PE.Views.DocumentHolder.textCustom": "Particularizat",
|
||||||
"PE.Views.DocumentHolder.textCut": "Decupare",
|
"PE.Views.DocumentHolder.textCut": "Decupare",
|
||||||
|
"PE.Views.DocumentHolder.textDeleteGuide": "Ștergere ghidaj",
|
||||||
"PE.Views.DocumentHolder.textDistributeCols": "Distribuire coloane",
|
"PE.Views.DocumentHolder.textDistributeCols": "Distribuire coloane",
|
||||||
"PE.Views.DocumentHolder.textDistributeRows": "Distribuire rânduri",
|
"PE.Views.DocumentHolder.textDistributeRows": "Distribuire rânduri",
|
||||||
"PE.Views.DocumentHolder.textEditPoints": "Editare puncte",
|
"PE.Views.DocumentHolder.textEditPoints": "Editare puncte",
|
||||||
|
@ -1468,6 +1561,8 @@
|
||||||
"PE.Views.DocumentHolder.textFromFile": "Din Fișier",
|
"PE.Views.DocumentHolder.textFromFile": "Din Fișier",
|
||||||
"PE.Views.DocumentHolder.textFromStorage": "Din serviciul stocare",
|
"PE.Views.DocumentHolder.textFromStorage": "Din serviciul stocare",
|
||||||
"PE.Views.DocumentHolder.textFromUrl": "Prin URL-ul",
|
"PE.Views.DocumentHolder.textFromUrl": "Prin URL-ul",
|
||||||
|
"PE.Views.DocumentHolder.textGridlines": "Linii de grilă",
|
||||||
|
"PE.Views.DocumentHolder.textGuides": "Ghiduri",
|
||||||
"PE.Views.DocumentHolder.textNextPage": "Diapozitivul următor",
|
"PE.Views.DocumentHolder.textNextPage": "Diapozitivul următor",
|
||||||
"PE.Views.DocumentHolder.textPaste": "Lipire",
|
"PE.Views.DocumentHolder.textPaste": "Lipire",
|
||||||
"PE.Views.DocumentHolder.textPrevPage": "Diapozitivul anterior",
|
"PE.Views.DocumentHolder.textPrevPage": "Diapozitivul anterior",
|
||||||
|
@ -1482,7 +1577,7 @@
|
||||||
"PE.Views.DocumentHolder.textShapeAlignRight": "Aliniere la dreapta",
|
"PE.Views.DocumentHolder.textShapeAlignRight": "Aliniere la dreapta",
|
||||||
"PE.Views.DocumentHolder.textShapeAlignTop": "Aliniere sus",
|
"PE.Views.DocumentHolder.textShapeAlignTop": "Aliniere sus",
|
||||||
"PE.Views.DocumentHolder.textSlideSettings": "Setări diapozitiv",
|
"PE.Views.DocumentHolder.textSlideSettings": "Setări diapozitiv",
|
||||||
"PE.Views.DocumentHolder.textUndo": "Anulează",
|
"PE.Views.DocumentHolder.textUndo": "Anulare",
|
||||||
"PE.Views.DocumentHolder.tipIsLocked": "La moment acest obiect este editat de către un alt utilizator.",
|
"PE.Views.DocumentHolder.tipIsLocked": "La moment acest obiect este editat de către un alt utilizator.",
|
||||||
"PE.Views.DocumentHolder.toDictionaryText": "Adăugare la dicționar",
|
"PE.Views.DocumentHolder.toDictionaryText": "Adăugare la dicționar",
|
||||||
"PE.Views.DocumentHolder.txtAddBottom": "Adăugare bordură de jos",
|
"PE.Views.DocumentHolder.txtAddBottom": "Adăugare bordură de jos",
|
||||||
|
@ -1697,6 +1792,9 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
"PE.Views.FileMenuPanels.Settings.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWin": "ca Windows",
|
"PE.Views.FileMenuPanels.Settings.txtWin": "ca Windows",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtWorkspace": "Workspace",
|
"PE.Views.FileMenuPanels.Settings.txtWorkspace": "Workspace",
|
||||||
|
"PE.Views.GridSettings.textCm": "cm",
|
||||||
|
"PE.Views.GridSettings.textCustom": "Particularizat",
|
||||||
|
"PE.Views.GridSettings.textTitle": "Setări pentru grilă",
|
||||||
"PE.Views.HeaderFooterDialog.applyAllText": "Se aplică pentru toate",
|
"PE.Views.HeaderFooterDialog.applyAllText": "Se aplică pentru toate",
|
||||||
"PE.Views.HeaderFooterDialog.applyText": "Aplicare",
|
"PE.Views.HeaderFooterDialog.applyText": "Aplicare",
|
||||||
"PE.Views.HeaderFooterDialog.diffLanguage": "Forrmatul de dată trebuie să se portivească cu setările coordonatorului de diapozitive.<br>Pentru a modifica setările coordonatorului faceți clic pe 'Se aplică pentru toate' în loc de 'Se aplică'",
|
"PE.Views.HeaderFooterDialog.diffLanguage": "Forrmatul de dată trebuie să se portivească cu setările coordonatorului de diapozitive.<br>Pentru a modifica setările coordonatorului faceți clic pe 'Se aplică pentru toate' în loc de 'Se aplică'",
|
||||||
|
@ -2084,6 +2182,9 @@
|
||||||
"PE.Views.TableSettings.tipOuter": "Adăugare numai bordură exterioară",
|
"PE.Views.TableSettings.tipOuter": "Adăugare numai bordură exterioară",
|
||||||
"PE.Views.TableSettings.tipRight": "Adăugare numai bordură exterioară dreapta",
|
"PE.Views.TableSettings.tipRight": "Adăugare numai bordură exterioară dreapta",
|
||||||
"PE.Views.TableSettings.tipTop": "Adăugare numai bordură exterioară de sus",
|
"PE.Views.TableSettings.tipTop": "Adăugare numai bordură exterioară de sus",
|
||||||
|
"PE.Views.TableSettings.txtGroupTable_Custom": "Particularizat",
|
||||||
|
"PE.Views.TableSettings.txtGroupTable_Dark": "Întunecat",
|
||||||
|
"PE.Views.TableSettings.txtGroupTable_Optimal": "Cea mai bună potrivire pentru document",
|
||||||
"PE.Views.TableSettings.txtNoBorders": "Fără borduri",
|
"PE.Views.TableSettings.txtNoBorders": "Fără borduri",
|
||||||
"PE.Views.TableSettings.txtTable_Accent": "Accent",
|
"PE.Views.TableSettings.txtTable_Accent": "Accent",
|
||||||
"PE.Views.TableSettings.txtTable_DarkStyle": "Modul întunecat",
|
"PE.Views.TableSettings.txtTable_DarkStyle": "Modul întunecat",
|
||||||
|
@ -2294,7 +2395,7 @@
|
||||||
"PE.Views.Toolbar.tipSlideNum": "Inserare număr diapozitiv",
|
"PE.Views.Toolbar.tipSlideNum": "Inserare număr diapozitiv",
|
||||||
"PE.Views.Toolbar.tipSlideSize": "Selectați dimensiunea diapozitivului",
|
"PE.Views.Toolbar.tipSlideSize": "Selectați dimensiunea diapozitivului",
|
||||||
"PE.Views.Toolbar.tipSlideTheme": "Temă diapozitiv",
|
"PE.Views.Toolbar.tipSlideTheme": "Temă diapozitiv",
|
||||||
"PE.Views.Toolbar.tipUndo": "Anulează",
|
"PE.Views.Toolbar.tipUndo": "Anulare",
|
||||||
"PE.Views.Toolbar.tipVAligh": "Aliniere verticală",
|
"PE.Views.Toolbar.tipVAligh": "Aliniere verticală",
|
||||||
"PE.Views.Toolbar.tipViewSettings": "Setări vizualizare",
|
"PE.Views.Toolbar.tipViewSettings": "Setări vizualizare",
|
||||||
"PE.Views.Toolbar.txtDistribHor": "Distribuire pe orizontală",
|
"PE.Views.Toolbar.txtDistribHor": "Distribuire pe orizontală",
|
||||||
|
@ -2362,9 +2463,16 @@
|
||||||
"PE.Views.Transitions.txtParameters": "Opțiuni",
|
"PE.Views.Transitions.txtParameters": "Opțiuni",
|
||||||
"PE.Views.Transitions.txtPreview": "Previzualizare",
|
"PE.Views.Transitions.txtPreview": "Previzualizare",
|
||||||
"PE.Views.Transitions.txtSec": "s",
|
"PE.Views.Transitions.txtSec": "s",
|
||||||
|
"PE.Views.ViewTab.textAddHGuides": "Adăugare ghid orizontal",
|
||||||
|
"PE.Views.ViewTab.textAddVGuides": "Adăugare ghid vertical",
|
||||||
"PE.Views.ViewTab.textAlwaysShowToolbar": "Afișează bară de instrumente permanent",
|
"PE.Views.ViewTab.textAlwaysShowToolbar": "Afișează bară de instrumente permanent",
|
||||||
|
"PE.Views.ViewTab.textClearGuides": "Golire ghiduri",
|
||||||
|
"PE.Views.ViewTab.textCm": "cm",
|
||||||
|
"PE.Views.ViewTab.textCustom": "Particularizat",
|
||||||
"PE.Views.ViewTab.textFitToSlide": "Se aliniază la diapozitiv",
|
"PE.Views.ViewTab.textFitToSlide": "Se aliniază la diapozitiv",
|
||||||
"PE.Views.ViewTab.textFitToWidth": "Potrivire lățime",
|
"PE.Views.ViewTab.textFitToWidth": "Potrivire lățime",
|
||||||
|
"PE.Views.ViewTab.textGridlines": "Linii de grilă",
|
||||||
|
"PE.Views.ViewTab.textGuides": "Ghiduri",
|
||||||
"PE.Views.ViewTab.textInterfaceTheme": "Tema interfeței",
|
"PE.Views.ViewTab.textInterfaceTheme": "Tema interfeței",
|
||||||
"PE.Views.ViewTab.textNotes": "Note",
|
"PE.Views.ViewTab.textNotes": "Note",
|
||||||
"PE.Views.ViewTab.textRulers": "Rigle",
|
"PE.Views.ViewTab.textRulers": "Rigle",
|
||||||
|
|
|
@ -807,6 +807,7 @@
|
||||||
"PE.Controllers.Main.downloadTitleText": "Загрузка презентации",
|
"PE.Controllers.Main.downloadTitleText": "Загрузка презентации",
|
||||||
"PE.Controllers.Main.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
"PE.Controllers.Main.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.<br>Пожалуйста, обратитесь к администратору Сервера документов.",
|
||||||
"PE.Controllers.Main.errorBadImageUrl": "Неправильный URL-адрес изображения",
|
"PE.Controllers.Main.errorBadImageUrl": "Неправильный URL-адрес изображения",
|
||||||
|
"PE.Controllers.Main.errorCannotPasteImg": "Не удается вставить это изображение из буфера обмена, но вы можете сохранить его на устройстве и вставить оттуда или вы можете скопировать изображение без текста и вставить его в презентацию.",
|
||||||
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Потеряно соединение с сервером. В данный момент нельзя отредактировать документ.",
|
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Потеряно соединение с сервером. В данный момент нельзя отредактировать документ.",
|
||||||
"PE.Controllers.Main.errorComboSeries": "Для создания комбинированной диаграммы выберите не менее двух рядов данных.",
|
"PE.Controllers.Main.errorComboSeries": "Для создания комбинированной диаграммы выберите не менее двух рядов данных.",
|
||||||
"PE.Controllers.Main.errorConnectToServer": "Не удается сохранить документ. Проверьте параметры подключения или обратитесь к вашему администратору.<br>Когда вы нажмете на кнопку 'OK', вам будет предложено скачать документ.",
|
"PE.Controllers.Main.errorConnectToServer": "Не удается сохранить документ. Проверьте параметры подключения или обратитесь к вашему администратору.<br>Когда вы нажмете на кнопку 'OK', вам будет предложено скачать документ.",
|
||||||
|
|
|
@ -545,6 +545,7 @@
|
||||||
"PE.Controllers.Main.errorFilePassProtect": "Dosya parola korumalıdır ve açılamaz.",
|
"PE.Controllers.Main.errorFilePassProtect": "Dosya parola korumalıdır ve açılamaz.",
|
||||||
"PE.Controllers.Main.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
"PE.Controllers.Main.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
||||||
"PE.Controllers.Main.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
"PE.Controllers.Main.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
||||||
|
"PE.Controllers.Main.errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"PE.Controllers.Main.errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
"PE.Controllers.Main.errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
"PE.Controllers.Main.errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
||||||
"PE.Controllers.Main.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"PE.Controllers.Main.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
|
@ -884,7 +885,7 @@
|
||||||
"PE.Controllers.Main.uploadImageTitleText": "Resim Yükleniyor",
|
"PE.Controllers.Main.uploadImageTitleText": "Resim Yükleniyor",
|
||||||
"PE.Controllers.Main.waitText": "Lütfen bekleyin...",
|
"PE.Controllers.Main.waitText": "Lütfen bekleyin...",
|
||||||
"PE.Controllers.Main.warnBrowserIE9": "Uygulama IE9'da düşük yeteneklere sahip. IE10 yada daha yükseğini kullanınız",
|
"PE.Controllers.Main.warnBrowserIE9": "Uygulama IE9'da düşük yeteneklere sahip. IE10 yada daha yükseğini kullanınız",
|
||||||
"PE.Controllers.Main.warnBrowserZoom": "Tarayıcınızın mevcut zum ayarı tam olarak desteklenmiyor. Ctrl+0'a basarak varsayılan zumu sıfırlayınız.",
|
"PE.Controllers.Main.warnBrowserZoom": "Tarayıcınızın mevcut yakınlaştırma ayarı tam olarak desteklenmiyor. Ctrl+0'a basarak varsayılan yakınlaştırmayı sıfırlayınız.",
|
||||||
"PE.Controllers.Main.warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu doküman yalnızca görüntüleme için açılacaktır.<br>Daha fazla bilgi için yöneticinizle iletişime geçin.",
|
"PE.Controllers.Main.warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu doküman yalnızca görüntüleme için açılacaktır.<br>Daha fazla bilgi için yöneticinizle iletişime geçin.",
|
||||||
"PE.Controllers.Main.warnLicenseExp": "Lisansınızın süresi doldu.<br>Lütfen lisansınızı güncelleyin ve sayfayı yenileyin.",
|
"PE.Controllers.Main.warnLicenseExp": "Lisansınızın süresi doldu.<br>Lütfen lisansınızı güncelleyin ve sayfayı yenileyin.",
|
||||||
"PE.Controllers.Main.warnLicenseLimitedNoAccess": "Lisansın süresi doldu.<br>Belge düzenleme işlevine erişiminiz yok.<br>Lütfen yöneticinizle iletişime geçin.",
|
"PE.Controllers.Main.warnLicenseLimitedNoAccess": "Lisansın süresi doldu.<br>Belge düzenleme işlevine erişiminiz yok.<br>Lütfen yöneticinizle iletişime geçin.",
|
||||||
|
@ -1525,7 +1526,7 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
"PE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||||
"PE.Views.FileMenuPanels.Settings.strTheme": "Arayüz teması",
|
"PE.Views.FileMenuPanels.Settings.strTheme": "Arayüz teması",
|
||||||
"PE.Views.FileMenuPanels.Settings.strUnit": "Ölçüm birimi",
|
"PE.Views.FileMenuPanels.Settings.strUnit": "Ölçüm birimi",
|
||||||
"PE.Views.FileMenuPanels.Settings.strZoom": "Varsayılan Zum Değeri",
|
"PE.Views.FileMenuPanels.Settings.strZoom": "Varsayılan Yakınlaştırma Değeri",
|
||||||
"PE.Views.FileMenuPanels.Settings.text10Minutes": "Her 10 dakika",
|
"PE.Views.FileMenuPanels.Settings.text10Minutes": "Her 10 dakika",
|
||||||
"PE.Views.FileMenuPanels.Settings.text30Minutes": "Her 30 dakika",
|
"PE.Views.FileMenuPanels.Settings.text30Minutes": "Her 30 dakika",
|
||||||
"PE.Views.FileMenuPanels.Settings.text5Minutes": "Her 5 Dakika",
|
"PE.Views.FileMenuPanels.Settings.text5Minutes": "Her 5 Dakika",
|
||||||
|
@ -1537,7 +1538,7 @@
|
||||||
"PE.Views.FileMenuPanels.Settings.textForceSave": "Ara sürümleri kaydet",
|
"PE.Views.FileMenuPanels.Settings.textForceSave": "Ara sürümleri kaydet",
|
||||||
"PE.Views.FileMenuPanels.Settings.textMinute": "Her Dakika",
|
"PE.Views.FileMenuPanels.Settings.textMinute": "Her Dakika",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtAll": "Tümünü göster",
|
"PE.Views.FileMenuPanels.Settings.txtAll": "Tümünü göster",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Otomatik Düzeltme seçenekleri",
|
"PE.Views.FileMenuPanels.Settings.txtAutoCorrect": "Otomatik Düzeltme Seçenekleri",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Varsayılan önbellek modu",
|
"PE.Views.FileMenuPanels.Settings.txtCacheMode": "Varsayılan önbellek modu",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCm": "Santimetre",
|
"PE.Views.FileMenuPanels.Settings.txtCm": "Santimetre",
|
||||||
"PE.Views.FileMenuPanels.Settings.txtCollaboration": "İşbirliği ",
|
"PE.Views.FileMenuPanels.Settings.txtCollaboration": "İşbirliği ",
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"About": {
|
"About": {
|
||||||
"textAbout": "Information",
|
"textAbout": "Über",
|
||||||
"textAddress": "Adresse",
|
"textAddress": "Adresse",
|
||||||
"textBack": "Zurück",
|
"textBack": "Zurück",
|
||||||
"textEditor": "Editor der Präsentationen",
|
"textEditor": "Präsentationseditor",
|
||||||
"textEmail": "E-Mail",
|
"textEmail": "E-Mail",
|
||||||
"textPoweredBy": "Unterstützt von",
|
"textPoweredBy": "Unterstützt von",
|
||||||
"textTel": "Tel.",
|
"textTel": "Tel.",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"textEdit": "Bearbeiten",
|
"textEdit": "Bearbeiten",
|
||||||
"textEditComment": "Kommentar bearbeiten",
|
"textEditComment": "Kommentar bearbeiten",
|
||||||
"textEditReply": "Antwort bearbeiten",
|
"textEditReply": "Antwort bearbeiten",
|
||||||
"textEditUser": "Das Dokument wird gerade von mehreren Benutzern bearbeitet:",
|
"textEditUser": "Benutzer, die diese Datei bearbeiten:",
|
||||||
"textMessageDeleteComment": "Möchten Sie diesen Kommentar wirklich löschen?",
|
"textMessageDeleteComment": "Möchten Sie diesen Kommentar wirklich löschen?",
|
||||||
"textMessageDeleteReply": "Möchten Sie diese Antwort wirklich löschen?",
|
"textMessageDeleteReply": "Möchten Sie diese Antwort wirklich löschen?",
|
||||||
"textNoComments": "Dieses Dokument enthält keine Kommentare",
|
"textNoComments": "Dieses Dokument enthält keine Kommentare",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"textReopen": "Wiederöffnen",
|
"textReopen": "Wiederöffnen",
|
||||||
"textResolve": "Lösen",
|
"textResolve": "Lösen",
|
||||||
"textSharingSettings": "Freigabeeinstellungen",
|
"textSharingSettings": "Freigabeeinstellungen",
|
||||||
"textTryUndoRedo": "Die Optionen Rückgängig machen/Wiederholen sind für den Schnellmodus deaktiviert.",
|
"textTryUndoRedo": "Die Optionen \"Rückgängig machen\" bzw. \"Wiederholen\" sind für den Schnellmodus deaktiviert.",
|
||||||
"textUsers": "Benutzer"
|
"textUsers": "Benutzer"
|
||||||
},
|
},
|
||||||
"HighlightColorPalette": {
|
"HighlightColorPalette": {
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"textDoNotShowAgain": "Nicht mehr anzeigen",
|
"textDoNotShowAgain": "Nicht mehr anzeigen",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textRows": "Zeilen",
|
"textRows": "Zeilen",
|
||||||
"txtWarnUrl": "Dieser Link kann für Ihr Gerät und Daten gefährlich sein.<br>Möchten Sie wirklich fortsetzen?"
|
"txtWarnUrl": "Dieser Link kann für Ihr Gerät und Ihre Daten gefährlich sein.<br>Möchten Sie wirklich fortsetzen?"
|
||||||
},
|
},
|
||||||
"Controller": {
|
"Controller": {
|
||||||
"Main": {
|
"Main": {
|
||||||
|
@ -71,29 +71,29 @@
|
||||||
"advDRMPassword": "Passwort",
|
"advDRMPassword": "Passwort",
|
||||||
"closeButtonText": "Datei schließen",
|
"closeButtonText": "Datei schließen",
|
||||||
"criticalErrorTitle": "Fehler",
|
"criticalErrorTitle": "Fehler",
|
||||||
"errorAccessDeny": "Dieser Vorgang ist für Sie nicht verfügbar.<br>Bitte wenden Sie sich an Administratoren.",
|
"errorAccessDeny": "Dieser Vorgang ist für Sie nicht verfügbar.<br>Bitte wenden Sie sich an den Administrator.",
|
||||||
"errorOpensource": "Mit der kostenlosen Community-Version können Sie Dokumente nur schreibgeschützt öffnen. Für den Zugriff auf mobilen Web-Editoren ist eine kommerzielle Lizenz erforderlich.",
|
"errorOpensource": "Mit der kostenlosen Community-Version können Sie Dokumente nur schreibgeschützt öffnen. Für den Zugriff auf mobilen Web-Editoren ist eine kommerzielle Lizenz erforderlich.",
|
||||||
"errorProcessSaveResult": "Speichern ist fehlgeschlagen.",
|
"errorProcessSaveResult": "Speichern ist fehlgeschlagen.",
|
||||||
"errorServerVersion": "Version des Editors wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.",
|
"errorServerVersion": "Version des Editors wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.",
|
||||||
"errorUpdateVersion": "Die Dateiversion wurde geändert. Die Seite wird neu geladen.",
|
"errorUpdateVersion": "Die Dateiversion hat sich geändert. Die Seite wird neu geladen.",
|
||||||
"leavePageText": "Sie haben nicht gespeicherte Änderungen. Klicken Sie auf \"Auf dieser Seite bleiben\" und warten Sie, bis die Datei automatisch gespeichert wird. Klicken Sie auf \"Seite verlassen\", um nicht gespeicherte Änderungen zu verwerfen.",
|
"leavePageText": "Sie haben nicht gespeicherte Änderungen. Klicken Sie auf \"Auf dieser Seite bleiben\" und warten Sie, bis die Datei automatisch gespeichert wird. Klicken Sie auf \"Seite verlassen\", um nicht gespeicherte Änderungen zu verwerfen.",
|
||||||
"notcriticalErrorTitle": "Warnung",
|
"notcriticalErrorTitle": "Warnung",
|
||||||
"SDK": {
|
"SDK": {
|
||||||
"Chart": "Diagramm",
|
"Chart": "Diagramm",
|
||||||
"Click to add first slide": "Klicken Sie, um die erste Folie hinzuzufügen",
|
"Click to add first slide": "Klicken Sie, um die erste Folie hinzuzufügen",
|
||||||
"Click to add notes": "Klicken Sie, um Notizen hinzuzufügen",
|
"Click to add notes": "Klicken Sie, um Notizen hinzuzufügen",
|
||||||
"ClipArt": "ClipArt",
|
"ClipArt": "Clip Art",
|
||||||
"Date and time": "Datum und Uhrzeit",
|
"Date and time": "Datum und Uhrzeit",
|
||||||
"Diagram": "Schema",
|
"Diagram": "Diagram",
|
||||||
"Diagram Title": "Diagrammtitel",
|
"Diagram Title": "Diagrammtitel",
|
||||||
"Footer": "Fußzeile",
|
"Footer": "Fußzeile",
|
||||||
"Header": "Kopfzeile",
|
"Header": "Kopfzeile",
|
||||||
"Image": "Bild",
|
"Image": "Bild",
|
||||||
"Loading": "Ladevorgang",
|
"Loading": "Lädt",
|
||||||
"Media": "Multimedia",
|
"Media": "Media",
|
||||||
"None": "Kein(e)",
|
"None": "Kein(e)",
|
||||||
"Picture": "Bild",
|
"Picture": "Bild",
|
||||||
"Series": "Reihen",
|
"Series": "Serie",
|
||||||
"Slide number": "Foliennummer",
|
"Slide number": "Foliennummer",
|
||||||
"Slide subtitle": "Folienuntertitel",
|
"Slide subtitle": "Folienuntertitel",
|
||||||
"Slide text": "Folientext",
|
"Slide text": "Folientext",
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
"textBuyNow": "Webseite besuchen",
|
"textBuyNow": "Webseite besuchen",
|
||||||
"textClose": "Schließen",
|
"textClose": "Schließen",
|
||||||
"textContactUs": "Verkaufsteam kontaktieren",
|
"textContactUs": "Verkaufsteam kontaktieren",
|
||||||
"textCustomLoader": "Sie können den Verlader nicht ändern. Sie können die Anfrage an unser Verkaufsteam senden.",
|
"textCustomLoader": "Entschuldigung, Sie sind nicht berechtigt, den Lader zu ändern. Bitte wenden Sie sich an unsere Verkaufsabteilung, um ein Angebot zu erhalten.",
|
||||||
"textGuest": "Gast",
|
"textGuest": "Gast",
|
||||||
"textHasMacros": "Die Datei beinhaltet automatische Makros.<br>Möchten Sie Makros ausführen?",
|
"textHasMacros": "Die Datei beinhaltet automatische Makros.<br>Möchten Sie Makros ausführen?",
|
||||||
"textNo": "Nein",
|
"textNo": "Nein",
|
||||||
|
@ -125,68 +125,68 @@
|
||||||
"titleUpdateVersion": "Version wurde geändert",
|
"titleUpdateVersion": "Version wurde geändert",
|
||||||
"txtIncorrectPwd": "Passwort ist falsch",
|
"txtIncorrectPwd": "Passwort ist falsch",
|
||||||
"txtProtected": "Sobald Sie das Passwort eingegeben und die Datei geöffnet haben, wird das aktuelle Passwort für die Datei zurückgesetzt",
|
"txtProtected": "Sobald Sie das Passwort eingegeben und die Datei geöffnet haben, wird das aktuelle Passwort für die Datei zurückgesetzt",
|
||||||
"warnLicenseExceeded": "Sie haben die maximale Anzahl von gleichzeitigen Verbindungen in %1-Editoren erreicht. Die Bearbeitung ist jetzt in diesem Dokument nicht verfügbar. Wenden Sie sich an Administratoren für weitere Informationen.",
|
"warnLicenseExceeded": "Sie haben die maximale Anzahl von gleichzeitigen Verbindungen in %1-Editoren erreicht. Die Bearbeitung ist in diesem Dokument nicht verfügbar. Wenden Sie sich an die Administratoren für weitere Informationen.",
|
||||||
"warnLicenseExp": "Ihre Lizenz ist abgelaufen. Bitte erneuern Sie die Lizenz und laden Sie die Seite neu.",
|
"warnLicenseExp": "Ihre Lizenz ist abgelaufen. Bitte erneuern Sie die Lizenz und laden Sie die Seite neu.",
|
||||||
"warnLicenseLimitedNoAccess": "Lizenz abgelaufen. Keine Bearbeitung möglich. Bitte wenden Sie sich an Administratoren.",
|
"warnLicenseLimitedNoAccess": "Lizenz abgelaufen. Keine Bearbeitung möglich. Bitte wenden Sie sich an den Administrator.",
|
||||||
"warnLicenseLimitedRenewed": "Die Lizenz soll erneuert werden. Die Bearbeitungsfunktionen wurden eingeschränkt.<br>Bitte wenden Sie sich an Administratoren für den vollen Zugriff",
|
"warnLicenseLimitedRenewed": "Die Lizenz muss erneuert werden. Die Bearbeitungsfunktionen wurden eingeschränkt.<br>Bitte wenden Sie sich an Ihren Administrator für den vollen Zugriff",
|
||||||
"warnLicenseUsersExceeded": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.",
|
"warnLicenseUsersExceeded": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.",
|
||||||
"warnNoLicense": "Sie haben die maximale Anzahl von gleichzeitigen Verbindungen in %1-Editoren erreicht. Die Bearbeitung ist jetzt in diesem Dokument nicht verfügbar. Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.",
|
"warnNoLicense": "Sie haben die maximale Anzahl von gleichzeitigen Verbindungen in %1-Editoren erreicht. Die Bearbeitung ist jetzt in diesem Dokument nicht verfügbar. Bitte kontaktieren Sie unser Verkaufsteam, um individuelle Upgrade-Bedingungen zu erhalten.",
|
||||||
"warnNoLicenseUsers": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.",
|
"warnNoLicenseUsers": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte kontaktieren Sie unser Verkaufsteam, um individuelle Upgrade-Bedingungen zu erhalten.",
|
||||||
"warnProcessRightsChange": "Sie können diese Datei nicht bearbeiten."
|
"warnProcessRightsChange": "Sie können diese Datei nicht bearbeiten."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
"convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.",
|
"convertationTimeoutText": "Zeitüberschreitung bei der Umwandlung.",
|
||||||
"criticalErrorExtText": "Klicken Sie auf OK, um zur Liste von Dokumenten zurückzukehren.",
|
"criticalErrorExtText": "Klicken Sie auf OK, um zur Liste der Dokumente zurückzukehren.",
|
||||||
"criticalErrorTitle": "Fehler",
|
"criticalErrorTitle": "Fehler",
|
||||||
"downloadErrorText": "Herunterladen ist fehlgeschlagen.",
|
"downloadErrorText": "Herunterladen ist fehlgeschlagen.",
|
||||||
"errorAccessDeny": "Dieser Vorgang ist für Sie nicht verfügbar.<br>Bitte wenden Sie sich an Administratoren.",
|
"errorAccessDeny": "Dieser Vorgang ist für Sie nicht verfügbar.<br>Bitte wenden Sie sich an den Administrator.",
|
||||||
"errorBadImageUrl": "URL des Bildes ist falsch",
|
"errorBadImageUrl": "Bild-URL ist falsch",
|
||||||
"errorConnectToServer": "Das Dokument kann nicht gespeichert werden. Überprüfen Sie Ihre Verbindungseinstellungen oder wenden Sie sich an den Administrator.<br>Beim Klicken auf OK können Sie das Dokument herunterladen.",
|
"errorConnectToServer": "Das Dokument kann nicht gespeichert werden. Überprüfen Sie Ihre Verbindungseinstellungen oder wenden Sie sich an den Administrator.<br>Mit einem Klick auf \"OK\" können Sie das Dokument herunterladen.",
|
||||||
"errorDatabaseConnection": "Externer Fehler.<br>Datenbank-Verbindungsfehler. Wenden Sie sich an den Support.",
|
"errorDatabaseConnection": "Externer Fehler.<br>Datenbank-Verbindungsfehler. Wenden Sie sich an den Support.",
|
||||||
"errorDataEncrypted": "Verschlüsselte Änderungen wurden empfangen. Sie können nicht entschlüsselt werden.",
|
"errorDataEncrypted": "Es wurden verschlüsselte Änderungen empfangen, die nicht entschlüsselt werden können.",
|
||||||
"errorDataRange": "Falscher Datenbereich.",
|
"errorDataRange": "Falscher Datenbereich.",
|
||||||
"errorDefaultMessage": "Fehlercode: %1",
|
"errorDefaultMessage": "Fehlercode: %1",
|
||||||
"errorDirectUrl": "Bitte überprüfen Sie den Link zum Dokument.<br>Dieser Link muss ein direkter Link zu der Datei zum Herunterladen sein.",
|
"errorDirectUrl": "Bitte überprüfen Sie den Link zum Dokument.<br>Dieser Link muss ein direkter Link zum Herunterladen der Datei sein.",
|
||||||
"errorEditingDownloadas": "Fehler bei der Arbeit an diesem Dokument.<br>Laden Sie die Datei herunter, um sie lokal zu speichern.",
|
"errorEditingDownloadas": "Fehler bei der Arbeit an diesem Dokument.<br>Nutzen Sie die Funktion \"Download\", um die Datei lokal zu sichern.",
|
||||||
"errorFilePassProtect": "Die Datei ist mit Passwort geschützt und kann nicht geöffnet werden.",
|
"errorFilePassProtect": "Die Datei ist mit einem Passwort geschützt und kann nicht geöffnet werden.",
|
||||||
"errorFileSizeExceed": "Die Dateigröße ist zu hoch für Ihren Server.<br>Bitte wenden Sie sich an Administratoren.",
|
"errorFileSizeExceed": "Die Dateigröße überschreitet Ihre Serverbeschränkung.<br>Bitte wenden Sie sich an Ihren Administrator.",
|
||||||
"errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei stimmt nicht mit der Dateierweiterung überein.",
|
"errorInconsistentExt": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei stimmt nicht mit der Dateiendung überein.",
|
||||||
"errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht Textdokumenten (z.B. docx), aber die Datei hat die inkonsistente Erweiterung: %1.",
|
"errorInconsistentExtDocx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht dem Format von Textdokumenten (z.B. docx), aber die Datei hat die Dateiendung: %1.",
|
||||||
"errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die inkonsistente Erweiterung: %1.",
|
"errorInconsistentExtPdf": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht einem der folgenden Formate: pdf/djvu/xps/oxps, aber die Datei hat die Dateiendung: %1.",
|
||||||
"errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht Präsentationen (z.B. pptx), aber die Datei hat die inkonsistente Erweiterung: %1.",
|
"errorInconsistentExtPptx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht dem Format von Präsentationen (z.B. pptx), aber die Datei hat die Dateiendung: %1.",
|
||||||
"errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die inkonsistente Erweiterung: %1.",
|
"errorInconsistentExtXlsx": "Beim Öffnen der Datei ist ein Fehler aufgetreten.<br>Der Inhalt der Datei entspricht dem Format von Tabellenkalkulationen (z.B. xlsx), aber die Datei hat die Dateiendung: %1.",
|
||||||
"errorKeyEncrypt": "Unbekannter Schlüsseldeskriptor",
|
"errorKeyEncrypt": "Unbekannter Schlüssel Deskriptor",
|
||||||
"errorKeyExpire": "Der Schlüsseldeskriptor ist abgelaufen",
|
"errorKeyExpire": "Der Schlüsseldeskriptor ist abgelaufen",
|
||||||
"errorLoadingFont": "Schriftarten nicht hochgeladen.<br>Bitte wenden Sie sich an Administratoren von Ihrem Document Server.",
|
"errorLoadingFont": "Schriftarten nicht hochgeladen.<br>Bitte wenden Sie sich an die Administration des Dokumenten-Servers.",
|
||||||
"errorSessionAbsolute": "Die Bearbeitungssitzung ist abgelaufen. Bitte die Seite neu laden.",
|
"errorSessionAbsolute": "Die Bearbeitungssitzung ist abgelaufen. Bitte die Seite neu laden.",
|
||||||
"errorSessionIdle": "Das Dokument wurde schon für lange Zeit nicht bearbeitet. Bitte die Seite neu laden.",
|
"errorSessionIdle": "Das Dokument wurde schon eine lange Zeit nicht bearbeitet. Bitte die Seite neu laden.",
|
||||||
"errorSessionToken": "Die Verbindung mit dem Server wurde unterbrochen. Bitte die Seite neu laden.",
|
"errorSessionToken": "Die Verbindung mit dem Server wurde unterbrochen. Bitte die Seite neu laden.",
|
||||||
"errorStockChart": "Falsche Reihenfolge der Zeilen. Um ein Kursdiagramm zu erstellen, setzen Sie die Daten im Arbeitsblatt in dieser Reihenfolge:<br> Eröffnungskurs, Maximaler Preis, Minimaler Preis, Schlusskurs.",
|
"errorStockChart": "Falsche Reihenfolge der Zeilen. Um ein Aktiendiagramm zu erstellen, setzen Sie die Daten im Arbeitsblatt in diese Reihenfolge:<br> Eröffnungskurs, maximaler Preis, minimaler Preis, Schlusskurs.",
|
||||||
"errorToken": "Sicherheitstoken des Dokuments ist nicht korrekt.<br>Wenden Sie sich an Ihren Serveradministrator.",
|
"errorToken": "Sicherheitstoken des Dokuments ist nicht korrekt.<br>Wenden Sie sich an Ihren Serveradministrator.",
|
||||||
"errorTokenExpire": "Sicherheitstoken des Dokuments ist abgelaufen.<br>Wenden Sie sich an Ihren Serveradministrator.",
|
"errorTokenExpire": "Sicherheitstoken des Dokuments ist abgelaufen.<br>Wenden Sie sich an Ihren Serveradministrator.",
|
||||||
"errorUpdateVersionOnDisconnect": "Die Internetverbindung wurde wiederhergestellt und die Dateiversion wurde geändert.<br>Bevor Sie weiterarbeiten können, müssen Sie die Datei herunterladen oder den Inhalt kopieren, um sicherzustellen, dass nichts verloren geht, und diese Seite anschließend neu laden.",
|
"errorUpdateVersionOnDisconnect": "Die Internetverbindung wurde wiederhergestellt und die Dateiversion wurde geändert.<br>Bevor Sie weiterarbeiten können, müssen Sie die Datei herunterladen oder den Inhalt kopieren, um sicherzustellen, dass nichts verloren geht und diese Seite anschließend neu laden.",
|
||||||
"errorUserDrop": "Kein Zugriff auf diese Datei möglich.",
|
"errorUserDrop": "Kein Zugriff auf diese Datei möglich.",
|
||||||
"errorUsersExceed": "Die nach dem Zahlungsplan erlaubte Benutzeranzahl ist überschritten",
|
"errorUsersExceed": "Die nach dem Zahlungsplan erlaubte Benutzeranzahl ist überschritten",
|
||||||
"errorViewerDisconnect": "Die Verbindung wurde abgebrochen. Das Dokument wird angezeigt,<br>das Herunterladen wird aber nur verfügbar, wenn die Verbindung wiederhergestellt ist.",
|
"errorViewerDisconnect": "Die Verbindung wurde abgebrochen. Das Dokument wird angezeigt,<br>das Herunterladen wird aber nur verfügbar, wenn die Verbindung wiederhergestellt ist.",
|
||||||
"notcriticalErrorTitle": "Warnung",
|
"notcriticalErrorTitle": "Warnung",
|
||||||
"openErrorText": "Beim Öffnen dieser Datei ist ein Fehler aufgetreten",
|
"openErrorText": "Beim Öffnen der Datei ist ein Fehler aufgetreten",
|
||||||
"saveErrorText": "Beim Speichern dieser Datei ist ein Fehler aufgetreten",
|
"saveErrorText": "Beim Speichern dieser Datei ist ein Fehler aufgetreten",
|
||||||
"scriptLoadError": "Die Verbindung ist zu langsam, manche Elemente wurden nicht geladen. Bitte die Seite neu laden.",
|
"scriptLoadError": "Die Verbindung ist zu langsam, manche Elemente wurden nicht geladen. Bitte die Seite neu laden.",
|
||||||
"splitDividerErrorText": "Die Anzahl der Zeilen muss einen Divisor von %1 sein. ",
|
"splitDividerErrorText": "Die Anzahl der Zeilen muss einen Teiler von %1 sein. ",
|
||||||
"splitMaxColsErrorText": "Spaltenanzahl muss weniger als %1 sein",
|
"splitMaxColsErrorText": "Spaltenanzahl muss weniger als %1 sein",
|
||||||
"splitMaxRowsErrorText": "Die Anzahl der Zeilen muss weniger als %1 sein",
|
"splitMaxRowsErrorText": "Die Anzahl der Zeilen muss weniger als %1 sein",
|
||||||
"unknownErrorText": "Unbekannter Fehler.",
|
"unknownErrorText": "Unbekannter Fehler.",
|
||||||
"uploadImageExtMessage": "Unbekanntes Bildformat.",
|
"uploadImageExtMessage": "Unbekanntes Bildformat.",
|
||||||
"uploadImageFileCountMessage": "Keine Bilder hochgeladen.",
|
"uploadImageFileCountMessage": "Keine Bilder hochgeladen.",
|
||||||
"uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten."
|
"uploadImageSizeMessage": "Das Bild ist zu groß. Die maximale Größe beträgt 25 MB."
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Daten werden geladen...",
|
"applyChangesTextText": "Daten werden geladen...",
|
||||||
"applyChangesTitleText": "Daten werden geladen",
|
"applyChangesTitleText": "Daten werden geladen",
|
||||||
"confirmMaxChangesSize": "Die Anzahl der Aktionen überschreitet die für Ihren Server festgelegte Grenze.<br>Drücken Sie \"Rückgängig\", um Ihre letzte Aktion abzubrechen, oder drücken Sie \"Weiter\", um die Aktion lokal fortzusetzen (Sie müssen die Datei herunterladen oder ihren Inhalt kopieren, um sicherzustellen, dass nichts verloren geht).",
|
"confirmMaxChangesSize": "Die Anzahl der Aktionen überschreitet die für Ihren Server festgelegte Grenze.<br>Drücken Sie \"Rückgängig\", um Ihre letzte Aktion abzubrechen oder drücken Sie \"Weiter\", um die Aktion lokal fortzusetzen (Sie müssen die Datei herunterladen oder ihren Inhalt kopieren, um sicherzustellen, dass nichts verloren geht).",
|
||||||
"downloadTextText": "Dokument wird heruntergeladen...",
|
"downloadTextText": "Dokument wird heruntergeladen ...",
|
||||||
"downloadTitleText": "Herunterladen des Dokuments",
|
"downloadTitleText": "Dokument herunterladen",
|
||||||
"loadFontsTextText": "Daten werden geladen...",
|
"loadFontsTextText": "Daten werden geladen...",
|
||||||
"loadFontsTitleText": "Daten werden geladen",
|
"loadFontsTitleText": "Daten werden geladen",
|
||||||
"loadFontTextText": "Daten werden geladen...",
|
"loadFontTextText": "Daten werden geladen...",
|
||||||
|
@ -197,14 +197,14 @@
|
||||||
"loadImageTitleText": "Bild wird geladen",
|
"loadImageTitleText": "Bild wird geladen",
|
||||||
"loadingDocumentTextText": "Dokument wird geladen...",
|
"loadingDocumentTextText": "Dokument wird geladen...",
|
||||||
"loadingDocumentTitleText": "Dokument wird geladen",
|
"loadingDocumentTitleText": "Dokument wird geladen",
|
||||||
"loadThemeTextText": "Thema wird geladen...",
|
"loadThemeTextText": "Theme wird geladen...",
|
||||||
"loadThemeTitleText": "Laden des Themas",
|
"loadThemeTitleText": "Laden des Themes",
|
||||||
"openTextText": "Dokument wird geöffnet...",
|
"openTextText": "Dokument wird geöffnet...",
|
||||||
"openTitleText": "Das Dokument wird geöffnet",
|
"openTitleText": "Das Dokument wird geöffnet",
|
||||||
"printTextText": "Dokument wird ausgedruckt...",
|
"printTextText": "Dokument drucken...",
|
||||||
"printTitleText": "Drucken des Dokuments",
|
"printTitleText": "Dokument drucken",
|
||||||
"savePreparingText": "Speichervorbereitung",
|
"savePreparingText": "Vorbereitung zum Speichern",
|
||||||
"savePreparingTitle": "Speichervorbereitung. Bitte warten...",
|
"savePreparingTitle": "Vorbereitung zum Speichern. Bitte warten...",
|
||||||
"saveTextText": "Dokument wird gespeichert...",
|
"saveTextText": "Dokument wird gespeichert...",
|
||||||
"saveTitleText": "Dokument wird gespeichert...",
|
"saveTitleText": "Dokument wird gespeichert...",
|
||||||
"textContinue": "Fortsetzen",
|
"textContinue": "Fortsetzen",
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Sie haben nicht gespeicherte Änderungen. Klicken Sie auf \"Auf dieser Seite bleiben\" und warten Sie, bis die Datei automatisch gespeichert wird. Klicken Sie auf \"Seite verlassen\", um nicht gespeicherte Änderungen zu verwerfen.",
|
"dlgLeaveMsgText": "Sie haben nicht gespeicherte Änderungen. Klicken Sie auf \"Auf dieser Seite bleiben\" und warten Sie, bis die Datei automatisch gespeichert wird. Klicken Sie auf \"Seite verlassen\", um nicht gespeicherte Änderungen zu verwerfen.",
|
||||||
"dlgLeaveTitleText": "Sie schließen die App",
|
"dlgLeaveTitleText": "Sie verlassen die Anwendung",
|
||||||
"leaveButtonText": "Seite verlassen",
|
"leaveButtonText": "Seite verlassen",
|
||||||
"stayButtonText": "Auf dieser Seite bleiben"
|
"stayButtonText": "Auf dieser Seite bleiben"
|
||||||
},
|
},
|
||||||
|
@ -237,40 +237,40 @@
|
||||||
"textExternalLink": "Externer Link",
|
"textExternalLink": "Externer Link",
|
||||||
"textFirstSlide": "Erste Folie",
|
"textFirstSlide": "Erste Folie",
|
||||||
"textImage": "Bild",
|
"textImage": "Bild",
|
||||||
"textImageURL": "URL des Bildes",
|
"textImageURL": "Bild-URL",
|
||||||
"textInsert": "Einfügen",
|
"textInsert": "Einfügen",
|
||||||
"textInsertImage": "Bild einfügen",
|
"textInsertImage": "Bild einfügen",
|
||||||
"textLastSlide": "Letzte Folie",
|
"textLastSlide": "Letzte Folie",
|
||||||
"textLink": "Link",
|
"textLink": "Link",
|
||||||
"textLinkSettings": "Linkseinstellungen",
|
"textLinkSettings": "Link Einstellungen",
|
||||||
"textLinkTo": "Verknüpfen mit",
|
"textLinkTo": "Verknüpfen mit",
|
||||||
"textLinkType": "Linktyp",
|
"textLinkType": "Linktyp",
|
||||||
"textNextSlide": "Nächste Folie",
|
"textNextSlide": "Nächste Folie",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textOther": "Sonstiges",
|
"textOther": "Andere",
|
||||||
"textPictureFromLibrary": "Bild aus dem Verzeichnis",
|
"textPictureFromLibrary": "Bild aus der Bibliothek",
|
||||||
"textPictureFromURL": "Bild aus URL",
|
"textPictureFromURL": "Bild aus einer URL",
|
||||||
"textPreviousSlide": "Vorherige Folie",
|
"textPreviousSlide": "Vorherige Folie",
|
||||||
"textRecommended": "Empfohlen",
|
"textRecommended": "Empfohlen",
|
||||||
"textRequired": "Erforderlich",
|
"textRequired": "Erforderlich",
|
||||||
"textRows": "Zeilen",
|
"textRows": "Zeilen",
|
||||||
"textScreenTip": "QuickInfo",
|
"textScreenTip": "Quick Info",
|
||||||
"textShape": "Form",
|
"textShape": "Form",
|
||||||
"textSlide": "Folie",
|
"textSlide": "Folie",
|
||||||
"textSlideInThisPresentation": "Folie in dieser Präsentation",
|
"textSlideInThisPresentation": "Folie in dieser Präsentation",
|
||||||
"textSlideNumber": "Foliennummer",
|
"textSlideNumber": "Foliennummer",
|
||||||
"textTable": "Tabelle",
|
"textTable": "Tabelle",
|
||||||
"textTableSize": "Tabellengröße",
|
"textTableSize": "Tabellengröße",
|
||||||
"txtNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein."
|
"txtNotUrl": "In dieses Feld soll eine URL im Format \"http://www.example.com\" eingetragen werden."
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Warnung",
|
"notcriticalErrorTitle": "Warnung",
|
||||||
"textActualSize": "Tatsächliche Größe",
|
"textActualSize": "Aktuelle Größe",
|
||||||
"textAddCustomColor": "Eine benutzerdefinierte Farbe hinzufügen",
|
"textAddCustomColor": "Eine benutzerdefinierte Farbe hinzufügen",
|
||||||
"textAdditional": "Zusätzlich",
|
"textAdditional": "Zusätzlich",
|
||||||
"textAdditionalFormatting": "Zusätzliche Formatierung",
|
"textAdditionalFormatting": "Zusätzliche Formatierung",
|
||||||
"textAddress": "Adresse",
|
"textAddress": "Adresse",
|
||||||
"textAfter": "nach",
|
"textAfter": "Nach",
|
||||||
"textAlign": "Ausrichtung",
|
"textAlign": "Ausrichtung",
|
||||||
"textAlignBottom": "Unten ausrichten",
|
"textAlignBottom": "Unten ausrichten",
|
||||||
"textAlignCenter": "Zentriert ausrichten",
|
"textAlignCenter": "Zentriert ausrichten",
|
||||||
|
@ -278,22 +278,22 @@
|
||||||
"textAlignMiddle": "Mittig ausrichten",
|
"textAlignMiddle": "Mittig ausrichten",
|
||||||
"textAlignRight": "Rechtsbündig ausrichten",
|
"textAlignRight": "Rechtsbündig ausrichten",
|
||||||
"textAlignTop": "Oben ausrichten",
|
"textAlignTop": "Oben ausrichten",
|
||||||
"textAllCaps": "Alle Großbuchstaben",
|
"textAllCaps": "Alles in Großbuchstaben",
|
||||||
"textApplyAll": "Auf alle Folien anwenden",
|
"textApplyAll": "Auf alle Folien anwenden",
|
||||||
"textArrange": "Anordnen",
|
"textArrange": "Anordnen",
|
||||||
"textAuto": "auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automatisch",
|
"textAutomatic": "Automatisch",
|
||||||
"textBack": "Zurück",
|
"textBack": "Zurück",
|
||||||
"textBandedColumn": "Gebänderte Spalten",
|
"textBandedColumn": "Gebänderte Spalte",
|
||||||
"textBandedRow": "Gebänderte Zeilen",
|
"textBandedRow": "Gebänderte Zeile",
|
||||||
"textBefore": "Vor ",
|
"textBefore": "Vorher ",
|
||||||
"textBlack": "Durch Schwarz",
|
"textBlack": "Through Black",
|
||||||
"textBorder": "Rahmen",
|
"textBorder": "Rahmen",
|
||||||
"textBottom": "Unten",
|
"textBottom": "Unten",
|
||||||
"textBottomLeft": "Unten links",
|
"textBottomLeft": "Unten links",
|
||||||
"textBottomRight": "Unten rechts",
|
"textBottomRight": "Unten rechts",
|
||||||
"textBringToForeground": "In den Vordergrund bringen",
|
"textBringToForeground": "In den Vordergrund bringen",
|
||||||
"textBullets": "Aufzählung",
|
"textBullets": "Aufzählungszeichen",
|
||||||
"textBulletsAndNumbers": "Aufzählungszeichen und Nummern",
|
"textBulletsAndNumbers": "Aufzählungszeichen und Nummern",
|
||||||
"textCancel": "Abbrechen",
|
"textCancel": "Abbrechen",
|
||||||
"textCaseSensitive": "Groß-/Kleinschreibung beachten",
|
"textCaseSensitive": "Groß-/Kleinschreibung beachten",
|
||||||
|
@ -303,8 +303,8 @@
|
||||||
"textClock": "Uhr",
|
"textClock": "Uhr",
|
||||||
"textClockwise": "Im Uhrzeigersinn",
|
"textClockwise": "Im Uhrzeigersinn",
|
||||||
"textColor": "Farbe",
|
"textColor": "Farbe",
|
||||||
"textCounterclockwise": "Gegen Uhrzeigersinn",
|
"textCounterclockwise": "Gegen den Uhrzeigersinn",
|
||||||
"textCover": "Bedecken",
|
"textCover": "Cover",
|
||||||
"textCustomColor": "Benutzerdefinierte Farbe",
|
"textCustomColor": "Benutzerdefinierte Farbe",
|
||||||
"textDefault": "Ausgewählter Text",
|
"textDefault": "Ausgewählter Text",
|
||||||
"textDelay": "Verzögern",
|
"textDelay": "Verzögern",
|
||||||
|
@ -317,7 +317,7 @@
|
||||||
"textDistributeHorizontally": "Horizontal verteilen",
|
"textDistributeHorizontally": "Horizontal verteilen",
|
||||||
"textDistributeVertically": "Vertikal verteilen",
|
"textDistributeVertically": "Vertikal verteilen",
|
||||||
"textDone": "Fertig",
|
"textDone": "Fertig",
|
||||||
"textDoubleStrikethrough": "Verdoppeltes Durchstreichen",
|
"textDoubleStrikethrough": "Doppeltes Durchstreichen",
|
||||||
"textDuplicateSlide": "Folie duplizieren",
|
"textDuplicateSlide": "Folie duplizieren",
|
||||||
"textDuration": "Dauer",
|
"textDuration": "Dauer",
|
||||||
"textEditLink": "Link bearbeiten",
|
"textEditLink": "Link bearbeiten",
|
||||||
|
@ -335,16 +335,16 @@
|
||||||
"textFontColor": "Schriftfarbe",
|
"textFontColor": "Schriftfarbe",
|
||||||
"textFontColors": "Schriftfarben",
|
"textFontColors": "Schriftfarben",
|
||||||
"textFonts": "Schriftarten",
|
"textFonts": "Schriftarten",
|
||||||
"textFromLibrary": "Bild aus dem Verzeichnis",
|
"textFromLibrary": "Bild aus der Bibliothek",
|
||||||
"textFromURL": "Bild aus URL",
|
"textFromURL": "Bild aus einer URL",
|
||||||
"textHeaderRow": "Überschriftenzeile",
|
"textHeaderRow": "Überschriftszeile",
|
||||||
"textHighlight": "Ergebnisse hervorheben",
|
"textHighlight": "Ergebnisse hervorheben",
|
||||||
"textHighlightColor": "Hervorhebungsfarbe",
|
"textHighlightColor": "Hervorhebungsfarbe",
|
||||||
"textHorizontalIn": "Horizontal nach innen",
|
"textHorizontalIn": "Horizontal nach innen",
|
||||||
"textHorizontalOut": "Horizontal nach außen",
|
"textHorizontalOut": "Horizontal nach außen",
|
||||||
"textHyperlink": "Hyperlink",
|
"textHyperlink": "Hyperlink",
|
||||||
"textImage": "Bild",
|
"textImage": "Bild",
|
||||||
"textImageURL": "URL des Bildes",
|
"textImageURL": "Bild-URL",
|
||||||
"textInsertImage": "Bild einfügen",
|
"textInsertImage": "Bild einfügen",
|
||||||
"textLastColumn": "Letzte Spalte",
|
"textLastColumn": "Letzte Spalte",
|
||||||
"textLastSlide": "Letzte Folie",
|
"textLastSlide": "Letzte Folie",
|
||||||
|
@ -353,7 +353,7 @@
|
||||||
"textLetterSpacing": "Zeichenabstand",
|
"textLetterSpacing": "Zeichenabstand",
|
||||||
"textLineSpacing": "Zeilenabstand",
|
"textLineSpacing": "Zeilenabstand",
|
||||||
"textLink": "Link",
|
"textLink": "Link",
|
||||||
"textLinkSettings": "Linkseinstellungen",
|
"textLinkSettings": "Link Einstellungen",
|
||||||
"textLinkTo": "Verknüpfen mit",
|
"textLinkTo": "Verknüpfen mit",
|
||||||
"textLinkType": "Linktyp",
|
"textLinkType": "Linktyp",
|
||||||
"textMoveBackward": "Nach hinten",
|
"textMoveBackward": "Nach hinten",
|
||||||
|
@ -362,16 +362,16 @@
|
||||||
"textNone": "Kein(e)",
|
"textNone": "Kein(e)",
|
||||||
"textNoStyles": "Keine Stile für diesen Typ von Diagrammen.",
|
"textNoStyles": "Keine Stile für diesen Typ von Diagrammen.",
|
||||||
"textNoTextFound": "Der Text wurde nicht gefunden",
|
"textNoTextFound": "Der Text wurde nicht gefunden",
|
||||||
"textNotUrl": "Dieser Bereich soll eine URL im Format \"http://www.example.com\" sein.",
|
"textNotUrl": "In diesem Feld soll eine URL im Format \"http://www.example.com\" eingetragen werden.",
|
||||||
"textNumbers": "Nummern",
|
"textNumbers": "Nummern",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textOpacity": "Undurchsichtigkeit",
|
"textOpacity": "Transparenz",
|
||||||
"textOptions": "Optionen",
|
"textOptions": "Optionen",
|
||||||
"textPictureFromLibrary": "Bild aus dem Verzeichnis",
|
"textPictureFromLibrary": "Bild aus der Bibliothek",
|
||||||
"textPictureFromURL": "Bild aus URL",
|
"textPictureFromURL": "Bild aus einer URL",
|
||||||
"textPreviousSlide": "Vorherige Folie",
|
"textPreviousSlide": "Vorherige Folie",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
"textPush": "Schieben",
|
"textPush": "Push",
|
||||||
"textRecommended": "Empfohlen",
|
"textRecommended": "Empfohlen",
|
||||||
"textRemoveChart": "Diagramm entfernen",
|
"textRemoveChart": "Diagramm entfernen",
|
||||||
"textRemoveShape": "Form entfernen",
|
"textRemoveShape": "Form entfernen",
|
||||||
|
@ -381,10 +381,10 @@
|
||||||
"textReplaceImage": "Bild ersetzen",
|
"textReplaceImage": "Bild ersetzen",
|
||||||
"textRequired": "Erforderlich",
|
"textRequired": "Erforderlich",
|
||||||
"textRight": "Rechts",
|
"textRight": "Rechts",
|
||||||
"textScreenTip": "QuickInfo",
|
"textScreenTip": "Quick Info",
|
||||||
"textSearch": "Suche",
|
"textSearch": "Suche",
|
||||||
"textSec": "s",
|
"textSec": "s",
|
||||||
"textSelectObjectToEdit": "Wählen Sie das Objekt für Bearbeitung aus",
|
"textSelectObjectToEdit": "Wählen Sie ein Objekt für die Bearbeitung",
|
||||||
"textSendToBackground": "In den Hintergrund senden",
|
"textSendToBackground": "In den Hintergrund senden",
|
||||||
"textShape": "Form",
|
"textShape": "Form",
|
||||||
"textSize": "Größe",
|
"textSize": "Größe",
|
||||||
|
@ -394,9 +394,9 @@
|
||||||
"textSmallCaps": "Kapitälchen",
|
"textSmallCaps": "Kapitälchen",
|
||||||
"textSmoothly": "Gleitend",
|
"textSmoothly": "Gleitend",
|
||||||
"textSplit": "Aufteilen",
|
"textSplit": "Aufteilen",
|
||||||
"textStartOnClick": "Bei Klicken beginnen",
|
"textStartOnClick": "Bei Klicken starten",
|
||||||
"textStrikethrough": "Durchgestrichen",
|
"textStrikethrough": "Durchgestrichen",
|
||||||
"textStyle": "Stil",
|
"textStyle": "Style",
|
||||||
"textStyleOptions": "Stileinstellungen",
|
"textStyleOptions": "Stileinstellungen",
|
||||||
"textSubscript": "Tiefgestellt",
|
"textSubscript": "Tiefgestellt",
|
||||||
"textSuperscript": "Hochgestellt",
|
"textSuperscript": "Hochgestellt",
|
||||||
|
@ -406,10 +406,10 @@
|
||||||
"textTop": "Oben",
|
"textTop": "Oben",
|
||||||
"textTopLeft": "Oben links",
|
"textTopLeft": "Oben links",
|
||||||
"textTopRight": "Oben rechts",
|
"textTopRight": "Oben rechts",
|
||||||
"textTotalRow": "Ergebniszeile",
|
"textTotalRow": "Gesamtreihen",
|
||||||
"textTransitions": "Übergänge",
|
"textTransitions": "Übergänge",
|
||||||
"textType": "Typ",
|
"textType": "Typ",
|
||||||
"textUnCover": "Aufdecken",
|
"textUnCover": "UnCover",
|
||||||
"textVerticalIn": "Vertikal nach innen",
|
"textVerticalIn": "Vertikal nach innen",
|
||||||
"textVerticalOut": "Vertikal nach außen",
|
"textVerticalOut": "Vertikal nach außen",
|
||||||
"textWedge": "Keil",
|
"textWedge": "Keil",
|
||||||
|
@ -421,11 +421,11 @@
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Standard (4:3)",
|
"mniSlideStandard": "Standard (4:3)",
|
||||||
"mniSlideWide": "Breitbildschirm (16:9)",
|
"mniSlideWide": "Breitbild (16:9)",
|
||||||
"notcriticalErrorTitle": "Achtung",
|
"notcriticalErrorTitle": "Achtung",
|
||||||
"textAbout": "Information",
|
"textAbout": "Über",
|
||||||
"textAddress": "Adresse:",
|
"textAddress": "Adresse:",
|
||||||
"textApplication": "App",
|
"textApplication": "Anwendung",
|
||||||
"textApplicationSettings": "Anwendungseinstellungen",
|
"textApplicationSettings": "Anwendungseinstellungen",
|
||||||
"textAuthor": "Verfasser",
|
"textAuthor": "Verfasser",
|
||||||
"textBack": "Zurück",
|
"textBack": "Zurück",
|
||||||
|
@ -436,7 +436,7 @@
|
||||||
"textComment": "Kommentar",
|
"textComment": "Kommentar",
|
||||||
"textCreated": "Erstellt",
|
"textCreated": "Erstellt",
|
||||||
"textDarkTheme": "Dunkelmodus",
|
"textDarkTheme": "Dunkelmodus",
|
||||||
"textDisableAll": "Alle deaktivieren",
|
"textDisableAll": "Alles deaktivieren",
|
||||||
"textDisableAllMacrosWithNotification": "Alle Makros mit Benachrichtigung deaktivieren",
|
"textDisableAllMacrosWithNotification": "Alle Makros mit Benachrichtigung deaktivieren",
|
||||||
"textDisableAllMacrosWithoutNotification": "Alle Makros ohne Benachrichtigung deaktivieren",
|
"textDisableAllMacrosWithoutNotification": "Alle Makros ohne Benachrichtigung deaktivieren",
|
||||||
"textDone": "Fertig",
|
"textDone": "Fertig",
|
||||||
|
@ -454,7 +454,7 @@
|
||||||
"textInch": "Zoll",
|
"textInch": "Zoll",
|
||||||
"textLastModified": "Zuletzt geändert",
|
"textLastModified": "Zuletzt geändert",
|
||||||
"textLastModifiedBy": "Zuletzt geändert von",
|
"textLastModifiedBy": "Zuletzt geändert von",
|
||||||
"textLoading": "Ladevorgang...",
|
"textLoading": "Lädt...",
|
||||||
"textLocation": "Standort",
|
"textLocation": "Standort",
|
||||||
"textMacrosSettings": "Einstellungen von Makros",
|
"textMacrosSettings": "Einstellungen von Makros",
|
||||||
"textNoTextFound": "Der Text wurde nicht gefunden",
|
"textNoTextFound": "Der Text wurde nicht gefunden",
|
||||||
|
@ -476,7 +476,7 @@
|
||||||
"textSlideSize": "Foliengröße",
|
"textSlideSize": "Foliengröße",
|
||||||
"textSpellcheck": "Rechtschreibprüfung",
|
"textSpellcheck": "Rechtschreibprüfung",
|
||||||
"textSubject": "Betreff",
|
"textSubject": "Betreff",
|
||||||
"textTel": "Tel.",
|
"textTel": "tel.:",
|
||||||
"textTitle": "Titel",
|
"textTitle": "Titel",
|
||||||
"textUnitOfMeasurement": "Maßeinheit",
|
"textUnitOfMeasurement": "Maßeinheit",
|
||||||
"textUploaded": "Hochgeladen",
|
"textUploaded": "Hochgeladen",
|
||||||
|
@ -486,23 +486,23 @@
|
||||||
"txtScheme11": "Metro",
|
"txtScheme11": "Metro",
|
||||||
"txtScheme12": "Modul",
|
"txtScheme12": "Modul",
|
||||||
"txtScheme13": "Reichhaltig",
|
"txtScheme13": "Reichhaltig",
|
||||||
"txtScheme14": "Erker",
|
"txtScheme14": "Oriel",
|
||||||
"txtScheme15": "Herkunft",
|
"txtScheme15": "Herkunft",
|
||||||
"txtScheme16": "Papier",
|
"txtScheme16": "Papier",
|
||||||
"txtScheme17": "Sonnenwende",
|
"txtScheme17": "Solstice",
|
||||||
"txtScheme18": "Technik",
|
"txtScheme18": "Technik",
|
||||||
"txtScheme19": "Wanderung",
|
"txtScheme19": "Wanderung",
|
||||||
"txtScheme2": "Grauskala",
|
"txtScheme2": "Graustufen",
|
||||||
"txtScheme20": "Rhea",
|
"txtScheme20": "Urban",
|
||||||
"txtScheme21": "Telesto",
|
"txtScheme21": "Verve",
|
||||||
"txtScheme22": "Neues Office",
|
"txtScheme22": "Neues Office",
|
||||||
"txtScheme3": "Apex",
|
"txtScheme3": "Apex",
|
||||||
"txtScheme4": "Bildseitenverhältnis",
|
"txtScheme4": "Bildseitenverhältnis",
|
||||||
"txtScheme5": "bürgerlich",
|
"txtScheme5": "Bürgerlich",
|
||||||
"txtScheme6": "Konzertsaal",
|
"txtScheme6": "Concourse",
|
||||||
"txtScheme7": "Eigenkapital",
|
"txtScheme7": "Eigenkapital",
|
||||||
"txtScheme8": "Fluss",
|
"txtScheme8": "Flow",
|
||||||
"txtScheme9": "Gießerei"
|
"txtScheme9": "Foundry"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -31,9 +31,9 @@
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"textReopen": "Ireki berriro",
|
"textReopen": "Ireki berriro",
|
||||||
"textResolve": "Ebatzi",
|
"textResolve": "Ebatzi",
|
||||||
|
"textSharingSettings": "Partekatzearen ezarpenak",
|
||||||
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
||||||
"textUsers": "Erabiltzaileak",
|
"textUsers": "Erabiltzaileak"
|
||||||
"textSharingSettings": "Sharing Settings"
|
|
||||||
},
|
},
|
||||||
"HighlightColorPalette": {
|
"HighlightColorPalette": {
|
||||||
"textNoFill": "Betegarririk ez"
|
"textNoFill": "Betegarririk ez"
|
||||||
|
@ -52,6 +52,7 @@
|
||||||
"menuDelete": "Ezabatu",
|
"menuDelete": "Ezabatu",
|
||||||
"menuDeleteTable": "Ezabatu taula",
|
"menuDeleteTable": "Ezabatu taula",
|
||||||
"menuEdit": "Editatu",
|
"menuEdit": "Editatu",
|
||||||
|
"menuEditLink": "Editatu esteka",
|
||||||
"menuMerge": "Konbinatu",
|
"menuMerge": "Konbinatu",
|
||||||
"menuMore": "Gehiago",
|
"menuMore": "Gehiago",
|
||||||
"menuOpenLink": "Ireki esteka",
|
"menuOpenLink": "Ireki esteka",
|
||||||
|
@ -62,8 +63,7 @@
|
||||||
"textDoNotShowAgain": "Ez erakutsi berriro",
|
"textDoNotShowAgain": "Ez erakutsi berriro",
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"textRows": "Errenkadak",
|
"textRows": "Errenkadak",
|
||||||
"txtWarnUrl": "Esteka honetan klik egitea kaltegarria izan daiteke zure gailu eta datuentzat<br>Ziur zaude jarraitu nahi duzula?",
|
"txtWarnUrl": "Esteka honetan klik egitea kaltegarria izan daiteke zure gailu eta datuentzat<br>Ziur zaude jarraitu nahi duzula?"
|
||||||
"menuEditLink": "Edit Link"
|
|
||||||
},
|
},
|
||||||
"Controller": {
|
"Controller": {
|
||||||
"Main": {
|
"Main": {
|
||||||
|
@ -147,9 +147,15 @@
|
||||||
"errorDataEncrypted": "Enkriptatutako aldaketak jaso dira, ezin dira deszifratu.",
|
"errorDataEncrypted": "Enkriptatutako aldaketak jaso dira, ezin dira deszifratu.",
|
||||||
"errorDataRange": "Datu-barruti okerra.",
|
"errorDataRange": "Datu-barruti okerra.",
|
||||||
"errorDefaultMessage": "Errore-kodea: %1",
|
"errorDefaultMessage": "Errore-kodea: %1",
|
||||||
|
"errorDirectUrl": "Egiaztatu dokumenturako esteka.<br>Esteka honek deskargarako esteka zuzen bat izan behar du.",
|
||||||
"errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.<br>Erabili 'Deskargatu' aukera fitxategiaren babeskopia lokalean gordetzeko. ",
|
"errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lan egitean.<br>Erabili 'Deskargatu' aukera fitxategiaren babeskopia lokalean gordetzeko. ",
|
||||||
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin izan da ireki.",
|
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin izan da ireki.",
|
||||||
"errorFileSizeExceed": "Fitxategiaren tamaina zerbitzariaren mugaz gaindi dago.<br>Mesedez, jar zaitez harremanetan zure administratzailearekin.",
|
"errorFileSizeExceed": "Fitxategiaren tamaina zerbitzariaren mugaz gaindi dago.<br>Mesedez, jar zaitez harremanetan zure administratzailearekin.",
|
||||||
|
"errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
||||||
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
||||||
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
|
@ -157,6 +163,8 @@
|
||||||
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, kargatu berriro orria.",
|
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, kargatu berriro orria.",
|
||||||
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, kargatu berriro orria.",
|
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, kargatu berriro orria.",
|
||||||
"errorStockChart": "Errenkaden ordena okerra. Kotizazio-diagrama bat sortzeko, sartu datuak orrian ordena honetan:<br> irekierako prezioa, gehienezko prezioa, gutxieneko prezioa, itxierako prezioa.",
|
"errorStockChart": "Errenkaden ordena okerra. Kotizazio-diagrama bat sortzeko, sartu datuak orrian ordena honetan:<br> irekierako prezioa, gehienezko prezioa, gutxieneko prezioa, itxierako prezioa.",
|
||||||
|
"errorToken": "Dokumentuaren segurtasun tokena ez dago ondo osatua.<br>Jarri harremanetan zure zerbitzariaren administratzailearekin.",
|
||||||
|
"errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"errorUpdateVersionOnDisconnect": "Konexioa berreskuratu da eta fitxategiaren bertsioa aldatu egin da.<br>Lanean jarraitu aurretik, fitxategia deskargatu edo bere edukia kopiatu dezakezu, ezer galduko ez dela ziurtatzeko, eta ondoren berriro kargatu orri hau.",
|
"errorUpdateVersionOnDisconnect": "Konexioa berreskuratu da eta fitxategiaren bertsioa aldatu egin da.<br>Lanean jarraitu aurretik, fitxategia deskargatu edo bere edukia kopiatu dezakezu, ezer galduko ez dela ziurtatzeko, eta ondoren berriro kargatu orri hau.",
|
||||||
"errorUserDrop": "Ezin da fitxategia atzitu une honetan.",
|
"errorUserDrop": "Ezin da fitxategia atzitu une honetan.",
|
||||||
"errorUsersExceed": "Prezio-planean baimendutako erabiltzaile-kopurua gainditu da",
|
"errorUsersExceed": "Prezio-planean baimendutako erabiltzaile-kopurua gainditu da",
|
||||||
|
@ -171,19 +179,12 @@
|
||||||
"unknownErrorText": "Errore ezezaguna.",
|
"unknownErrorText": "Errore ezezaguna.",
|
||||||
"uploadImageExtMessage": "Irudi formatu ezezaguna.",
|
"uploadImageExtMessage": "Irudi formatu ezezaguna.",
|
||||||
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
||||||
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.",
|
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da."
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Datuak kargatzen...",
|
"applyChangesTextText": "Datuak kargatzen...",
|
||||||
"applyChangesTitleText": "Datuak kargatzen",
|
"applyChangesTitleText": "Datuak kargatzen",
|
||||||
|
"confirmMaxChangesSize": "Ekintzen tamainak zure zerbitzariak ezarritako muga gainditzen du.<br>Sakatu \"Desegin\" azken ekintza ezeztatzeko edo sakatu \"Jarraitu\" ekintza lokalki mantentzeko (fitxategia deskargatu edo bere edukia kopiatu behar duzu ezer ez dela galtzen ziurtatzeko).",
|
||||||
"downloadTextText": "Dokumentua deskargatzen...",
|
"downloadTextText": "Dokumentua deskargatzen...",
|
||||||
"downloadTitleText": "Dokumentua deskargatzen",
|
"downloadTitleText": "Dokumentua deskargatzen",
|
||||||
"loadFontsTextText": "Datuak kargatzen...",
|
"loadFontsTextText": "Datuak kargatzen...",
|
||||||
|
@ -206,14 +207,13 @@
|
||||||
"savePreparingTitle": "Gordetzeko prestatzen. Itxaron mesedez...",
|
"savePreparingTitle": "Gordetzeko prestatzen. Itxaron mesedez...",
|
||||||
"saveTextText": "Dokumentua gordetzen...",
|
"saveTextText": "Dokumentua gordetzen...",
|
||||||
"saveTitleText": "Dokumentua gordetzen",
|
"saveTitleText": "Dokumentua gordetzen",
|
||||||
|
"textContinue": "Jarraitu",
|
||||||
"textLoadingDocument": "Dokumentua kargatzen",
|
"textLoadingDocument": "Dokumentua kargatzen",
|
||||||
|
"textUndo": "Desegin",
|
||||||
"txtEditingMode": "Ezarri edizio modua...",
|
"txtEditingMode": "Ezarri edizio modua...",
|
||||||
"uploadImageTextText": "Irudia kargatzen...",
|
"uploadImageTextText": "Irudia kargatzen...",
|
||||||
"uploadImageTitleText": "Irudia kargatzen",
|
"uploadImageTitleText": "Irudia kargatzen",
|
||||||
"waitText": "Mesedez, itxaron...",
|
"waitText": "Mesedez, itxaron..."
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu dokumentu honetan. Egin klik \"Jarraitu orri honetan\" gordetze automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
"dlgLeaveMsgText": "Gorde gabeko aldaketak dituzu dokumentu honetan. Egin klik \"Jarraitu orri honetan\" gordetze automatikoari itxaroteko. Egin klik \"Utzi orri hau\" gorde gabeko aldaketa guztiak baztertzeko.",
|
||||||
|
@ -232,6 +232,7 @@
|
||||||
"textComment": "Iruzkina",
|
"textComment": "Iruzkina",
|
||||||
"textDefault": "Hautatutako testua",
|
"textDefault": "Hautatutako testua",
|
||||||
"textDisplay": "Bistaratzea",
|
"textDisplay": "Bistaratzea",
|
||||||
|
"textDone": "Eginda",
|
||||||
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
||||||
"textExternalLink": "Kanpoko esteka",
|
"textExternalLink": "Kanpoko esteka",
|
||||||
"textFirstSlide": "Lehen diapositiba",
|
"textFirstSlide": "Lehen diapositiba",
|
||||||
|
@ -250,6 +251,8 @@
|
||||||
"textPictureFromLibrary": "Irudia liburutegitik",
|
"textPictureFromLibrary": "Irudia liburutegitik",
|
||||||
"textPictureFromURL": "Irudia URL-tik",
|
"textPictureFromURL": "Irudia URL-tik",
|
||||||
"textPreviousSlide": "Aurreko diapositiba",
|
"textPreviousSlide": "Aurreko diapositiba",
|
||||||
|
"textRecommended": "Gomendatua",
|
||||||
|
"textRequired": "Nahitaezkoa",
|
||||||
"textRows": "Errenkadak",
|
"textRows": "Errenkadak",
|
||||||
"textScreenTip": "Pantailako aholkua",
|
"textScreenTip": "Pantailako aholkua",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
|
@ -258,10 +261,7 @@
|
||||||
"textSlideNumber": "Diapositiba zenbakia",
|
"textSlideNumber": "Diapositiba zenbakia",
|
||||||
"textTable": "Taula",
|
"textTable": "Taula",
|
||||||
"textTableSize": "Taularen tamaina",
|
"textTableSize": "Taularen tamaina",
|
||||||
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa"
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRequired": "Required"
|
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
|
@ -280,6 +280,7 @@
|
||||||
"textAlignTop": "Lerrokatu goian",
|
"textAlignTop": "Lerrokatu goian",
|
||||||
"textAllCaps": "Maiuskulak",
|
"textAllCaps": "Maiuskulak",
|
||||||
"textApplyAll": "Aplikatu diapositiba guztiei",
|
"textApplyAll": "Aplikatu diapositiba guztiei",
|
||||||
|
"textArrange": "Antolatu",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automatikoa",
|
"textAutomatic": "Automatikoa",
|
||||||
"textBack": "Atzera",
|
"textBack": "Atzera",
|
||||||
|
@ -294,8 +295,10 @@
|
||||||
"textBringToForeground": "Ekarri aurreko planora",
|
"textBringToForeground": "Ekarri aurreko planora",
|
||||||
"textBullets": "Buletak",
|
"textBullets": "Buletak",
|
||||||
"textBulletsAndNumbers": "Buletak eta zenbakiak",
|
"textBulletsAndNumbers": "Buletak eta zenbakiak",
|
||||||
|
"textCancel": "Utzi",
|
||||||
"textCaseSensitive": "Bereizi maiuskulak eta minuskulak",
|
"textCaseSensitive": "Bereizi maiuskulak eta minuskulak",
|
||||||
"textCellMargins": "Gelaxkaren marjinak",
|
"textCellMargins": "Gelaxkaren marjinak",
|
||||||
|
"textChangeShape": "Aldatu forma",
|
||||||
"textChart": "Diagrama",
|
"textChart": "Diagrama",
|
||||||
"textClock": "Ordularia",
|
"textClock": "Ordularia",
|
||||||
"textClockwise": "Erlojuaren noranzkoan",
|
"textClockwise": "Erlojuaren noranzkoan",
|
||||||
|
@ -305,6 +308,8 @@
|
||||||
"textCustomColor": "Kolore pertsonalizatua",
|
"textCustomColor": "Kolore pertsonalizatua",
|
||||||
"textDefault": "Hautatutako testua",
|
"textDefault": "Hautatutako testua",
|
||||||
"textDelay": "Atzerapena",
|
"textDelay": "Atzerapena",
|
||||||
|
"textDeleteImage": "Ezabatu irudia",
|
||||||
|
"textDeleteLink": "Ezabatu esteka",
|
||||||
"textDeleteSlide": "Ezabatu diapositiba",
|
"textDeleteSlide": "Ezabatu diapositiba",
|
||||||
"textDesign": "Diseinua",
|
"textDesign": "Diseinua",
|
||||||
"textDisplay": "Bistaratzea",
|
"textDisplay": "Bistaratzea",
|
||||||
|
@ -340,6 +345,7 @@
|
||||||
"textHyperlink": "Hiperesteka",
|
"textHyperlink": "Hiperesteka",
|
||||||
"textImage": "Irudia",
|
"textImage": "Irudia",
|
||||||
"textImageURL": "Irudiaren URLa",
|
"textImageURL": "Irudiaren URLa",
|
||||||
|
"textInsertImage": "Txertatu irudia",
|
||||||
"textLastColumn": "Azken zutabea",
|
"textLastColumn": "Azken zutabea",
|
||||||
"textLastSlide": "Azken diapositiba",
|
"textLastSlide": "Azken diapositiba",
|
||||||
"textLayout": "Diseinua",
|
"textLayout": "Diseinua",
|
||||||
|
@ -366,12 +372,14 @@
|
||||||
"textPreviousSlide": "Aurreko diapositiba",
|
"textPreviousSlide": "Aurreko diapositiba",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
"textPush": "Bultza",
|
"textPush": "Bultza",
|
||||||
|
"textRecommended": "Gomendatua",
|
||||||
"textRemoveChart": "Kendu diagrama",
|
"textRemoveChart": "Kendu diagrama",
|
||||||
"textRemoveShape": "Kendu forma",
|
"textRemoveShape": "Kendu forma",
|
||||||
"textRemoveTable": "Kendu taula",
|
"textRemoveTable": "Kendu taula",
|
||||||
"textReplace": "Ordeztu",
|
"textReplace": "Ordeztu",
|
||||||
"textReplaceAll": "Ordeztu guztia",
|
"textReplaceAll": "Ordeztu guztia",
|
||||||
"textReplaceImage": "Ordeztu irudia",
|
"textReplaceImage": "Ordeztu irudia",
|
||||||
|
"textRequired": "Nahitaezkoa",
|
||||||
"textRight": "Eskuina",
|
"textRight": "Eskuina",
|
||||||
"textScreenTip": "Pantailako aholkua",
|
"textScreenTip": "Pantailako aholkua",
|
||||||
"textSearch": "Bilatu",
|
"textSearch": "Bilatu",
|
||||||
|
@ -409,15 +417,7 @@
|
||||||
"textZoom": "Zooma",
|
"textZoom": "Zooma",
|
||||||
"textZoomIn": "Handiagotu",
|
"textZoomIn": "Handiagotu",
|
||||||
"textZoomOut": "Txikiagotu",
|
"textZoomOut": "Txikiagotu",
|
||||||
"textZoomRotate": "Zoom eta biratu",
|
"textZoomRotate": "Zoom eta biratu"
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textChangeShape": "Change Shape",
|
|
||||||
"textDeleteImage": "Delete Image",
|
|
||||||
"textDeleteLink": "Delete Link",
|
|
||||||
"textInsertImage": "Insert Image",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRequired": "Required"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Estandarra (4:3)",
|
"mniSlideStandard": "Estandarra (4:3)",
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ContextMenu": {
|
"ContextMenu": {
|
||||||
"errorCopyCutPaste": "コンテキストメニューを使う中コピーしたり切り取り貼り付きたりするの操作がこのファイルだけに実行されます。",
|
"errorCopyCutPaste": "コンテキストメニューを使用したコピー、切り取り、貼り付けの操作は、現在のファイル内でのみ実行されます。",
|
||||||
"menuAddComment": "コメントを追加",
|
"menuAddComment": "コメントを追加",
|
||||||
"menuAddLink": "リンクを追加",
|
"menuAddLink": "リンクを追加",
|
||||||
"menuCancel": "キャンセル",
|
"menuCancel": "キャンセル",
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
"menuSplit": "分割",
|
"menuSplit": "分割",
|
||||||
"menuViewComment": "コメントを見る",
|
"menuViewComment": "コメントを見る",
|
||||||
"textColumns": "列",
|
"textColumns": "列",
|
||||||
"textCopyCutPasteActions": "コピー,切り取り,貼り付けの操作",
|
"textCopyCutPasteActions": "コピー,切り取り,貼り付け",
|
||||||
"textDoNotShowAgain": "再度表示しない",
|
"textDoNotShowAgain": "再度表示しない",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textRows": "行",
|
"textRows": "行",
|
||||||
|
@ -151,6 +151,11 @@
|
||||||
"errorEditingDownloadas": "文書を操作中にエラーがありました.<br>ファイルのバックアップコピーを保存するように文書をダウンロードしてください。",
|
"errorEditingDownloadas": "文書を操作中にエラーがありました.<br>ファイルのバックアップコピーを保存するように文書をダウンロードしてください。",
|
||||||
"errorFilePassProtect": "ファイルはパスワードで保護されており、開けませんでした。",
|
"errorFilePassProtect": "ファイルはパスワードで保護されており、開けませんでした。",
|
||||||
"errorFileSizeExceed": "ファイルサイズがサーバーの制限を超えています。<br>管理者にお問い合わせください。",
|
"errorFileSizeExceed": "ファイルサイズがサーバーの制限を超えています。<br>管理者にお問い合わせください。",
|
||||||
|
"errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"errorKeyEncrypt": "不明なキーの記述子",
|
"errorKeyEncrypt": "不明なキーの記述子",
|
||||||
"errorKeyExpire": "キーの記述子の有効期間が満期した",
|
"errorKeyExpire": "キーの記述子の有効期間が満期した",
|
||||||
"errorLoadingFont": "フォントがダウンロードしませんでした。<br>文書のサーバのアドミ二ストレータを連絡してください。",
|
"errorLoadingFont": "フォントがダウンロードしませんでした。<br>文書のサーバのアドミ二ストレータを連絡してください。",
|
||||||
|
@ -158,6 +163,8 @@
|
||||||
"errorSessionIdle": "文書が長いとこ変更されませんでした。ページを再び読み込みしてください。",
|
"errorSessionIdle": "文書が長いとこ変更されませんでした。ページを再び読み込みしてください。",
|
||||||
"errorSessionToken": "サーバの接続が中断されました。ページを再びお読み込みしてください。",
|
"errorSessionToken": "サーバの接続が中断されました。ページを再びお読み込みしてください。",
|
||||||
"errorStockChart": "行の順序が正しくありません。株価チャートを作るようにシートにこのようにデータを配置してください:<br>始値、最高価格、最小価格、終値。",
|
"errorStockChart": "行の順序が正しくありません。株価チャートを作るようにシートにこのようにデータを配置してください:<br>始値、最高価格、最小価格、終値。",
|
||||||
|
"errorToken": "ドキュメントセキュリティトークンが正しく形成されていません。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
||||||
|
"errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
"errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
||||||
"errorUserDrop": "現在、このファイルにはアクセスできません。",
|
"errorUserDrop": "現在、このファイルにはアクセスできません。",
|
||||||
"errorUsersExceed": "料金プランによってユーザ数を超過しました。",
|
"errorUsersExceed": "料金プランによってユーザ数を超過しました。",
|
||||||
|
@ -172,14 +179,7 @@
|
||||||
"unknownErrorText": "不明なエラー",
|
"unknownErrorText": "不明なエラー",
|
||||||
"uploadImageExtMessage": "不明なイメージの形式",
|
"uploadImageExtMessage": "不明なイメージの形式",
|
||||||
"uploadImageFileCountMessage": "アップロードしたイメージがない",
|
"uploadImageFileCountMessage": "アップロードしたイメージがない",
|
||||||
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。",
|
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。"
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "データの読み込み中...",
|
"applyChangesTextText": "データの読み込み中...",
|
||||||
|
|
|
@ -151,6 +151,11 @@
|
||||||
"errorEditingDownloadas": "Ocorreu um erro ao trabalhar com o documento. <br> Use a opção 'Descarregar' para guardar a cópia de segurança do ficheiro localmente.",
|
"errorEditingDownloadas": "Ocorreu um erro ao trabalhar com o documento. <br> Use a opção 'Descarregar' para guardar a cópia de segurança do ficheiro localmente.",
|
||||||
"errorFilePassProtect": "Este ficheiro está protegido por uma palavra-passe e não foi possível abrir.",
|
"errorFilePassProtect": "Este ficheiro está protegido por uma palavra-passe e não foi possível abrir.",
|
||||||
"errorFileSizeExceed": "O tamanho do ficheiro excede o limitação permitido pelo servidor.<br>Por favor, contacte o seu administrador.",
|
"errorFileSizeExceed": "O tamanho do ficheiro excede o limitação permitido pelo servidor.<br>Por favor, contacte o seu administrador.",
|
||||||
|
"errorInconsistentExt": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro não coincide com a sua extensão.",
|
||||||
|
"errorInconsistentExtDocx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um documento de texto (doc, docx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"errorInconsistentExtPdf": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um dos seguintes formatos: pdf/djvu/xps/oxps, mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"errorInconsistentExtPptx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma apresentação (ppt, pptx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"errorInconsistentExtXlsx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma folha de cálculo (xls, xlsx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
"errorKeyEncrypt": "Descritor de chave desconhecido",
|
"errorKeyEncrypt": "Descritor de chave desconhecido",
|
||||||
"errorKeyExpire": "Descritor de chave expirado",
|
"errorKeyExpire": "Descritor de chave expirado",
|
||||||
"errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
"errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
||||||
|
@ -158,6 +163,8 @@
|
||||||
"errorSessionIdle": "O documento não foi editado durante muito tempo. Por favor, recarregue a página.",
|
"errorSessionIdle": "O documento não foi editado durante muito tempo. Por favor, recarregue a página.",
|
||||||
"errorSessionToken": "A ligação ao servidor foi interrompida. Por favor, recarregue a página.",
|
"errorSessionToken": "A ligação ao servidor foi interrompida. Por favor, recarregue a página.",
|
||||||
"errorStockChart": "Ordem das linhas incorreta. Para construir um gráfico de cotações, introduza os dados na folha com a seguinte ordem:<br>preço de abertura, preço máximo, preço mínimo, preço de fecho.",
|
"errorStockChart": "Ordem das linhas incorreta. Para construir um gráfico de cotações, introduza os dados na folha com a seguinte ordem:<br>preço de abertura, preço máximo, preço mínimo, preço de fecho.",
|
||||||
|
"errorToken": "O token de segurança do documento não está formado corretamente.<br>Entre em contato com o administrador do Servidor de Documentos.",
|
||||||
|
"errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
||||||
"errorUpdateVersionOnDisconnect": "A ligação com a Internet foi restaurada e a versão do ficheiro foi alterada. <br> Antes de continuar a trabalhar, descarregue o ficheiro ou copie o seu conteúdo para garantir que nada seja perdido e depois recarregue esta página.",
|
"errorUpdateVersionOnDisconnect": "A ligação com a Internet foi restaurada e a versão do ficheiro foi alterada. <br> Antes de continuar a trabalhar, descarregue o ficheiro ou copie o seu conteúdo para garantir que nada seja perdido e depois recarregue esta página.",
|
||||||
"errorUserDrop": "De momento, não é possível aceder ao ficheiro.",
|
"errorUserDrop": "De momento, não é possível aceder ao ficheiro.",
|
||||||
"errorUsersExceed": "Excedeu o número máximo de utilizadores permitidos pelo seu plano",
|
"errorUsersExceed": "Excedeu o número máximo de utilizadores permitidos pelo seu plano",
|
||||||
|
@ -172,14 +179,7 @@
|
||||||
"unknownErrorText": "Erro desconhecido.",
|
"unknownErrorText": "Erro desconhecido.",
|
||||||
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
||||||
"uploadImageFileCountMessage": "Nenhuma imagem foi carregada.",
|
"uploadImageFileCountMessage": "Nenhuma imagem foi carregada.",
|
||||||
"uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.",
|
"uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB."
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "A carregar dados...",
|
"applyChangesTextText": "A carregar dados...",
|
||||||
|
@ -206,14 +206,14 @@
|
||||||
"savePreparingTitle": "A preparar para guardar. Por favor aguarde...",
|
"savePreparingTitle": "A preparar para guardar. Por favor aguarde...",
|
||||||
"saveTextText": "A guardar documento...",
|
"saveTextText": "A guardar documento...",
|
||||||
"saveTitleText": "A guardar documento",
|
"saveTitleText": "A guardar documento",
|
||||||
|
"textContinue": "Continuar",
|
||||||
"textLoadingDocument": "A carregar documento",
|
"textLoadingDocument": "A carregar documento",
|
||||||
|
"textUndo": "Desfazer",
|
||||||
"txtEditingMode": "Definir modo de edição…",
|
"txtEditingMode": "Definir modo de edição…",
|
||||||
"uploadImageTextText": "A carregar imagem...",
|
"uploadImageTextText": "A carregar imagem...",
|
||||||
"uploadImageTitleText": "A carregar imagem",
|
"uploadImageTitleText": "A carregar imagem",
|
||||||
"waitText": "Aguarde…",
|
"waitText": "Aguarde…",
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)."
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Este documento tem alterações não guardadas. Clique 'Ficar na página' para que o documento seja guardado automaticamente. Clique 'Sair da página' para rejeitar todas as alterações.",
|
"dlgLeaveMsgText": "Este documento tem alterações não guardadas. Clique 'Ficar na página' para que o documento seja guardado automaticamente. Clique 'Sair da página' para rejeitar todas as alterações.",
|
||||||
|
|
|
@ -31,9 +31,9 @@
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textReopen": "Redeschide",
|
"textReopen": "Redeschide",
|
||||||
"textResolve": "Rezolvare",
|
"textResolve": "Rezolvare",
|
||||||
|
"textSharingSettings": "Setări partajare",
|
||||||
"textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
"textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
||||||
"textUsers": "Utilizatori",
|
"textUsers": "Utilizatori"
|
||||||
"textSharingSettings": "Sharing Settings"
|
|
||||||
},
|
},
|
||||||
"HighlightColorPalette": {
|
"HighlightColorPalette": {
|
||||||
"textNoFill": "Fără umplere"
|
"textNoFill": "Fără umplere"
|
||||||
|
@ -52,6 +52,7 @@
|
||||||
"menuDelete": "Ștergere",
|
"menuDelete": "Ștergere",
|
||||||
"menuDeleteTable": "Ștergere tabel",
|
"menuDeleteTable": "Ștergere tabel",
|
||||||
"menuEdit": "Editare",
|
"menuEdit": "Editare",
|
||||||
|
"menuEditLink": "Editare link",
|
||||||
"menuMerge": "Îmbinare",
|
"menuMerge": "Îmbinare",
|
||||||
"menuMore": "Mai multe",
|
"menuMore": "Mai multe",
|
||||||
"menuOpenLink": "Deschidere link",
|
"menuOpenLink": "Deschidere link",
|
||||||
|
@ -62,8 +63,7 @@
|
||||||
"textDoNotShowAgain": "Nu mai afișa",
|
"textDoNotShowAgain": "Nu mai afișa",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textRows": "Rânduri",
|
"textRows": "Rânduri",
|
||||||
"txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?",
|
"txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?"
|
||||||
"menuEditLink": "Edit Link"
|
|
||||||
},
|
},
|
||||||
"Controller": {
|
"Controller": {
|
||||||
"Main": {
|
"Main": {
|
||||||
|
@ -147,9 +147,15 @@
|
||||||
"errorDataEncrypted": "Modificările primite sunt criptate, decriptarea este imposibilă.",
|
"errorDataEncrypted": "Modificările primite sunt criptate, decriptarea este imposibilă.",
|
||||||
"errorDataRange": "Zonă de date incorectă.",
|
"errorDataRange": "Zonă de date incorectă.",
|
||||||
"errorDefaultMessage": "Codul de eroare: %1",
|
"errorDefaultMessage": "Codul de eroare: %1",
|
||||||
|
"errorDirectUrl": "Verificați linkul la document.<br>Trebuie să fie un link direct spre fișierul de încărcat.",
|
||||||
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br> Pentru copierea de rezervă locală utilizați opțiunea de Descărcare.",
|
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br> Pentru copierea de rezervă locală utilizați opțiunea de Descărcare.",
|
||||||
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Contactați administratorul dvs.",
|
"errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.<br>Contactați administratorul dvs.",
|
||||||
|
"errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
||||||
"errorKeyExpire": "Descriptor cheie a expirat",
|
"errorKeyExpire": "Descriptor cheie a expirat",
|
||||||
"errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
"errorLoadingFont": "Fonturile nu sunt încărcate.<br>Contactați administratorul dvs de Server Documente.",
|
||||||
|
@ -157,6 +163,8 @@
|
||||||
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
||||||
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
||||||
"errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
"errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
||||||
|
"errorToken": "Token de securitate din document este format în mod incorect.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
|
"errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
"errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
||||||
"errorUserDrop": "Fișierul nu poate fi accesat deocamdată.",
|
"errorUserDrop": "Fișierul nu poate fi accesat deocamdată.",
|
||||||
"errorUsersExceed": "Limita de utilizatori stipulată de planul tarifar a fost depășită",
|
"errorUsersExceed": "Limita de utilizatori stipulată de planul tarifar a fost depășită",
|
||||||
|
@ -171,19 +179,12 @@
|
||||||
"unknownErrorText": "Eroare necunoscută.",
|
"unknownErrorText": "Eroare necunoscută.",
|
||||||
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
||||||
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
||||||
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.",
|
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB."
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator."
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"applyChangesTextText": "Încărcarea datelor...",
|
"applyChangesTextText": "Încărcarea datelor...",
|
||||||
"applyChangesTitleText": "Încărcare date",
|
"applyChangesTitleText": "Încărcare date",
|
||||||
|
"confirmMaxChangesSize": "Numărul comenzilor depășește limita prevăzută pentru serverul dvs.<br>Apăsați butonul Anulare pentru a anula ultima comanda dvs. sau apăsați butonul Continuare pentru a executa comanda în mod local (încărcați fișierul sau copiați conținutul pentru a se asigura că nu se pierde nimic).",
|
||||||
"downloadTextText": "Descărcarea documentului...",
|
"downloadTextText": "Descărcarea documentului...",
|
||||||
"downloadTitleText": "Descărcarea fișierului",
|
"downloadTitleText": "Descărcarea fișierului",
|
||||||
"loadFontsTextText": "Încărcarea datelor...",
|
"loadFontsTextText": "Încărcarea datelor...",
|
||||||
|
@ -206,14 +207,13 @@
|
||||||
"savePreparingTitle": "Pregătire pentru salvare. Vă rugăm să așteptați...",
|
"savePreparingTitle": "Pregătire pentru salvare. Vă rugăm să așteptați...",
|
||||||
"saveTextText": "Salvarea documentului...",
|
"saveTextText": "Salvarea documentului...",
|
||||||
"saveTitleText": "Salvare document",
|
"saveTitleText": "Salvare document",
|
||||||
|
"textContinue": "Continuare",
|
||||||
"textLoadingDocument": "Încărcare document",
|
"textLoadingDocument": "Încărcare document",
|
||||||
|
"textUndo": "Anulare",
|
||||||
"txtEditingMode": "Setare modul de editare...",
|
"txtEditingMode": "Setare modul de editare...",
|
||||||
"uploadImageTextText": "Încărcarea imaginii...",
|
"uploadImageTextText": "Încărcarea imaginii...",
|
||||||
"uploadImageTitleText": "Încărcare imagine",
|
"uploadImageTitleText": "Încărcare imagine",
|
||||||
"waitText": "Vă rugăm să așteptați...",
|
"waitText": "Vă rugăm să așteptați..."
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Toolbar": {
|
"Toolbar": {
|
||||||
"dlgLeaveMsgText": "Nu ați salvat modificările din documentul. Faceți clic pe Rămâi în pagină și așteptați la salvare automată. Faceți clic pe Părăsește aceasta pagina ca să renunțați la toate modificările nesalvate.",
|
"dlgLeaveMsgText": "Nu ați salvat modificările din documentul. Faceți clic pe Rămâi în pagină și așteptați la salvare automată. Faceți clic pe Părăsește aceasta pagina ca să renunțați la toate modificările nesalvate.",
|
||||||
|
@ -232,6 +232,7 @@
|
||||||
"textComment": "Comentariu",
|
"textComment": "Comentariu",
|
||||||
"textDefault": "Textul selectat",
|
"textDefault": "Textul selectat",
|
||||||
"textDisplay": "Afișare",
|
"textDisplay": "Afișare",
|
||||||
|
"textDone": "Gata",
|
||||||
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
||||||
"textExternalLink": "Link extern",
|
"textExternalLink": "Link extern",
|
||||||
"textFirstSlide": "Primul diapozitiv",
|
"textFirstSlide": "Primul diapozitiv",
|
||||||
|
@ -250,6 +251,8 @@
|
||||||
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
||||||
"textPictureFromURL": "Imaginea prin URL",
|
"textPictureFromURL": "Imaginea prin URL",
|
||||||
"textPreviousSlide": "Diapozitivul anterior",
|
"textPreviousSlide": "Diapozitivul anterior",
|
||||||
|
"textRecommended": "Recomandate",
|
||||||
|
"textRequired": "Obligatoriu",
|
||||||
"textRows": "Rânduri",
|
"textRows": "Rânduri",
|
||||||
"textScreenTip": "Sfaturi ecran",
|
"textScreenTip": "Sfaturi ecran",
|
||||||
"textShape": "Forma",
|
"textShape": "Forma",
|
||||||
|
@ -258,10 +261,7 @@
|
||||||
"textSlideNumber": "Număr diapozitiv",
|
"textSlideNumber": "Număr diapozitiv",
|
||||||
"textTable": "Tabel",
|
"textTable": "Tabel",
|
||||||
"textTableSize": "Dimensiune tabel",
|
"textTableSize": "Dimensiune tabel",
|
||||||
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\""
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRequired": "Required"
|
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Avertisment",
|
"notcriticalErrorTitle": "Avertisment",
|
||||||
|
@ -280,6 +280,7 @@
|
||||||
"textAlignTop": "Aliniere sus",
|
"textAlignTop": "Aliniere sus",
|
||||||
"textAllCaps": "Cu majuscule",
|
"textAllCaps": "Cu majuscule",
|
||||||
"textApplyAll": "Aplicarea la toate diapozitivele ",
|
"textApplyAll": "Aplicarea la toate diapozitivele ",
|
||||||
|
"textArrange": "Aranjare",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automat",
|
"textAutomatic": "Automat",
|
||||||
"textBack": "Înapoi",
|
"textBack": "Înapoi",
|
||||||
|
@ -294,8 +295,10 @@
|
||||||
"textBringToForeground": "Aducere în prim plan",
|
"textBringToForeground": "Aducere în prim plan",
|
||||||
"textBullets": "Marcatori",
|
"textBullets": "Marcatori",
|
||||||
"textBulletsAndNumbers": "Marcatori și numerotare",
|
"textBulletsAndNumbers": "Marcatori și numerotare",
|
||||||
|
"textCancel": "Revocare",
|
||||||
"textCaseSensitive": "Sensibil la litere mari și mici",
|
"textCaseSensitive": "Sensibil la litere mari și mici",
|
||||||
"textCellMargins": "Margini de celulă",
|
"textCellMargins": "Margini de celulă",
|
||||||
|
"textChangeShape": "Modificare formă",
|
||||||
"textChart": "Diagramă",
|
"textChart": "Diagramă",
|
||||||
"textClock": "Ceas",
|
"textClock": "Ceas",
|
||||||
"textClockwise": "În sensul acelor de ceasornic",
|
"textClockwise": "În sensul acelor de ceasornic",
|
||||||
|
@ -305,6 +308,8 @@
|
||||||
"textCustomColor": "Culoare particularizată",
|
"textCustomColor": "Culoare particularizată",
|
||||||
"textDefault": "Textul selectat",
|
"textDefault": "Textul selectat",
|
||||||
"textDelay": "Amânare",
|
"textDelay": "Amânare",
|
||||||
|
"textDeleteImage": "Ștergere imagine",
|
||||||
|
"textDeleteLink": "Ștergere link",
|
||||||
"textDeleteSlide": "Ștergere diapozitiv",
|
"textDeleteSlide": "Ștergere diapozitiv",
|
||||||
"textDesign": "Proiectare",
|
"textDesign": "Proiectare",
|
||||||
"textDisplay": "Afișare",
|
"textDisplay": "Afișare",
|
||||||
|
@ -340,6 +345,7 @@
|
||||||
"textHyperlink": "Hyperlink",
|
"textHyperlink": "Hyperlink",
|
||||||
"textImage": "Imagine",
|
"textImage": "Imagine",
|
||||||
"textImageURL": "URL-ul imaginii",
|
"textImageURL": "URL-ul imaginii",
|
||||||
|
"textInsertImage": "Inserare imagine",
|
||||||
"textLastColumn": "Ultima coloană",
|
"textLastColumn": "Ultima coloană",
|
||||||
"textLastSlide": "Ultimul diapozitiv",
|
"textLastSlide": "Ultimul diapozitiv",
|
||||||
"textLayout": "Aspect",
|
"textLayout": "Aspect",
|
||||||
|
@ -366,12 +372,14 @@
|
||||||
"textPreviousSlide": "Diapozitivul anterior",
|
"textPreviousSlide": "Diapozitivul anterior",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
"textPush": "Împingere",
|
"textPush": "Împingere",
|
||||||
|
"textRecommended": "Recomandate",
|
||||||
"textRemoveChart": "Ștergere diagrama",
|
"textRemoveChart": "Ștergere diagrama",
|
||||||
"textRemoveShape": "Stergere forma",
|
"textRemoveShape": "Stergere forma",
|
||||||
"textRemoveTable": "Ștergere tabel",
|
"textRemoveTable": "Ștergere tabel",
|
||||||
"textReplace": "Înlocuire",
|
"textReplace": "Înlocuire",
|
||||||
"textReplaceAll": "Înlocuire peste tot",
|
"textReplaceAll": "Înlocuire peste tot",
|
||||||
"textReplaceImage": "Înlocuire imagine",
|
"textReplaceImage": "Înlocuire imagine",
|
||||||
|
"textRequired": "Obligatoriu",
|
||||||
"textRight": "Dreapta",
|
"textRight": "Dreapta",
|
||||||
"textScreenTip": "Sfaturi ecran",
|
"textScreenTip": "Sfaturi ecran",
|
||||||
"textSearch": "Căutare",
|
"textSearch": "Căutare",
|
||||||
|
@ -409,15 +417,7 @@
|
||||||
"textZoom": "Zoom",
|
"textZoom": "Zoom",
|
||||||
"textZoomIn": "Mărire",
|
"textZoomIn": "Mărire",
|
||||||
"textZoomOut": "Micșorare",
|
"textZoomOut": "Micșorare",
|
||||||
"textZoomRotate": "Zoom și rotire",
|
"textZoomRotate": "Zoom și rotire"
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textChangeShape": "Change Shape",
|
|
||||||
"textDeleteImage": "Delete Image",
|
|
||||||
"textDeleteLink": "Delete Link",
|
|
||||||
"textInsertImage": "Insert Image",
|
|
||||||
"textRecommended": "Recommended",
|
|
||||||
"textRequired": "Required"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"mniSlideStandard": "Standard (4:3)",
|
"mniSlideStandard": "Standard (4:3)",
|
||||||
|
|
|
@ -150,6 +150,7 @@
|
||||||
"errorEditingDownloadas": "Belgeyle çalışma sırasında bir hata oluştu.<br>Dosya yedek kopyasını yerel olarak kaydetmek için 'İndir' seçeneğini kullanın.",
|
"errorEditingDownloadas": "Belgeyle çalışma sırasında bir hata oluştu.<br>Dosya yedek kopyasını yerel olarak kaydetmek için 'İndir' seçeneğini kullanın.",
|
||||||
"errorFilePassProtect": "Dosya parola korumalı ve açılamadı.",
|
"errorFilePassProtect": "Dosya parola korumalı ve açılamadı.",
|
||||||
"errorFileSizeExceed": "Dosya boyutu sunucu sınırlamanızı aşıyor.<br>Lütfen yöneticinizle iletişime geçin.",
|
"errorFileSizeExceed": "Dosya boyutu sunucu sınırlamanızı aşıyor.<br>Lütfen yöneticinizle iletişime geçin.",
|
||||||
|
"errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
"errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
||||||
"errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
"errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
||||||
"errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
|
@ -174,7 +175,6 @@
|
||||||
"uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.",
|
"uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.",
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
"SSE.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"SSE.ApplicationController.errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
||||||
"SSE.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
"SSE.ApplicationController.errorFileSizeExceed": "Fitxategiaren tamainak zure zerbitzarirako ezarritako muga gainditzen du.<br>Jarri harremanetan dokumentu-zerbitzariaren administratzailearekin informazio gehiago lortzeko.",
|
||||||
"SSE.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
"SSE.ApplicationController.errorForceSave": "Errore bat gertatu da dokumentua gordetzean.<br>Erabili 'Deskargatu honela' aukera fitxategia zure ordenagailuko disko gogorrean gordetzeko edo saiatu berriro geroago.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"SSE.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"SSE.ApplicationController.errorLoadingFont": "Letra-tipoak ez dira kargatu.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"SSE.ApplicationController.errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
"SSE.ApplicationController.errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
||||||
|
|
|
@ -15,8 +15,13 @@
|
||||||
"SSE.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
"SSE.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません",
|
||||||
"SSE.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
"SSE.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。<br>Documentサーバー管理者に詳細をお問い合わせください。",
|
||||||
"SSE.ApplicationController.errorForceSave": "ファイルを保存中にエラーがありました。ファイルをPCに保存するように「としてダウンロード」と言うオプションを使い、または後でもう一度してみてください。",
|
"SSE.ApplicationController.errorForceSave": "ファイルを保存中にエラーがありました。ファイルをPCに保存するように「としてダウンロード」と言うオプションを使い、または後でもう一度してみてください。",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"SSE.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
"SSE.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。<br>文書サーバのアドミニストレータを連絡してください。",
|
||||||
"SSE.ApplicationController.errorTokenExpire": "ドキュメント・セキュリティ・トークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
"SSE.ApplicationController.errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
||||||
"SSE.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
"SSE.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||||
"SSE.ApplicationController.notcriticalErrorTitle": "警告",
|
"SSE.ApplicationController.notcriticalErrorTitle": "警告",
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
"SSE.ApplicationController.errorFilePassProtect": "O documento está protegido por palavra-passe e não pode ser aberto.",
|
"SSE.ApplicationController.errorFilePassProtect": "O documento está protegido por palavra-passe e não pode ser aberto.",
|
||||||
"SSE.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
"SSE.ApplicationController.errorFileSizeExceed": "O tamanho do documento excede o limite permitido pelo servidor.<br>Contacte o administrador do servidor de documentos para mais informações.",
|
||||||
"SSE.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente mais tarde.",
|
"SSE.ApplicationController.errorForceSave": "Ocorreu um erro ao guardar o ficheiro. Utilize a opção 'Descarregar como' para guardar o ficheiro no computador ou tente mais tarde.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExt": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro não coincide com a sua extensão.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtDocx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um documento de texto (doc, docx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPdf": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um dos seguintes formatos: pdf/djvu/xps/oxps, mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPptx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma apresentação (ppt, pptx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtXlsx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma folha de cálculo (xls, xlsx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
"SSE.ApplicationController.errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
"SSE.ApplicationController.errorLoadingFont": "Tipos de letra não carregados.<br>Por favor contacte o administrador do servidor de documentos.",
|
||||||
"SSE.ApplicationController.errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
"SSE.ApplicationController.errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
||||||
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "A ligação foi restaurada e a versão do ficheiro foi alterada.<br>Antes de poder continuar a trabalhar, é necessário descarregar o ficheiro ou copiar o seu conteúdo para garantir que nada se perde e depois voltar a carregar esta página.",
|
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "A ligação foi restaurada e a versão do ficheiro foi alterada.<br>Antes de poder continuar a trabalhar, é necessário descarregar o ficheiro ou copiar o seu conteúdo para garantir que nada se perde e depois voltar a carregar esta página.",
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
"SSE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
"SSE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı",
|
||||||
"SSE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
"SSE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.<br>Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.",
|
||||||
"SSE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
"SSE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExt": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği, dosya uzantısıyla eşleşmiyor.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPdf": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği şu biçimlerden birine karşılık geliyor: pdf/djvu/xps/oxps, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtPptx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği sunumlara karşılık geliyor (ör. pptx), ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
|
"SSE.ApplicationController.errorInconsistentExtXlsx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği e-tablolara (örn. xlsx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"SSE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
"SSE.ApplicationController.errorLoadingFont": "Yazı tipleri yüklenmedi.<br>Lütfen Doküman Sunucusu yöneticinize başvurun.",
|
||||||
"SSE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
|
"SSE.ApplicationController.errorTokenExpire": "Belge güvenlik belirtecinin süresi doldu.<br>Lütfen Belge Sunucusu yöneticinize başvurun.",
|
||||||
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",
|
"SSE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.<br>Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.",
|
||||||
|
|
|
@ -874,6 +874,7 @@
|
||||||
"SSE.Controllers.Main.errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.<br>Select a uniform data range different from the existing one and try again.",
|
"SSE.Controllers.Main.errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.<br>Select a uniform data range different from the existing one and try again.",
|
||||||
"SSE.Controllers.Main.errorAutoFilterHiddenRange": "The operation cannot be performed because the area contains filtered cells.<br>Please unhide the filtered elements and try again.",
|
"SSE.Controllers.Main.errorAutoFilterHiddenRange": "The operation cannot be performed because the area contains filtered cells.<br>Please unhide the filtered elements and try again.",
|
||||||
"SSE.Controllers.Main.errorBadImageUrl": "Image URL is incorrect",
|
"SSE.Controllers.Main.errorBadImageUrl": "Image URL is incorrect",
|
||||||
|
"SSE.Controllers.Main.errorCannotPasteImg": "We can't paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the spreadsheet.",
|
||||||
"SSE.Controllers.Main.errorCannotUngroup": "Cannot ungroup. To start an outline, select the detail rows or columns and group them.",
|
"SSE.Controllers.Main.errorCannotUngroup": "Cannot ungroup. To start an outline, select the detail rows or columns and group them.",
|
||||||
"SSE.Controllers.Main.errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.<br>You might be requested to enter a password.",
|
"SSE.Controllers.Main.errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.<br>You might be requested to enter a password.",
|
||||||
"SSE.Controllers.Main.errorChangeArray": "You cannot change part of an array.",
|
"SSE.Controllers.Main.errorChangeArray": "You cannot change part of an array.",
|
||||||
|
@ -959,7 +960,6 @@
|
||||||
"SSE.Controllers.Main.errorWrongBracketsCount": "An error in the entered formula.<br>Wrong number of brackets is used.",
|
"SSE.Controllers.Main.errorWrongBracketsCount": "An error in the entered formula.<br>Wrong number of brackets is used.",
|
||||||
"SSE.Controllers.Main.errorWrongOperator": "An error in the entered formula. Wrong operator is used.<br>Please correct the error.",
|
"SSE.Controllers.Main.errorWrongOperator": "An error in the entered formula. Wrong operator is used.<br>Please correct the error.",
|
||||||
"SSE.Controllers.Main.errorWrongPassword": "The password you supplied is not correct.",
|
"SSE.Controllers.Main.errorWrongPassword": "The password you supplied is not correct.",
|
||||||
"SSE.Controllers.Main.errorCannotPasteImg": "We can't paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the spreadsheet.",
|
|
||||||
"SSE.Controllers.Main.errRemDuplicates": "Duplicate values found and deleted: {0}, unique values left: {1}.",
|
"SSE.Controllers.Main.errRemDuplicates": "Duplicate values found and deleted: {0}, unique values left: {1}.",
|
||||||
"SSE.Controllers.Main.leavePageText": "You have unsaved changes in this spreadsheet. Click 'Stay on this Page' then 'Save' to save them. Click 'Leave this Page' to discard all the unsaved changes.",
|
"SSE.Controllers.Main.leavePageText": "You have unsaved changes in this spreadsheet. Click 'Stay on this Page' then 'Save' to save them. Click 'Leave this Page' to discard all the unsaved changes.",
|
||||||
"SSE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this spreadsheet will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
"SSE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this spreadsheet will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
|
||||||
|
|
|
@ -100,6 +100,7 @@
|
||||||
"Common.define.conditionalData.textUnique": "Bakarra",
|
"Common.define.conditionalData.textUnique": "Bakarra",
|
||||||
"Common.define.conditionalData.textValue": "Balioa da",
|
"Common.define.conditionalData.textValue": "Balioa da",
|
||||||
"Common.define.conditionalData.textYesterday": "Atzo",
|
"Common.define.conditionalData.textYesterday": "Atzo",
|
||||||
|
"Common.define.smartArt.textAccentProcess": "Enfasi-prozesua",
|
||||||
"Common.Translation.textMoreButton": "Gehiago",
|
"Common.Translation.textMoreButton": "Gehiago",
|
||||||
"Common.Translation.warnFileLocked": "Fitxategia beste aplikazio batean editatua izaten ari da. Editatzen jarraitu dezakezu eta kopia bezala gorde.",
|
"Common.Translation.warnFileLocked": "Fitxategia beste aplikazio batean editatua izaten ari da. Editatzen jarraitu dezakezu eta kopia bezala gorde.",
|
||||||
"Common.Translation.warnFileLockedBtnEdit": "Sortu kopia",
|
"Common.Translation.warnFileLockedBtnEdit": "Sortu kopia",
|
||||||
|
@ -1645,6 +1646,7 @@
|
||||||
"SSE.Views.ChartSettings.strLineWeight": "Lerroaren lodiera",
|
"SSE.Views.ChartSettings.strLineWeight": "Lerroaren lodiera",
|
||||||
"SSE.Views.ChartSettings.strSparkColor": "Kolorea",
|
"SSE.Views.ChartSettings.strSparkColor": "Kolorea",
|
||||||
"SSE.Views.ChartSettings.strTemplate": "Txantiloia",
|
"SSE.Views.ChartSettings.strTemplate": "Txantiloia",
|
||||||
|
"SSE.Views.ChartSettings.text3dRotation": "3D biraketa",
|
||||||
"SSE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
"SSE.Views.ChartSettings.textAdvanced": "Erakutsi ezarpen aurreratuak",
|
||||||
"SSE.Views.ChartSettings.textBorderSizeErr": "Sartutako balioa ez da zuzena.<br>0 pt eta 1584 pt arteko zenbakizko balioa izan behar du.",
|
"SSE.Views.ChartSettings.textBorderSizeErr": "Sartutako balioa ez da zuzena.<br>0 pt eta 1584 pt arteko zenbakizko balioa izan behar du.",
|
||||||
"SSE.Views.ChartSettings.textChangeType": "Aldatu mota",
|
"SSE.Views.ChartSettings.textChangeType": "Aldatu mota",
|
||||||
|
|
|
@ -375,8 +375,8 @@
|
||||||
"Common.Views.Comments.textViewResolved": "コメントを再開する権限がありません",
|
"Common.Views.Comments.textViewResolved": "コメントを再開する権限がありません",
|
||||||
"Common.Views.Comments.txtEmpty": "シートにはコメントがありません",
|
"Common.Views.Comments.txtEmpty": "シートにはコメントがありません",
|
||||||
"Common.Views.CopyWarningDialog.textDontShow": "今後このメッセージを表示しない",
|
"Common.Views.CopyWarningDialog.textDontShow": "今後このメッセージを表示しない",
|
||||||
"Common.Views.CopyWarningDialog.textMsg": "このタブの編集のツールバーのボタンとコンテキストメニューを使って、コピー、分割と貼り付けをすることができます。<br><br>他のアプリケーションにコピーと貼り付けのために、次のショートカットキー を使ってください:",
|
"Common.Views.CopyWarningDialog.textMsg": "エディターツールバーのボタンやコンテキストメニューの操作によるコピー、カット、ペーストの動作は、このエディタータブ内でのみ実行されます。<br><br> エディタータブ以外のアプリケーションとの間でコピーまたは貼り付けを行うには、次のキーボードの組み合わせを使用して下さい:",
|
||||||
"Common.Views.CopyWarningDialog.textTitle": "コピー、切り取り、貼り付けの操作",
|
"Common.Views.CopyWarningDialog.textTitle": "コピー,切り取り,貼り付け",
|
||||||
"Common.Views.CopyWarningDialog.textToCopy": "コピーのため",
|
"Common.Views.CopyWarningDialog.textToCopy": "コピーのため",
|
||||||
"Common.Views.CopyWarningDialog.textToCut": "切り取りのため",
|
"Common.Views.CopyWarningDialog.textToCut": "切り取りのため",
|
||||||
"Common.Views.CopyWarningDialog.textToPaste": "貼り付けのため",
|
"Common.Views.CopyWarningDialog.textToPaste": "貼り付けのため",
|
||||||
|
@ -548,6 +548,7 @@
|
||||||
"Common.Views.ReviewPopover.textCancel": "キャンセル",
|
"Common.Views.ReviewPopover.textCancel": "キャンセル",
|
||||||
"Common.Views.ReviewPopover.textClose": "閉じる",
|
"Common.Views.ReviewPopover.textClose": "閉じる",
|
||||||
"Common.Views.ReviewPopover.textEdit": "OK",
|
"Common.Views.ReviewPopover.textEdit": "OK",
|
||||||
|
"Common.Views.ReviewPopover.textEnterComment": "ここにコメントを入力してください。",
|
||||||
"Common.Views.ReviewPopover.textMention": "+言及されるユーザーに文書にアクセスを提供して、メールで通知する",
|
"Common.Views.ReviewPopover.textMention": "+言及されるユーザーに文書にアクセスを提供して、メールで通知する",
|
||||||
"Common.Views.ReviewPopover.textMentionNotify": "+言及されるユーザーはメールで通知される",
|
"Common.Views.ReviewPopover.textMentionNotify": "+言及されるユーザーはメールで通知される",
|
||||||
"Common.Views.ReviewPopover.textOpenAgain": "もう一度開く",
|
"Common.Views.ReviewPopover.textOpenAgain": "もう一度開く",
|
||||||
|
@ -594,7 +595,7 @@
|
||||||
"Common.Views.SearchPanel.tipNextResult": "次の結果",
|
"Common.Views.SearchPanel.tipNextResult": "次の結果",
|
||||||
"Common.Views.SearchPanel.tipPreviousResult": "前の結果",
|
"Common.Views.SearchPanel.tipPreviousResult": "前の結果",
|
||||||
"Common.Views.SelectFileDlg.textLoading": "読み込み中",
|
"Common.Views.SelectFileDlg.textLoading": "読み込み中",
|
||||||
"Common.Views.SelectFileDlg.textTitle": "データ・ソースを選択する",
|
"Common.Views.SelectFileDlg.textTitle": "データソースを選択する",
|
||||||
"Common.Views.SignDialog.textBold": "太字",
|
"Common.Views.SignDialog.textBold": "太字",
|
||||||
"Common.Views.SignDialog.textCertificate": "証明書",
|
"Common.Views.SignDialog.textCertificate": "証明書",
|
||||||
"Common.Views.SignDialog.textChange": "変更",
|
"Common.Views.SignDialog.textChange": "変更",
|
||||||
|
@ -654,6 +655,7 @@
|
||||||
"SSE.Controllers.DataTab.textRows": "行",
|
"SSE.Controllers.DataTab.textRows": "行",
|
||||||
"SSE.Controllers.DataTab.textWizard": "テキスト区切り",
|
"SSE.Controllers.DataTab.textWizard": "テキスト区切り",
|
||||||
"SSE.Controllers.DataTab.txtDataValidation": "データの入力規則",
|
"SSE.Controllers.DataTab.txtDataValidation": "データの入力規則",
|
||||||
|
"SSE.Controllers.DataTab.txtErrorExternalLink": "エラー:アップデートに失敗しました",
|
||||||
"SSE.Controllers.DataTab.txtExpand": "拡張する",
|
"SSE.Controllers.DataTab.txtExpand": "拡張する",
|
||||||
"SSE.Controllers.DataTab.txtExpandRemDuplicates": "選択範囲の横のデータは削除されません。選択範囲を拡大して隣接するデータを含めるか、現在選択されているセルのみを続行しますか?",
|
"SSE.Controllers.DataTab.txtExpandRemDuplicates": "選択範囲の横のデータは削除されません。選択範囲を拡大して隣接するデータを含めるか、現在選択されているセルのみを続行しますか?",
|
||||||
"SSE.Controllers.DataTab.txtExtendDataValidation": "選択範囲には、データバリデーション設定のないセルがいくつか含まれています。<br>データバリデーションをこれらのセルに拡張しますか?",
|
"SSE.Controllers.DataTab.txtExtendDataValidation": "選択範囲には、データバリデーション設定のないセルがいくつか含まれています。<br>データバリデーションをこれらのセルに拡張しますか?",
|
||||||
|
@ -909,6 +911,11 @@
|
||||||
"SSE.Controllers.Main.errorFrmlWrongReferences": "関数が存在しないシートを参照します。<br>データを確認して、もう一度お試しください。",
|
"SSE.Controllers.Main.errorFrmlWrongReferences": "関数が存在しないシートを参照します。<br>データを確認して、もう一度お試しください。",
|
||||||
"SSE.Controllers.Main.errorFTChangeTableRangeError": "選択したセル範囲で操作を完了できませんでした。<br>最初のテーブルの行は同じ行にあったように、範囲をご選択ください。<br>新しいテーブル範囲が元のテーブル範囲に重なるようにしてください。",
|
"SSE.Controllers.Main.errorFTChangeTableRangeError": "選択したセル範囲で操作を完了できませんでした。<br>最初のテーブルの行は同じ行にあったように、範囲をご選択ください。<br>新しいテーブル範囲が元のテーブル範囲に重なるようにしてください。",
|
||||||
"SSE.Controllers.Main.errorFTRangeIncludedOtherTables": "選択したセル範囲で操作を完了できませんでした。<br>他のテーブルが含まれていない範囲をご選択ください。",
|
"SSE.Controllers.Main.errorFTRangeIncludedOtherTables": "選択したセル範囲で操作を完了できませんでした。<br>他のテーブルが含まれていない範囲をご選択ください。",
|
||||||
|
"SSE.Controllers.Main.errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"SSE.Controllers.Main.errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"SSE.Controllers.Main.errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"SSE.Controllers.Main.errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"SSE.Controllers.Main.errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"SSE.Controllers.Main.errorInvalidRef": "選択のための正しい名前、または移動の正しい参照を入力してください。",
|
"SSE.Controllers.Main.errorInvalidRef": "選択のための正しい名前、または移動の正しい参照を入力してください。",
|
||||||
"SSE.Controllers.Main.errorKeyEncrypt": "不明なキーの記述子",
|
"SSE.Controllers.Main.errorKeyEncrypt": "不明なキーの記述子",
|
||||||
"SSE.Controllers.Main.errorKeyExpire": "署名キーは期限切れました。",
|
"SSE.Controllers.Main.errorKeyExpire": "署名キーは期限切れました。",
|
||||||
|
@ -941,8 +948,8 @@
|
||||||
"SSE.Controllers.Main.errorSetPassword": "パスワードを設定できませんでした。",
|
"SSE.Controllers.Main.errorSetPassword": "パスワードを設定できませんでした。",
|
||||||
"SSE.Controllers.Main.errorSingleColumnOrRowError": "場所の参照が有効ではありません。すべてのセルが同じ行または列に含まれていません。<br> すべてのセルが 1 つの行または列に含まれるように選択してください",
|
"SSE.Controllers.Main.errorSingleColumnOrRowError": "場所の参照が有効ではありません。すべてのセルが同じ行または列に含まれていません。<br> すべてのセルが 1 つの行または列に含まれるように選択してください",
|
||||||
"SSE.Controllers.Main.errorStockChart": "行の順序が正しくありません。この株価チャートを作成するには、<br>始値、高値、安値、終値の順でシートのデータを配置してください。",
|
"SSE.Controllers.Main.errorStockChart": "行の順序が正しくありません。この株価チャートを作成するには、<br>始値、高値、安値、終値の順でシートのデータを配置してください。",
|
||||||
"SSE.Controllers.Main.errorToken": "ドキュメント・セキュリティ・トークンが正しく形成されていません。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
"SSE.Controllers.Main.errorToken": "ドキュメントセキュリティトークンが正しく形成されていません。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
||||||
"SSE.Controllers.Main.errorTokenExpire": "ドキュメント・セキュリティ・トークンの有効期限が切れています。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
"SSE.Controllers.Main.errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"SSE.Controllers.Main.errorUnexpectedGuid": "外部エラーです。<br>予期しないGuidです。この問題は解決しない場合は、サポートにお問い合わせください。",
|
"SSE.Controllers.Main.errorUnexpectedGuid": "外部エラーです。<br>予期しないGuidです。この問題は解決しない場合は、サポートにお問い合わせください。",
|
||||||
"SSE.Controllers.Main.errorUpdateVersion": "ファイルのバージョンが変更されました。ページが再ロードされます。",
|
"SSE.Controllers.Main.errorUpdateVersion": "ファイルのバージョンが変更されました。ページが再ロードされます。",
|
||||||
"SSE.Controllers.Main.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されました。<br>作業を継続する前に、ファイルをダウンロードするか、内容をコピーして、変更が消えてしまわないように確認してから、ページを再びお読み込みください。",
|
"SSE.Controllers.Main.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されました。<br>作業を継続する前に、ファイルをダウンロードするか、内容をコピーして、変更が消えてしまわないように確認してから、ページを再びお読み込みください。",
|
||||||
|
@ -2273,9 +2280,13 @@
|
||||||
"SSE.Views.ExternalLinksDlg.closeButtonText": "閉じる",
|
"SSE.Views.ExternalLinksDlg.closeButtonText": "閉じる",
|
||||||
"SSE.Views.ExternalLinksDlg.textDelete": "リンクの解除",
|
"SSE.Views.ExternalLinksDlg.textDelete": "リンクの解除",
|
||||||
"SSE.Views.ExternalLinksDlg.textDeleteAll": "すべてのリンクを解除",
|
"SSE.Views.ExternalLinksDlg.textDeleteAll": "すべてのリンクを解除",
|
||||||
|
"SSE.Views.ExternalLinksDlg.textOk": "OK",
|
||||||
"SSE.Views.ExternalLinksDlg.textSource": "ソース",
|
"SSE.Views.ExternalLinksDlg.textSource": "ソース",
|
||||||
|
"SSE.Views.ExternalLinksDlg.textStatus": "ステータス",
|
||||||
|
"SSE.Views.ExternalLinksDlg.textUnknown": "不明",
|
||||||
"SSE.Views.ExternalLinksDlg.textUpdate": "値を更新",
|
"SSE.Views.ExternalLinksDlg.textUpdate": "値を更新",
|
||||||
"SSE.Views.ExternalLinksDlg.textUpdateAll": "すべて更新",
|
"SSE.Views.ExternalLinksDlg.textUpdateAll": "すべて更新",
|
||||||
|
"SSE.Views.ExternalLinksDlg.textUpdating": "アップデート中...",
|
||||||
"SSE.Views.ExternalLinksDlg.txtTitle": "外部リンク",
|
"SSE.Views.ExternalLinksDlg.txtTitle": "外部リンク",
|
||||||
"SSE.Views.FieldSettingsDialog.strLayout": "レイアウト",
|
"SSE.Views.FieldSettingsDialog.strLayout": "レイアウト",
|
||||||
"SSE.Views.FieldSettingsDialog.strSubtotals": "小計",
|
"SSE.Views.FieldSettingsDialog.strSubtotals": "小計",
|
||||||
|
@ -3914,7 +3925,9 @@
|
||||||
"SSE.Views.ViewTab.textGridlines": "枠線表示",
|
"SSE.Views.ViewTab.textGridlines": "枠線表示",
|
||||||
"SSE.Views.ViewTab.textHeadings": "見出し",
|
"SSE.Views.ViewTab.textHeadings": "見出し",
|
||||||
"SSE.Views.ViewTab.textInterfaceTheme": "インターフェイスのテーマ",
|
"SSE.Views.ViewTab.textInterfaceTheme": "インターフェイスのテーマ",
|
||||||
|
"SSE.Views.ViewTab.textLeftMenu": "左パネル",
|
||||||
"SSE.Views.ViewTab.textManager": "表示マネージャー",
|
"SSE.Views.ViewTab.textManager": "表示マネージャー",
|
||||||
|
"SSE.Views.ViewTab.textRightMenu": "右パネル",
|
||||||
"SSE.Views.ViewTab.textShowFrozenPanesShadow": "固定されたウィンドウ枠の影を表示する",
|
"SSE.Views.ViewTab.textShowFrozenPanesShadow": "固定されたウィンドウ枠の影を表示する",
|
||||||
"SSE.Views.ViewTab.textUnFreeze": "ウインドウ枠固定の解除",
|
"SSE.Views.ViewTab.textUnFreeze": "ウインドウ枠固定の解除",
|
||||||
"SSE.Views.ViewTab.textZeros": "0を表示する",
|
"SSE.Views.ViewTab.textZeros": "0を表示する",
|
||||||
|
|
|
@ -246,7 +246,7 @@
|
||||||
"Common.Views.Header.tipRedo": "Refacere",
|
"Common.Views.Header.tipRedo": "Refacere",
|
||||||
"Common.Views.Header.tipSave": "Salvează",
|
"Common.Views.Header.tipSave": "Salvează",
|
||||||
"Common.Views.Header.tipSearch": "Căutare",
|
"Common.Views.Header.tipSearch": "Căutare",
|
||||||
"Common.Views.Header.tipUndo": "Anulează",
|
"Common.Views.Header.tipUndo": "Anulare",
|
||||||
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
"Common.Views.Header.tipUndock": "Detașare într-o fereastră separată",
|
||||||
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
"Common.Views.Header.tipUsers": "Vizualizare utilizatori",
|
||||||
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
"Common.Views.Header.tipViewSettings": "Setări vizualizare",
|
||||||
|
@ -302,11 +302,11 @@
|
||||||
"Common.Views.OpenDialog.txtTitle": "Selectare opțiuni %1",
|
"Common.Views.OpenDialog.txtTitle": "Selectare opțiuni %1",
|
||||||
"Common.Views.OpenDialog.txtTitleProtected": "Fișierul protejat",
|
"Common.Views.OpenDialog.txtTitleProtected": "Fișierul protejat",
|
||||||
"Common.Views.PasswordDialog.txtDescription": "Setați o parolă pentru protejarea documentului",
|
"Common.Views.PasswordDialog.txtDescription": "Setați o parolă pentru protejarea documentului",
|
||||||
"Common.Views.PasswordDialog.txtIncorrectPwd": "Parolă introdusă pentru confirmare nu este indentică cu prima",
|
"Common.Views.PasswordDialog.txtIncorrectPwd": "Parola și Confirmare parola nu este indentice",
|
||||||
"Common.Views.PasswordDialog.txtPassword": "Parola",
|
"Common.Views.PasswordDialog.txtPassword": "Parola",
|
||||||
"Common.Views.PasswordDialog.txtRepeat": "Reintroduceți parola",
|
"Common.Views.PasswordDialog.txtRepeat": "Reintroduceți parola",
|
||||||
"Common.Views.PasswordDialog.txtTitle": "Setare parolă",
|
"Common.Views.PasswordDialog.txtTitle": "Setare parolă",
|
||||||
"Common.Views.PasswordDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să îl păstrați într-un loc sigur.",
|
"Common.Views.PasswordDialog.txtWarning": "Atenție: Dacă pierdeți sau uitați parola, ea nu poate fi recuperată. Să o păstrați într-un loc sigur.",
|
||||||
"Common.Views.PluginDlg.textLoading": "Încărcare",
|
"Common.Views.PluginDlg.textLoading": "Încărcare",
|
||||||
"Common.Views.Plugins.groupCaption": "Plugin-uri",
|
"Common.Views.Plugins.groupCaption": "Plugin-uri",
|
||||||
"Common.Views.Plugins.strPlugins": "Plugin-uri",
|
"Common.Views.Plugins.strPlugins": "Plugin-uri",
|
||||||
|
@ -1232,7 +1232,7 @@
|
||||||
"SSE.Controllers.Toolbar.txtBracket_UppLim": "Paranteze",
|
"SSE.Controllers.Toolbar.txtBracket_UppLim": "Paranteze",
|
||||||
"SSE.Controllers.Toolbar.txtBracket_UppLim_NoneOpen": "Paranteză unică",
|
"SSE.Controllers.Toolbar.txtBracket_UppLim_NoneOpen": "Paranteză unică",
|
||||||
"SSE.Controllers.Toolbar.txtBracket_UppLim_OpenNone": "Paranteză unică",
|
"SSE.Controllers.Toolbar.txtBracket_UppLim_OpenNone": "Paranteză unică",
|
||||||
"SSE.Controllers.Toolbar.txtDeleteCells": "Eliminarea celulelor",
|
"SSE.Controllers.Toolbar.txtDeleteCells": "Ștergere celule",
|
||||||
"SSE.Controllers.Toolbar.txtExpand": "Extindere și sortare",
|
"SSE.Controllers.Toolbar.txtExpand": "Extindere și sortare",
|
||||||
"SSE.Controllers.Toolbar.txtExpandSort": "Datele lângă selecție vor fi sortate. Doriți să extindeți selecția pentru a include datele adiacente sau doriți să continuați cu selecția curentă?",
|
"SSE.Controllers.Toolbar.txtExpandSort": "Datele lângă selecție vor fi sortate. Doriți să extindeți selecția pentru a include datele adiacente sau doriți să continuați cu selecția curentă?",
|
||||||
"SSE.Controllers.Toolbar.txtFractionDiagonal": "Fracție oblică",
|
"SSE.Controllers.Toolbar.txtFractionDiagonal": "Fracție oblică",
|
||||||
|
@ -1983,7 +1983,7 @@
|
||||||
"SSE.Views.DocumentHolder.textShapeAlignTop": "Aliniere sus",
|
"SSE.Views.DocumentHolder.textShapeAlignTop": "Aliniere sus",
|
||||||
"SSE.Views.DocumentHolder.textStdDev": "StdDev",
|
"SSE.Views.DocumentHolder.textStdDev": "StdDev",
|
||||||
"SSE.Views.DocumentHolder.textSum": "Sumă",
|
"SSE.Views.DocumentHolder.textSum": "Sumă",
|
||||||
"SSE.Views.DocumentHolder.textUndo": "Anulează",
|
"SSE.Views.DocumentHolder.textUndo": "Anulare",
|
||||||
"SSE.Views.DocumentHolder.textUnFreezePanes": "Dezghețare panouri",
|
"SSE.Views.DocumentHolder.textUnFreezePanes": "Dezghețare panouri",
|
||||||
"SSE.Views.DocumentHolder.textVar": "Var",
|
"SSE.Views.DocumentHolder.textVar": "Var",
|
||||||
"SSE.Views.DocumentHolder.tipMarkersArrow": "Marcatori săgeată",
|
"SSE.Views.DocumentHolder.tipMarkersArrow": "Marcatori săgeată",
|
||||||
|
@ -2798,7 +2798,7 @@
|
||||||
"SSE.Views.PrintSettings.textPageSize": "Dimensiune pagină",
|
"SSE.Views.PrintSettings.textPageSize": "Dimensiune pagină",
|
||||||
"SSE.Views.PrintSettings.textPrintGrid": "Imprimare linii de grilă",
|
"SSE.Views.PrintSettings.textPrintGrid": "Imprimare linii de grilă",
|
||||||
"SSE.Views.PrintSettings.textPrintHeadings": "Imprimare titluri rânduri și coloane",
|
"SSE.Views.PrintSettings.textPrintHeadings": "Imprimare titluri rânduri și coloane",
|
||||||
"SSE.Views.PrintSettings.textPrintRange": "Imprimare zonă",
|
"SSE.Views.PrintSettings.textPrintRange": "Interval de imprimare",
|
||||||
"SSE.Views.PrintSettings.textRange": "Zona",
|
"SSE.Views.PrintSettings.textRange": "Zona",
|
||||||
"SSE.Views.PrintSettings.textRepeat": "Repetare...",
|
"SSE.Views.PrintSettings.textRepeat": "Repetare...",
|
||||||
"SSE.Views.PrintSettings.textRepeatLeft": "Coloane de repetat la stânga",
|
"SSE.Views.PrintSettings.textRepeatLeft": "Coloane de repetat la stânga",
|
||||||
|
@ -2847,7 +2847,7 @@
|
||||||
"SSE.Views.PrintWithPreview.txtPrint": "Imprimare",
|
"SSE.Views.PrintWithPreview.txtPrint": "Imprimare",
|
||||||
"SSE.Views.PrintWithPreview.txtPrintGrid": "Imprimare linii de grilă",
|
"SSE.Views.PrintWithPreview.txtPrintGrid": "Imprimare linii de grilă",
|
||||||
"SSE.Views.PrintWithPreview.txtPrintHeadings": "Imprimare titluri rânduri și coloane",
|
"SSE.Views.PrintWithPreview.txtPrintHeadings": "Imprimare titluri rânduri și coloane",
|
||||||
"SSE.Views.PrintWithPreview.txtPrintRange": "Imprimare zonă",
|
"SSE.Views.PrintWithPreview.txtPrintRange": "Interval de imprimare",
|
||||||
"SSE.Views.PrintWithPreview.txtPrintTitles": "Imprimare titluri",
|
"SSE.Views.PrintWithPreview.txtPrintTitles": "Imprimare titluri",
|
||||||
"SSE.Views.PrintWithPreview.txtRepeat": "Repetare...",
|
"SSE.Views.PrintWithPreview.txtRepeat": "Repetare...",
|
||||||
"SSE.Views.PrintWithPreview.txtRepeatColumnsAtLeft": "Coloane de repetat la stânga",
|
"SSE.Views.PrintWithPreview.txtRepeatColumnsAtLeft": "Coloane de repetat la stânga",
|
||||||
|
@ -2871,7 +2871,7 @@
|
||||||
"SSE.Views.ProtectDialog.txtFormatCells": "Formatare celule",
|
"SSE.Views.ProtectDialog.txtFormatCells": "Formatare celule",
|
||||||
"SSE.Views.ProtectDialog.txtFormatCols": "Formatare coloane",
|
"SSE.Views.ProtectDialog.txtFormatCols": "Formatare coloane",
|
||||||
"SSE.Views.ProtectDialog.txtFormatRows": "Formatare rânduri",
|
"SSE.Views.ProtectDialog.txtFormatRows": "Formatare rânduri",
|
||||||
"SSE.Views.ProtectDialog.txtIncorrectPwd": "Parolă introdusă pentru confirmare nu este indentică cu prima",
|
"SSE.Views.ProtectDialog.txtIncorrectPwd": "Parola și Confirmare parola nu este indentice",
|
||||||
"SSE.Views.ProtectDialog.txtInsCols": "Inserare coloane",
|
"SSE.Views.ProtectDialog.txtInsCols": "Inserare coloane",
|
||||||
"SSE.Views.ProtectDialog.txtInsHyper": "Inserare hyperlink",
|
"SSE.Views.ProtectDialog.txtInsHyper": "Inserare hyperlink",
|
||||||
"SSE.Views.ProtectDialog.txtInsRows": "Inserare rânduri",
|
"SSE.Views.ProtectDialog.txtInsRows": "Inserare rânduri",
|
||||||
|
@ -3482,7 +3482,7 @@
|
||||||
"SSE.Views.Toolbar.tipCut": "Decupare",
|
"SSE.Views.Toolbar.tipCut": "Decupare",
|
||||||
"SSE.Views.Toolbar.tipDecDecimal": "Micșorare zecimală",
|
"SSE.Views.Toolbar.tipDecDecimal": "Micșorare zecimală",
|
||||||
"SSE.Views.Toolbar.tipDecFont": "Reducere font",
|
"SSE.Views.Toolbar.tipDecFont": "Reducere font",
|
||||||
"SSE.Views.Toolbar.tipDeleteOpt": "Eliminarea celulelor",
|
"SSE.Views.Toolbar.tipDeleteOpt": "Ștergere celule",
|
||||||
"SSE.Views.Toolbar.tipDigStyleAccounting": "Stil Contabil",
|
"SSE.Views.Toolbar.tipDigStyleAccounting": "Stil Contabil",
|
||||||
"SSE.Views.Toolbar.tipDigStyleCurrency": "Stil monedă",
|
"SSE.Views.Toolbar.tipDigStyleCurrency": "Stil monedă",
|
||||||
"SSE.Views.Toolbar.tipDigStylePercent": "Stil procent",
|
"SSE.Views.Toolbar.tipDigStylePercent": "Stil procent",
|
||||||
|
@ -3532,7 +3532,7 @@
|
||||||
"SSE.Views.Toolbar.tipSynchronize": "Documentul a fost modificat de către un alt utilizator. Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
"SSE.Views.Toolbar.tipSynchronize": "Documentul a fost modificat de către un alt utilizator. Salvați modificările făcute de dumneavoastră și reîmprospătați documentul.",
|
||||||
"SSE.Views.Toolbar.tipTextFormatting": "Mai multe instrumente de formatare",
|
"SSE.Views.Toolbar.tipTextFormatting": "Mai multe instrumente de formatare",
|
||||||
"SSE.Views.Toolbar.tipTextOrientation": "Orientare",
|
"SSE.Views.Toolbar.tipTextOrientation": "Orientare",
|
||||||
"SSE.Views.Toolbar.tipUndo": "Anulează",
|
"SSE.Views.Toolbar.tipUndo": "Anulare",
|
||||||
"SSE.Views.Toolbar.tipVAlighOle": "Aliniere verticală",
|
"SSE.Views.Toolbar.tipVAlighOle": "Aliniere verticală",
|
||||||
"SSE.Views.Toolbar.tipVisibleArea": "Zonă vizibilă",
|
"SSE.Views.Toolbar.tipVisibleArea": "Zonă vizibilă",
|
||||||
"SSE.Views.Toolbar.tipWrap": "Incadrarea textului",
|
"SSE.Views.Toolbar.tipWrap": "Incadrarea textului",
|
||||||
|
|
|
@ -874,6 +874,7 @@
|
||||||
"SSE.Controllers.Main.errorAutoFilterDataRange": "Операция не может быть произведена для выбранного диапазона ячеек.<br>Выделите однородный диапазон данных, отличный от существующего, и повторите попытку.",
|
"SSE.Controllers.Main.errorAutoFilterDataRange": "Операция не может быть произведена для выбранного диапазона ячеек.<br>Выделите однородный диапазон данных, отличный от существующего, и повторите попытку.",
|
||||||
"SSE.Controllers.Main.errorAutoFilterHiddenRange": "Операция не может быть произведена, так как область содержит отфильтрованные ячейки.<br>Выведите на экран скрытые фильтром элементы и повторите попытку.",
|
"SSE.Controllers.Main.errorAutoFilterHiddenRange": "Операция не может быть произведена, так как область содержит отфильтрованные ячейки.<br>Выведите на экран скрытые фильтром элементы и повторите попытку.",
|
||||||
"SSE.Controllers.Main.errorBadImageUrl": "Неправильный URL-адрес изображения",
|
"SSE.Controllers.Main.errorBadImageUrl": "Неправильный URL-адрес изображения",
|
||||||
|
"SSE.Controllers.Main.errorCannotPasteImg": "Не удается вставить это изображение из буфера обмена, но вы можете сохранить его на устройстве и вставить оттуда или вы можете скопировать изображение без текста и вставить его в таблицу.",
|
||||||
"SSE.Controllers.Main.errorCannotUngroup": "Невозможно разгруппировать. Чтобы создать структуру документа, выделите столбцы или строки и сгруппируйте их.",
|
"SSE.Controllers.Main.errorCannotUngroup": "Невозможно разгруппировать. Чтобы создать структуру документа, выделите столбцы или строки и сгруппируйте их.",
|
||||||
"SSE.Controllers.Main.errorCannotUseCommandProtectedSheet": "Данную команду нельзя использовать на защищенном листе. Необходимо сначала снять защиту листа.<br>Возможно, потребуется ввести пароль.",
|
"SSE.Controllers.Main.errorCannotUseCommandProtectedSheet": "Данную команду нельзя использовать на защищенном листе. Необходимо сначала снять защиту листа.<br>Возможно, потребуется ввести пароль.",
|
||||||
"SSE.Controllers.Main.errorChangeArray": "Нельзя изменить часть массива.",
|
"SSE.Controllers.Main.errorChangeArray": "Нельзя изменить часть массива.",
|
||||||
|
@ -3461,7 +3462,7 @@
|
||||||
"SSE.Views.Statusbar.itemTabColor": "Цвет ярлычка",
|
"SSE.Views.Statusbar.itemTabColor": "Цвет ярлычка",
|
||||||
"SSE.Views.Statusbar.itemUnProtect": "Снять защиту",
|
"SSE.Views.Statusbar.itemUnProtect": "Снять защиту",
|
||||||
"SSE.Views.Statusbar.RenameDialog.errNameExists": "Лист с таким именем уже существует.",
|
"SSE.Views.Statusbar.RenameDialog.errNameExists": "Лист с таким именем уже существует.",
|
||||||
"SSE.Views.Statusbar.RenameDialog.errNameWrongChar": "Имя листа не может содержать следующие символы: \\/*?[]:",
|
"SSE.Views.Statusbar.RenameDialog.errNameWrongChar": "Имя листа не может содержать следующие символы: \\/*?[]: или символ ' в начале или в конце",
|
||||||
"SSE.Views.Statusbar.RenameDialog.labelSheetName": "Имя листа",
|
"SSE.Views.Statusbar.RenameDialog.labelSheetName": "Имя листа",
|
||||||
"SSE.Views.Statusbar.selectAllSheets": "Выбрать все листы",
|
"SSE.Views.Statusbar.selectAllSheets": "Выбрать все листы",
|
||||||
"SSE.Views.Statusbar.sheetIndexText": "Лист {0} из {1}",
|
"SSE.Views.Statusbar.sheetIndexText": "Лист {0} из {1}",
|
||||||
|
|
|
@ -455,7 +455,7 @@
|
||||||
"SSE.Controllers.DocumentHolder.leftText": "Sol",
|
"SSE.Controllers.DocumentHolder.leftText": "Sol",
|
||||||
"SSE.Controllers.DocumentHolder.notcriticalErrorTitle": "Uyarı",
|
"SSE.Controllers.DocumentHolder.notcriticalErrorTitle": "Uyarı",
|
||||||
"SSE.Controllers.DocumentHolder.rightText": "Sağ",
|
"SSE.Controllers.DocumentHolder.rightText": "Sağ",
|
||||||
"SSE.Controllers.DocumentHolder.textAutoCorrectSettings": "Otomatik Düzeltme seçenekleri",
|
"SSE.Controllers.DocumentHolder.textAutoCorrectSettings": "Otomatik Düzeltme Seçenekleri",
|
||||||
"SSE.Controllers.DocumentHolder.textChangeColumnWidth": "Sütun Genişliği {0} sembol ({1} piksel)",
|
"SSE.Controllers.DocumentHolder.textChangeColumnWidth": "Sütun Genişliği {0} sembol ({1} piksel)",
|
||||||
"SSE.Controllers.DocumentHolder.textChangeRowHeight": "Satır Yüksekliği {0} puan ({1} piksel)",
|
"SSE.Controllers.DocumentHolder.textChangeRowHeight": "Satır Yüksekliği {0} puan ({1} piksel)",
|
||||||
"SSE.Controllers.DocumentHolder.textCtrlClick": "Açmak için bağlantıya tıklayın veya hücreyi seçmek için fare düğmesini tıklayın ve basılı tutun.",
|
"SSE.Controllers.DocumentHolder.textCtrlClick": "Açmak için bağlantıya tıklayın veya hücreyi seçmek için fare düğmesini tıklayın ve basılı tutun.",
|
||||||
|
@ -678,6 +678,7 @@
|
||||||
"SSE.Controllers.Main.errorFrmlWrongReferences": "Fonksiyon olmayan bir iş tablosuna bağlı.<br>Lütfen veriyi kontrol edin ve tekrar deneyin.",
|
"SSE.Controllers.Main.errorFrmlWrongReferences": "Fonksiyon olmayan bir iş tablosuna bağlı.<br>Lütfen veriyi kontrol edin ve tekrar deneyin.",
|
||||||
"SSE.Controllers.Main.errorFTChangeTableRangeError": "Seçili hücre aralığı için işlem yapılamıyor.<br>İlk tablo satırı aynı satırda olan bir aralık seçilir<br>ve sonuç tablosu mevcut olanın üstüne biner.",
|
"SSE.Controllers.Main.errorFTChangeTableRangeError": "Seçili hücre aralığı için işlem yapılamıyor.<br>İlk tablo satırı aynı satırda olan bir aralık seçilir<br>ve sonuç tablosu mevcut olanın üstüne biner.",
|
||||||
"SSE.Controllers.Main.errorFTRangeIncludedOtherTables": "Seçili hücre aralığı için işlem yapılamıyor.<br>Diğer tabloları içeren bir aralık seçemezsiniz.",
|
"SSE.Controllers.Main.errorFTRangeIncludedOtherTables": "Seçili hücre aralığı için işlem yapılamıyor.<br>Diğer tabloları içeren bir aralık seçemezsiniz.",
|
||||||
|
"SSE.Controllers.Main.errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"SSE.Controllers.Main.errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.",
|
"SSE.Controllers.Main.errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.",
|
||||||
"SSE.Controllers.Main.errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
"SSE.Controllers.Main.errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
||||||
"SSE.Controllers.Main.errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
"SSE.Controllers.Main.errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
||||||
|
@ -1041,7 +1042,7 @@
|
||||||
"SSE.Controllers.Main.uploadImageTitleText": "Resim Yükleniyor",
|
"SSE.Controllers.Main.uploadImageTitleText": "Resim Yükleniyor",
|
||||||
"SSE.Controllers.Main.waitText": "Lütfen bekleyin...",
|
"SSE.Controllers.Main.waitText": "Lütfen bekleyin...",
|
||||||
"SSE.Controllers.Main.warnBrowserIE9": "Uygulama IE9'da düşük yeteneklere sahip. IE10 yada daha yükseğini kullanınız",
|
"SSE.Controllers.Main.warnBrowserIE9": "Uygulama IE9'da düşük yeteneklere sahip. IE10 yada daha yükseğini kullanınız",
|
||||||
"SSE.Controllers.Main.warnBrowserZoom": "Tarayıcınızın mevcut zum ayarı tam olarak desteklenmiyor. Ctrl+0'a basarak varsayılan zumu sıfırlayınız.",
|
"SSE.Controllers.Main.warnBrowserZoom": "Tarayıcınızın mevcut yakınlaştırma ayarı tam olarak desteklenmiyor. Ctrl+0'a basarak varsayılan yakınlaştırmayı sıfırlayınız.",
|
||||||
"SSE.Controllers.Main.warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu doküman yalnızca görüntüleme için açılacaktır.<br>Daha fazla bilgi için yöneticinizle iletişime geçin.",
|
"SSE.Controllers.Main.warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu doküman yalnızca görüntüleme için açılacaktır.<br>Daha fazla bilgi için yöneticinizle iletişime geçin.",
|
||||||
"SSE.Controllers.Main.warnLicenseExp": "Lisansınızın süresi doldu.<br>Lütfen lisansınızı güncelleyin ve sayfayı yenileyin.",
|
"SSE.Controllers.Main.warnLicenseExp": "Lisansınızın süresi doldu.<br>Lütfen lisansınızı güncelleyin ve sayfayı yenileyin.",
|
||||||
"SSE.Controllers.Main.warnLicenseLimitedNoAccess": "Lisansın süresi doldu.<br>Belge düzenleme işlevine erişiminiz yok.<br>Lütfen yöneticinizle iletişime geçin.",
|
"SSE.Controllers.Main.warnLicenseLimitedNoAccess": "Lisansın süresi doldu.<br>Belge düzenleme işlevine erişiminiz yok.<br>Lütfen yöneticinizle iletişime geçin.",
|
||||||
|
@ -1069,7 +1070,7 @@
|
||||||
"SSE.Controllers.Statusbar.textSheetViewTip": "Sayfa Görünümü modundasınız. Filtreleri ve sıralamayı yalnızca siz ve hâlâ bu görünümde olanlar görebilir.",
|
"SSE.Controllers.Statusbar.textSheetViewTip": "Sayfa Görünümü modundasınız. Filtreleri ve sıralamayı yalnızca siz ve hâlâ bu görünümde olanlar görebilir.",
|
||||||
"SSE.Controllers.Statusbar.textSheetViewTipFilters": "Sayfa Görünümü modundasınız. Filtreleri yalnızca siz ve hâlâ bu görünümde olanlar görebilir.",
|
"SSE.Controllers.Statusbar.textSheetViewTipFilters": "Sayfa Görünümü modundasınız. Filtreleri yalnızca siz ve hâlâ bu görünümde olanlar görebilir.",
|
||||||
"SSE.Controllers.Statusbar.warnDeleteSheet": "Seçilen çalışma sayfaları veri içerebilir. Devam etmek istediğinizden emin misiniz?",
|
"SSE.Controllers.Statusbar.warnDeleteSheet": "Seçilen çalışma sayfaları veri içerebilir. Devam etmek istediğinizden emin misiniz?",
|
||||||
"SSE.Controllers.Statusbar.zoomText": "Zum {0}%",
|
"SSE.Controllers.Statusbar.zoomText": "Yakınlaştırma {0}%",
|
||||||
"SSE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the device fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
"SSE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the device fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
||||||
"SSE.Controllers.Toolbar.errorComboSeries": "Bir kombinasyon grafiği oluşturmak için en az iki veri serisi seçin.",
|
"SSE.Controllers.Toolbar.errorComboSeries": "Bir kombinasyon grafiği oluşturmak için en az iki veri serisi seçin.",
|
||||||
"SSE.Controllers.Toolbar.errorMaxRows": "HATA! Her grafik için maksimum veri serileri sayısı 255'tir",
|
"SSE.Controllers.Toolbar.errorMaxRows": "HATA! Her grafik için maksimum veri serileri sayısı 255'tir",
|
||||||
|
@ -2078,6 +2079,7 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Ara sürümleri kaydet",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "Ara sürümleri kaydet",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Her Dakika",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "Her Dakika",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Referans Sitili",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "Referans Sitili",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtAutoCorrect": "Otomatik Düzeltme Seçenekleri",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Belarusça",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "Belarusça",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Bulgarca",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "Bulgarca",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Katalanca",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Katalanca",
|
||||||
|
@ -2728,6 +2730,10 @@
|
||||||
"SSE.Views.PrintWithPreview.txtFitPage": "Yaprağı Bir Sayfaya Sığdır",
|
"SSE.Views.PrintWithPreview.txtFitPage": "Yaprağı Bir Sayfaya Sığdır",
|
||||||
"SSE.Views.PrintWithPreview.txtFitRows": "Tüm Satırları Bir Sayfaya Sığdır",
|
"SSE.Views.PrintWithPreview.txtFitRows": "Tüm Satırları Bir Sayfaya Sığdır",
|
||||||
"SSE.Views.PrintWithPreview.txtHeaderFooterSettings": "Üst/Alt bilgi ayarları",
|
"SSE.Views.PrintWithPreview.txtHeaderFooterSettings": "Üst/Alt bilgi ayarları",
|
||||||
|
"SSE.Views.PrintWithPreview.txtPage": "Sayfa",
|
||||||
|
"SSE.Views.PrintWithPreview.txtPageNumInvalid": "Sayfa numarası geçersiz",
|
||||||
|
"SSE.Views.PrintWithPreview.txtPageOrientation": "Sayfa yönlendirmesi",
|
||||||
|
"SSE.Views.PrintWithPreview.txtPageSize": "Sayfa Boyutu",
|
||||||
"SSE.Views.ProtectDialog.textExistName": "HATA! Böyle bir başlığa sahip aralık zaten var",
|
"SSE.Views.ProtectDialog.textExistName": "HATA! Böyle bir başlığa sahip aralık zaten var",
|
||||||
"SSE.Views.ProtectDialog.textInvalidName": "Aralık başlığı bir harfle başlamalı ve yalnızca harf, sayı ve boşluk içerebilir.",
|
"SSE.Views.ProtectDialog.textInvalidName": "Aralık başlığı bir harfle başlamalı ve yalnızca harf, sayı ve boşluk içerebilir.",
|
||||||
"SSE.Views.ProtectDialog.textInvalidRange": "HATA! Geçersiz hücre aralığı",
|
"SSE.Views.ProtectDialog.textInvalidRange": "HATA! Geçersiz hücre aralığı",
|
||||||
|
@ -3108,7 +3114,7 @@
|
||||||
"SSE.Views.Statusbar.tipZoomIn": "Yakınlaştır",
|
"SSE.Views.Statusbar.tipZoomIn": "Yakınlaştır",
|
||||||
"SSE.Views.Statusbar.tipZoomOut": "Uzaklaştır",
|
"SSE.Views.Statusbar.tipZoomOut": "Uzaklaştır",
|
||||||
"SSE.Views.Statusbar.ungroupSheets": "Sayfaların Grubunu Çöz",
|
"SSE.Views.Statusbar.ungroupSheets": "Sayfaların Grubunu Çöz",
|
||||||
"SSE.Views.Statusbar.zoomText": "Zum {0}%",
|
"SSE.Views.Statusbar.zoomText": "Yakınlaştırma {0}%",
|
||||||
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Seçilen hücre aralığı için operasyon tamamlanamadı.<br> Tablo içinde yada dışında tekdüze veri aralığı seçin ve tekrar deneyin.",
|
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Seçilen hücre aralığı için operasyon tamamlanamadı.<br> Tablo içinde yada dışında tekdüze veri aralığı seçin ve tekrar deneyin.",
|
||||||
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Seçili hücre aralığı için işlem yapılamıyor.<br>İlk tablo satırı aynı satırda olan bir aralık seçilir<br>ve sonuç tablosu mevcut olanın üstüne biner.",
|
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Seçili hücre aralığı için işlem yapılamıyor.<br>İlk tablo satırı aynı satırda olan bir aralık seçilir<br>ve sonuç tablosu mevcut olanın üstüne biner.",
|
||||||
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Seçili hücre aralığı için işlem yapılamıyor.<br>Diğer tabloları içeren bir aralık seçemezsiniz.",
|
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Seçili hücre aralığı için işlem yapılamıyor.<br>Diğer tabloları içeren bir aralık seçemezsiniz.",
|
||||||
|
@ -3319,7 +3325,7 @@
|
||||||
"SSE.Views.Toolbar.textUnderline": "Altı çizili",
|
"SSE.Views.Toolbar.textUnderline": "Altı çizili",
|
||||||
"SSE.Views.Toolbar.textVertical": "Dikey Metin",
|
"SSE.Views.Toolbar.textVertical": "Dikey Metin",
|
||||||
"SSE.Views.Toolbar.textWidth": "Genişlik",
|
"SSE.Views.Toolbar.textWidth": "Genişlik",
|
||||||
"SSE.Views.Toolbar.textZoom": "Zum",
|
"SSE.Views.Toolbar.textZoom": "Büyütme",
|
||||||
"SSE.Views.Toolbar.tipAlignBottom": "Alta Hizala",
|
"SSE.Views.Toolbar.tipAlignBottom": "Alta Hizala",
|
||||||
"SSE.Views.Toolbar.tipAlignCenter": "Ortaya Hizala",
|
"SSE.Views.Toolbar.tipAlignCenter": "Ortaya Hizala",
|
||||||
"SSE.Views.Toolbar.tipAlignJust": "İki yana yaslı",
|
"SSE.Views.Toolbar.tipAlignJust": "İki yana yaslı",
|
||||||
|
|
|
@ -31,9 +31,9 @@
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"textReopen": "Berrireki",
|
"textReopen": "Berrireki",
|
||||||
"textResolve": "Ebatzi",
|
"textResolve": "Ebatzi",
|
||||||
|
"textSharingSettings": "Partekatzearen ezarpenak",
|
||||||
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
"textTryUndoRedo": "Desegin/Berregin funtzioak desgaituta daude batera azkar editatzeko moduan.",
|
||||||
"textUsers": "Erabiltzaileak",
|
"textUsers": "Erabiltzaileak"
|
||||||
"textSharingSettings": "Sharing Settings"
|
|
||||||
},
|
},
|
||||||
"ThemeColorPalette": {
|
"ThemeColorPalette": {
|
||||||
"textCustomColors": "Kolore pertsonalizatuak",
|
"textCustomColors": "Kolore pertsonalizatuak",
|
||||||
|
@ -50,6 +50,7 @@
|
||||||
"menuCell": "Gelaxka",
|
"menuCell": "Gelaxka",
|
||||||
"menuDelete": "Ezabatu",
|
"menuDelete": "Ezabatu",
|
||||||
"menuEdit": "Editatu",
|
"menuEdit": "Editatu",
|
||||||
|
"menuEditLink": "Editatu esteka",
|
||||||
"menuFreezePanes": "Izoztu panelak",
|
"menuFreezePanes": "Izoztu panelak",
|
||||||
"menuHide": "Ezkutatu",
|
"menuHide": "Ezkutatu",
|
||||||
"menuMerge": "Konbinatu",
|
"menuMerge": "Konbinatu",
|
||||||
|
@ -66,8 +67,7 @@
|
||||||
"textDoNotShowAgain": "Ez erakutsi berriro",
|
"textDoNotShowAgain": "Ez erakutsi berriro",
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
"txtWarnUrl": "Esteka honetan klik egitea kaltegarria izan daiteke zure gailu eta datuentzat<br>Ziur zaude jarraitu nahi duzula?",
|
"txtWarnUrl": "Esteka honetan klik egitea kaltegarria izan daiteke zure gailu eta datuentzat<br>Ziur zaude jarraitu nahi duzula?",
|
||||||
"warnMergeLostData": "Goren-ezkerreko gelaxkako datuak bakarrik mantenduko dira elkartutako gelaxkan.<br>Seguru zaude jarraitu nahi duzula?",
|
"warnMergeLostData": "Goren-ezkerreko gelaxkako datuak bakarrik mantenduko dira elkartutako gelaxkan.<br>Seguru zaude jarraitu nahi duzula?"
|
||||||
"menuEditLink": "Edit Link"
|
|
||||||
},
|
},
|
||||||
"Controller": {
|
"Controller": {
|
||||||
"Main": {
|
"Main": {
|
||||||
|
@ -158,17 +158,17 @@
|
||||||
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
"textReplaceSuccess": "Bilaketa burutu da. Ordezkatu diren agerraldiak: {0}",
|
||||||
"textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
"textRequestMacros": "Makro batek URL baterako eskaera egiten du. %1 URL-rako eskaera onartu nahi duzu?",
|
||||||
"textYes": "Bai",
|
"textYes": "Bai",
|
||||||
|
"titleLicenseExp": "Lizentzia iraungi da",
|
||||||
"titleServerVersion": "Editorea eguneratu da",
|
"titleServerVersion": "Editorea eguneratu da",
|
||||||
"titleUpdateVersion": "Bertsioa aldatu da",
|
"titleUpdateVersion": "Bertsioa aldatu da",
|
||||||
"warnLicenseExceeded": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau bistaratzeko bakarrik irekiko da. Jarri harremanetan administratzailearekin informazio gehiago lortzeko.",
|
"warnLicenseExceeded": "Aldibereko %1 editoreren konexio-mugara iritsi zara. Dokumentu hau bistaratzeko bakarrik irekiko da. Jarri harremanetan administratzailearekin informazio gehiago lortzeko.",
|
||||||
|
"warnLicenseExp": "Zure lizentzia iraungi da. Mesedez, eguneratu zure lizentzia eta freskatu orria.",
|
||||||
"warnLicenseLimitedNoAccess": "Lizentzia iraungi da. Ez daukazu dokumentu-edizio funtzionalitaterako sarbidea. Mesedez, kontaktatu zure administratzailea.",
|
"warnLicenseLimitedNoAccess": "Lizentzia iraungi da. Ez daukazu dokumentu-edizio funtzionalitaterako sarbidea. Mesedez, kontaktatu zure administratzailea.",
|
||||||
"warnLicenseLimitedRenewed": "Lizentziak berritzea behar du. Dokumentu-edizioaren funtzionalitatera sarbide mugatua duzu.<br>Mesedez jarri harremanetan zure administratzailearekin sarbide osoa lortzeko",
|
"warnLicenseLimitedRenewed": "Lizentziak berritzea behar du. Dokumentu-edizioaren funtzionalitatera sarbide mugatua duzu.<br>Mesedez jarri harremanetan zure administratzailearekin sarbide osoa lortzeko",
|
||||||
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
"warnLicenseUsersExceeded": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan zure administratzailearekin informazio gehiagorako.",
|
||||||
"warnNoLicense": "Aldibereko konexioen mugara iritsi zara %1 editorerekin. Dokumentu hau bere bistaratzerako bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
"warnNoLicense": "Aldibereko konexioen mugara iritsi zara %1 editorerekin. Dokumentu hau bere bistaratzerako bakarrik irekiko da. Jarri harremanetan %1 salmenta taldearekin eguneraketa pertsonalaren baldintzak jakiteko.",
|
||||||
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
"warnNoLicenseUsers": "Aldi bereko %1 editoreren konexio-mugara iritsi zara. Jarri harremanetan %1 salmenta taldearekin mailaz igotzeko baldintzak ezagutzeko.",
|
||||||
"warnProcessRightsChange": "Ez duzu baimenik fitxategia editatzeko.",
|
"warnProcessRightsChange": "Ez duzu baimenik fitxategia editatzeko."
|
||||||
"titleLicenseExp": "License expired",
|
|
||||||
"warnLicenseExp": "Your license has expired. Please, update your license and refresh the page."
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -196,6 +196,7 @@
|
||||||
"errorDataRange": "Datu-barruti okerra.",
|
"errorDataRange": "Datu-barruti okerra.",
|
||||||
"errorDataValidate": "Sartu duzun balioak ez du balio.<br> Erabiltzaile batek gelaxka honetan sar daitezkeen balioak murriztu ditu.",
|
"errorDataValidate": "Sartu duzun balioak ez du balio.<br> Erabiltzaile batek gelaxka honetan sar daitezkeen balioak murriztu ditu.",
|
||||||
"errorDefaultMessage": "Errore-kodea: %1",
|
"errorDefaultMessage": "Errore-kodea: %1",
|
||||||
|
"errorDirectUrl": "Egiaztatu dokumenturako esteka.<br>Esteka honek deskargarako esteka zuzen bat izan behar du.",
|
||||||
"errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lanean.<br>Erabili 'Deskargatu' aukera fitxategiaren babeskopia lokalean gordetzeko. ",
|
"errorEditingDownloadas": "Errore bat gertatu da dokumentuarekin lanean.<br>Erabili 'Deskargatu' aukera fitxategiaren babeskopia lokalean gordetzeko. ",
|
||||||
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
"errorFilePassProtect": "Fitxategia pasahitzez babestua dago eta ezin da ireki.",
|
||||||
"errorFileRequest": "Kanpoko errorea.<br>Fitxategi eskaera. Mesedez, jarri harremanetan laguntza-teknikoko taldearekin.",
|
"errorFileRequest": "Kanpoko errorea.<br>Fitxategi eskaera. Mesedez, jarri harremanetan laguntza-teknikoko taldearekin.",
|
||||||
|
@ -208,6 +209,11 @@
|
||||||
"errorFrmlMaxReference": "Formula hori ezin duzu sartu balio gehiegi dituelako,<br> gelaxka-erreferentziak eta/edo izenak.",
|
"errorFrmlMaxReference": "Formula hori ezin duzu sartu balio gehiegi dituelako,<br> gelaxka-erreferentziak eta/edo izenak.",
|
||||||
"errorFrmlMaxTextLength": "Formulen testu-balioek 255 karaktereko muga dute. Erabili CONCATENATE funtzioa edo kateazio-operadorea (&)",
|
"errorFrmlMaxTextLength": "Formulen testu-balioek 255 karaktereko muga dute. Erabili CONCATENATE funtzioa edo kateazio-operadorea (&)",
|
||||||
"errorFrmlWrongReferences": "Funtzioak existitzen ez den orri bati egiten dio erreferentzia.<br> Mesedez, egiaztatu datuak eta saiatu berriro.",
|
"errorFrmlWrongReferences": "Funtzioak existitzen ez den orri bati egiten dio erreferentzia.<br> Mesedez, egiaztatu datuak eta saiatu berriro.",
|
||||||
|
"errorInconsistentExt": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia eta luzapena ez datoz bat.",
|
||||||
|
"errorInconsistentExtDocx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia testu-dokumentu bati dagokio (adibidez, docx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtPdf": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia ondorengo formatuetako bati dagokio: pdf/djvu/xps/oxps, baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtPptx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia aurkezpen bati dagokio (adibidez, pptx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
|
"errorInconsistentExtXlsx": "Errore bat gertatu da fitxategia irekitzean.<br>Fitxategiaren edukia kalkulu-orri bati dagokio (adibidez, xlsx), baina fitxategiaren luzapena ez dator bat: %1.",
|
||||||
"errorInvalidRef": "Idatzi izen zuzen bat hautapenarentzat edo baliozko erreferentzia bat bertara joateko.",
|
"errorInvalidRef": "Idatzi izen zuzen bat hautapenarentzat edo baliozko erreferentzia bat bertara joateko.",
|
||||||
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
"errorKeyEncrypt": "Gako-deskriptore ezezaguna",
|
||||||
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
"errorKeyExpire": "Gakoaren deskriptorea iraungi da",
|
||||||
|
@ -226,6 +232,8 @@
|
||||||
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, ireki berriz.",
|
"errorSessionIdle": "Dokumentua ez da editatu denbora luzean. Mesedez, ireki berriz.",
|
||||||
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, birkargatu orria.",
|
"errorSessionToken": "Zerbitzarira konexioa eten egin da. Mesedez, birkargatu orria.",
|
||||||
"errorStockChart": "Lerroen ordena okerra. Kotizazio-grafiko bat sortzeko sartu datuak orrian ordena honetan:<br> irekitzeko prezioa, gehienezko prezioa, gutxieneko prezioa, ixteko prezioa.",
|
"errorStockChart": "Lerroen ordena okerra. Kotizazio-grafiko bat sortzeko sartu datuak orrian ordena honetan:<br> irekitzeko prezioa, gehienezko prezioa, gutxieneko prezioa, ixteko prezioa.",
|
||||||
|
"errorToken": "Dokumentuaren segurtasun tokena ez dago ondo osatua.<br>Jarri harremanetan zure zerbitzariaren administratzailearekin.",
|
||||||
|
"errorTokenExpire": "Dokumentuaren segurtasun-tokena iraungi da.<br>Jarri zure dokumentu-zerbitzariaren administratzailearekin harremanetan.",
|
||||||
"errorUnexpectedGuid": "Kanpoko errorea.<br>Espero ez zen Guid-a. Mesedez, jarri harremanetan asistentzia teknikoarekin.",
|
"errorUnexpectedGuid": "Kanpoko errorea.<br>Espero ez zen Guid-a. Mesedez, jarri harremanetan asistentzia teknikoarekin.",
|
||||||
"errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
"errorUpdateVersionOnDisconnect": "Konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
||||||
"errorUserDrop": "Ezin da fitxategia atzitu une honetan.",
|
"errorUserDrop": "Ezin da fitxategia atzitu une honetan.",
|
||||||
|
@ -238,26 +246,19 @@
|
||||||
"pastInMergeAreaError": "Gelaxka konbinatuaren zati bat ezin da aldatu",
|
"pastInMergeAreaError": "Gelaxka konbinatuaren zati bat ezin da aldatu",
|
||||||
"saveErrorText": "Errore bat gertatu da fitxategia gordetzean",
|
"saveErrorText": "Errore bat gertatu da fitxategia gordetzean",
|
||||||
"scriptLoadError": "Konexioa oso motela da, osagarrietako batzuk ezin izan dira kargatu. Mesedez, birkargatu orria.",
|
"scriptLoadError": "Konexioa oso motela da, osagarrietako batzuk ezin izan dira kargatu. Mesedez, birkargatu orria.",
|
||||||
|
"textCancel": "Utzi",
|
||||||
"textErrorPasswordIsNotCorrect": "Eman duzun pasahitza ez da zuzena. < br>Egiaztatu Bloq Mayus tekla desaktibatuta dagoela eta ziurtatu maiuskula zuzenak erabiltzen dituzula.",
|
"textErrorPasswordIsNotCorrect": "Eman duzun pasahitza ez da zuzena. < br>Egiaztatu Bloq Mayus tekla desaktibatuta dagoela eta ziurtatu maiuskula zuzenak erabiltzen dituzula.",
|
||||||
|
"textOk": "Ados",
|
||||||
"unknownErrorText": "Errore ezezaguna.",
|
"unknownErrorText": "Errore ezezaguna.",
|
||||||
"uploadImageExtMessage": "Irudi formatu ezezaguna.",
|
"uploadImageExtMessage": "Irudi formatu ezezaguna.",
|
||||||
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
||||||
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.",
|
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da."
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator.",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textOk": "Ok"
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"advDRMPassword": "Pasahitza",
|
"advDRMPassword": "Pasahitza",
|
||||||
"applyChangesTextText": "Datuak kargatzen...",
|
"applyChangesTextText": "Datuak kargatzen...",
|
||||||
"applyChangesTitleText": "Datuak kargatzen",
|
"applyChangesTitleText": "Datuak kargatzen",
|
||||||
|
"confirmMaxChangesSize": "Ekintzen tamainak zure zerbitzariak ezarritako muga gainditzen du.<br>Sakatu \"Desegin\" azken ekintza ezeztatzeko edo sakatu \"Jarraitu\" ekintza lokalki mantentzeko (fitxategia deskargatu edo bere edukia kopiatu behar duzu ezer ez dela galtzen ziurtatzeko).",
|
||||||
"confirmMoveCellRange": "Helburu-gelaxken barrutiak datuak izan ditzake. Eragiketarekin jarraitu?",
|
"confirmMoveCellRange": "Helburu-gelaxken barrutiak datuak izan ditzake. Eragiketarekin jarraitu?",
|
||||||
"confirmPutMergeRange": "Jatorrizko datuek gelaxka konbinatuak dituzte. Konbinazioa ezeztatu egingo da taulan itsatsi baino lehen.",
|
"confirmPutMergeRange": "Jatorrizko datuek gelaxka konbinatuak dituzte. Konbinazioa ezeztatu egingo da taulan itsatsi baino lehen.",
|
||||||
"confirmReplaceFormulaInTable": "Goiburu-errenkadako formulak kenduko dira eta testu estatiko bihurtu.<br>Jarraitu nahi duzu?",
|
"confirmReplaceFormulaInTable": "Goiburu-errenkadako formulak kenduko dira eta testu estatiko bihurtu.<br>Jarraitu nahi duzu?",
|
||||||
|
@ -283,20 +284,19 @@
|
||||||
"saveTextText": "Dokumentua gordetzen...",
|
"saveTextText": "Dokumentua gordetzen...",
|
||||||
"saveTitleText": "Dokumentua gordetzen",
|
"saveTitleText": "Dokumentua gordetzen",
|
||||||
"textCancel": "Utzi",
|
"textCancel": "Utzi",
|
||||||
|
"textContinue": "Jarraitu",
|
||||||
"textErrorWrongPassword": "Emandako pasahitza ez da zuzena.",
|
"textErrorWrongPassword": "Emandako pasahitza ez da zuzena.",
|
||||||
"textLoadingDocument": "Dokumentua kargatzen",
|
"textLoadingDocument": "Dokumentua kargatzen",
|
||||||
"textNo": "Ez",
|
"textNo": "Ez",
|
||||||
"textOk": "Ados",
|
"textOk": "Ados",
|
||||||
|
"textUndo": "Desegin",
|
||||||
"textUnlockRange": "Desblokeatu barrutia",
|
"textUnlockRange": "Desblokeatu barrutia",
|
||||||
"textUnlockRangeWarning": "Aldatu nahi duzun barruti bat pasahitzez babestua dago.",
|
"textUnlockRangeWarning": "Aldatu nahi duzun barruti bat pasahitzez babestua dago.",
|
||||||
"textYes": "Bai",
|
"textYes": "Bai",
|
||||||
"txtEditingMode": "Ezarri edizio modua...",
|
"txtEditingMode": "Ezarri edizio modua...",
|
||||||
"uploadImageTextText": "Irudia kargatzen...",
|
"uploadImageTextText": "Irudia kargatzen...",
|
||||||
"uploadImageTitleText": "Irudia kargatzen",
|
"uploadImageTitleText": "Irudia kargatzen",
|
||||||
"waitText": "Mesedez, itxaron...",
|
"waitText": "Mesedez, itxaron..."
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Statusbar": {
|
"Statusbar": {
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
|
@ -352,6 +352,7 @@
|
||||||
"textComment": "Iruzkina",
|
"textComment": "Iruzkina",
|
||||||
"textDataTableHint": "Gelaxkaren datuak ematen ditu ",
|
"textDataTableHint": "Gelaxkaren datuak ematen ditu ",
|
||||||
"textDisplay": "Bistaratzea",
|
"textDisplay": "Bistaratzea",
|
||||||
|
"textDone": "Eginda",
|
||||||
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
||||||
"textExternalLink": "Kanpoko esteka",
|
"textExternalLink": "Kanpoko esteka",
|
||||||
"textFilter": "Iragazi",
|
"textFilter": "Iragazi",
|
||||||
|
@ -372,6 +373,7 @@
|
||||||
"textPictureFromLibrary": "Irudia liburutegitik",
|
"textPictureFromLibrary": "Irudia liburutegitik",
|
||||||
"textPictureFromURL": "Irudia URL-tik",
|
"textPictureFromURL": "Irudia URL-tik",
|
||||||
"textRange": "Barrutia",
|
"textRange": "Barrutia",
|
||||||
|
"textRecommended": "Gomendatua",
|
||||||
"textRequired": "Nahitaezkoa",
|
"textRequired": "Nahitaezkoa",
|
||||||
"textScreenTip": "Pantailako aholkua",
|
"textScreenTip": "Pantailako aholkua",
|
||||||
"textSelectedRange": "Hautaturiko eremua",
|
"textSelectedRange": "Hautaturiko eremua",
|
||||||
|
@ -387,9 +389,7 @@
|
||||||
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
||||||
"txtSorting": "Antolaketa",
|
"txtSorting": "Antolaketa",
|
||||||
"txtSortSelected": "Antolatu hautaturiko objetuak",
|
"txtSortSelected": "Antolatu hautaturiko objetuak",
|
||||||
"txtYes": "Bai",
|
"txtYes": "Bai"
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended"
|
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Abisua",
|
"notcriticalErrorTitle": "Abisua",
|
||||||
|
@ -407,6 +407,7 @@
|
||||||
"textAllBorders": "Ertz guztiak",
|
"textAllBorders": "Ertz guztiak",
|
||||||
"textAngleClockwise": "Angelua erlojuaren noranzkoan",
|
"textAngleClockwise": "Angelua erlojuaren noranzkoan",
|
||||||
"textAngleCounterclockwise": "Angelua erlojuaren aurkako noranzkoan",
|
"textAngleCounterclockwise": "Angelua erlojuaren aurkako noranzkoan",
|
||||||
|
"textArrange": "Antolatu",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automatikoa",
|
"textAutomatic": "Automatikoa",
|
||||||
"textAxisCrosses": "Ardatza gurutzatzea",
|
"textAxisCrosses": "Ardatza gurutzatzea",
|
||||||
|
@ -421,9 +422,11 @@
|
||||||
"textBottom": "Behean",
|
"textBottom": "Behean",
|
||||||
"textBottomBorder": "Beheko ertza",
|
"textBottomBorder": "Beheko ertza",
|
||||||
"textBringToForeground": "Ekarri aurreko planora",
|
"textBringToForeground": "Ekarri aurreko planora",
|
||||||
|
"textCancel": "Utzi",
|
||||||
"textCell": "Gelaxka",
|
"textCell": "Gelaxka",
|
||||||
"textCellStyle": "Gelaxka estiloa",
|
"textCellStyle": "Gelaxka estiloa",
|
||||||
"textCenter": "Erdia",
|
"textCenter": "Erdia",
|
||||||
|
"textChangeShape": "Aldatu forma",
|
||||||
"textChart": "Diagrama",
|
"textChart": "Diagrama",
|
||||||
"textChartTitle": "Diagramaren titulua",
|
"textChartTitle": "Diagramaren titulua",
|
||||||
"textClearFilter": "Garbitu iragazkia",
|
"textClearFilter": "Garbitu iragazkia",
|
||||||
|
@ -436,12 +439,15 @@
|
||||||
"textDate": "Data",
|
"textDate": "Data",
|
||||||
"textDefault": "Hautaturiko eremua",
|
"textDefault": "Hautaturiko eremua",
|
||||||
"textDeleteFilter": "Ezabatu iragazkia",
|
"textDeleteFilter": "Ezabatu iragazkia",
|
||||||
|
"textDeleteImage": "Ezabatu irudia",
|
||||||
|
"textDeleteLink": "Ezabatu esteka",
|
||||||
"textDesign": "Diseinua",
|
"textDesign": "Diseinua",
|
||||||
"textDiagonalDownBorder": "Ertz diagonala beherantz",
|
"textDiagonalDownBorder": "Ertz diagonala beherantz",
|
||||||
"textDiagonalUpBorder": "Ertz diagonala gorantz",
|
"textDiagonalUpBorder": "Ertz diagonala gorantz",
|
||||||
"textDisplay": "Bistaratzea",
|
"textDisplay": "Bistaratzea",
|
||||||
"textDisplayUnits": "Bistaratze unitateak",
|
"textDisplayUnits": "Bistaratze unitateak",
|
||||||
"textDollar": "Dolar",
|
"textDollar": "Dolar",
|
||||||
|
"textDone": "Eginda",
|
||||||
"textEditLink": "Editatu esteka",
|
"textEditLink": "Editatu esteka",
|
||||||
"textEffects": "Efektuak",
|
"textEffects": "Efektuak",
|
||||||
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
"textEmptyImgUrl": "Irudiaren URLa zehaztu behar duzu.",
|
||||||
|
@ -522,6 +528,7 @@
|
||||||
"textPound": "Libra",
|
"textPound": "Libra",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
"textRange": "Barrutia",
|
"textRange": "Barrutia",
|
||||||
|
"textRecommended": "Gomendatua",
|
||||||
"textRemoveChart": "Ezabatu grafikoa",
|
"textRemoveChart": "Ezabatu grafikoa",
|
||||||
"textRemoveShape": "Kendu forma",
|
"textRemoveShape": "Kendu forma",
|
||||||
"textReplace": "Ordeztu",
|
"textReplace": "Ordeztu",
|
||||||
|
@ -568,14 +575,7 @@
|
||||||
"textYen": "Yen",
|
"textYen": "Yen",
|
||||||
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
"txtNotUrl": "Eremu hau URL helbide bat izan behar da \"http://www.adibidea.eus\" bezalakoa",
|
||||||
"txtSortHigh2Low": "Antolatu handienetik txikienera",
|
"txtSortHigh2Low": "Antolatu handienetik txikienera",
|
||||||
"txtSortLow2High": "Antolatu txikienetik handienera",
|
"txtSortLow2High": "Antolatu txikienetik handienera"
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textChangeShape": "Change Shape",
|
|
||||||
"textDeleteImage": "Delete Image",
|
|
||||||
"textDeleteLink": "Delete Link",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advCSVOptions": "Hautatu CSV aukerak",
|
"advCSVOptions": "Hautatu CSV aukerak",
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
"Common": {
|
"Common": {
|
||||||
"Collaboration": {
|
"Collaboration": {
|
||||||
"notcriticalErrorTitle": "Peringatan",
|
"notcriticalErrorTitle": "Peringatan",
|
||||||
"textAddComment": "Tambahkan Komentar",
|
"textAddComment": "Tambah Komentar",
|
||||||
"textAddReply": "Tambahkan Balasan",
|
"textAddReply": "Tambah Balasan",
|
||||||
"textBack": "Kembali",
|
"textBack": "Kembali",
|
||||||
"textCancel": "Batalkan",
|
"textCancel": "Batalkan",
|
||||||
"textCollaboration": "Kolaborasi",
|
"textCollaboration": "Kolaborasi",
|
||||||
|
@ -44,8 +44,8 @@
|
||||||
"ContextMenu": {
|
"ContextMenu": {
|
||||||
"errorCopyCutPaste": "Copy, cut, dan paste hanya akan dilakukan di file ini",
|
"errorCopyCutPaste": "Copy, cut, dan paste hanya akan dilakukan di file ini",
|
||||||
"errorInvalidLink": "Link referensi tidak ada. Silakan koreksi atau hapus link.",
|
"errorInvalidLink": "Link referensi tidak ada. Silakan koreksi atau hapus link.",
|
||||||
"menuAddComment": "Tambahkan Komentar",
|
"menuAddComment": "Tambah Komentar",
|
||||||
"menuAddLink": "Tambah tautan",
|
"menuAddLink": "Tambah Tautan",
|
||||||
"menuCancel": "Batalkan",
|
"menuCancel": "Batalkan",
|
||||||
"menuCell": "Sel",
|
"menuCell": "Sel",
|
||||||
"menuDelete": "Hapus",
|
"menuDelete": "Hapus",
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
"criticalErrorTitle": "Kesalahan",
|
"criticalErrorTitle": "Kesalahan",
|
||||||
"downloadErrorText": "Unduhan gagal.",
|
"downloadErrorText": "Unduhan gagal.",
|
||||||
"errorAccessDeny": "Anda mencoba melakukan sesuatu yang tidak memiliki izin.<br>Silakan hubungi admin Anda.",
|
"errorAccessDeny": "Anda mencoba melakukan sesuatu yang tidak memiliki izin.<br>Silakan hubungi admin Anda.",
|
||||||
"errorArgsRange": "Eror di formula.<br>Rentang argumen salah.",
|
"errorArgsRange": "Kesalahan dalam rumus.<br>Rentang argumen salah.",
|
||||||
"errorAutoFilterChange": "Operasi tidak diizinkan karena mencoba memindahkan sel dari tabel di worksheet Anda.",
|
"errorAutoFilterChange": "Operasi tidak diizinkan karena mencoba memindahkan sel dari tabel di worksheet Anda.",
|
||||||
"errorAutoFilterChangeFormatTable": "Operasi tidak bisa dilakukan pada sel yang dipilih karena Anda tidak bisa memindahkan bagian dari tabel.<br>Pilih rentang data lain agar seluruh tabel bergeser dan coba lagi.",
|
"errorAutoFilterChangeFormatTable": "Operasi tidak bisa dilakukan pada sel yang dipilih karena Anda tidak bisa memindahkan bagian dari tabel.<br>Pilih rentang data lain agar seluruh tabel bergeser dan coba lagi.",
|
||||||
"errorAutoFilterDataRange": "Operasi tidak bisa dilakukan pada rentang sel yang dipilih.<br>Pilih rentang data seragam di dalam atau di luar tabel dan coba lagi.",
|
"errorAutoFilterDataRange": "Operasi tidak bisa dilakukan pada rentang sel yang dipilih.<br>Pilih rentang data seragam di dalam atau di luar tabel dan coba lagi.",
|
||||||
|
@ -188,8 +188,8 @@
|
||||||
"errorChangeOnProtectedSheet": "Sel atau grafik yang Anda coba untuk ganti berada di sheet yang diproteksi. Untuk melakukan perubahan, batalkan proteksi sheet. Anda mungkin diminta untuk mengisi password.",
|
"errorChangeOnProtectedSheet": "Sel atau grafik yang Anda coba untuk ganti berada di sheet yang diproteksi. Untuk melakukan perubahan, batalkan proteksi sheet. Anda mungkin diminta untuk mengisi password.",
|
||||||
"errorConnectToServer": "Tidak bisa menyimpan doc ini. Silakan periksa pengaturan koneksi atau hubungi admin Anda.<br>Ketika klik tombol 'OK', Anda akan diminta untuk download dokumen.",
|
"errorConnectToServer": "Tidak bisa menyimpan doc ini. Silakan periksa pengaturan koneksi atau hubungi admin Anda.<br>Ketika klik tombol 'OK', Anda akan diminta untuk download dokumen.",
|
||||||
"errorCopyMultiselectArea": "Perintah ini tidak bisa digunakan dengan pilihan lebih dari satu.<br>Pilih satu rentang dan coba lagi.",
|
"errorCopyMultiselectArea": "Perintah ini tidak bisa digunakan dengan pilihan lebih dari satu.<br>Pilih satu rentang dan coba lagi.",
|
||||||
"errorCountArg": "Eror di formula.<br>Kesalahan di jumlah argumen.",
|
"errorCountArg": "Kesalahan dalam rumus.<br>Banyaknya argumen tidak valid.",
|
||||||
"errorCountArgExceed": "Eror di formula.<br>Jumlah argumen maksimum sudah tercapai.",
|
"errorCountArgExceed": "Kesalahan dalam rumus.<br>Banyaknya argumen maksimum terlampaui.",
|
||||||
"errorCreateDefName": "Rentang nama yang ada tidak bisa di edit dan tidak bisa membuat yang baru<br>jika ada beberapa yang sedang diedit.",
|
"errorCreateDefName": "Rentang nama yang ada tidak bisa di edit dan tidak bisa membuat yang baru<br>jika ada beberapa yang sedang diedit.",
|
||||||
"errorDatabaseConnection": "Eror eksternal.<br>Koneksi database bermasalah. Silakan hubungi support.",
|
"errorDatabaseConnection": "Eror eksternal.<br>Koneksi database bermasalah. Silakan hubungi support.",
|
||||||
"errorDataEncrypted": "Perubahan enkripsi sudah diterima dan tidak bisa diuraikan.",
|
"errorDataEncrypted": "Perubahan enkripsi sudah diterima dan tidak bisa diuraikan.",
|
||||||
|
@ -197,13 +197,13 @@
|
||||||
"errorDataValidate": "Nilai yang dimasukkan tidak tepat.<br>User memiliki batasan nilai yang bisa dimasukkan ke sel ini.",
|
"errorDataValidate": "Nilai yang dimasukkan tidak tepat.<br>User memiliki batasan nilai yang bisa dimasukkan ke sel ini.",
|
||||||
"errorDefaultMessage": "Kode kesalahan: %1",
|
"errorDefaultMessage": "Kode kesalahan: %1",
|
||||||
"errorDirectUrl": "Silakan verifikasi tautan ke dokumen.<br>Tautan ini harus merupakan tautan langsung menuju file yang akan diunduh.",
|
"errorDirectUrl": "Silakan verifikasi tautan ke dokumen.<br>Tautan ini harus merupakan tautan langsung menuju file yang akan diunduh.",
|
||||||
"errorEditingDownloadas": "Ada kesalahan saat bekerja dengan dokumen.<br>Gunakan menu 'Download' untuk menyimpan file copy backup di lokal.",
|
"errorEditingDownloadas": "Ada kesalahan saat bekerja dengan dokumen.<br>Gunakan opsi 'Unduh' untuk menyimpan salinan cadangan file secara lokal.",
|
||||||
"errorFilePassProtect": "Password file diproteksi dan tidak bisa dibuka.",
|
"errorFilePassProtect": "Password file diproteksi dan tidak bisa dibuka.",
|
||||||
"errorFileRequest": "Error eksternal.<br>Request File. Silakan hubungi support.",
|
"errorFileRequest": "Error eksternal.<br>Request File. Silakan hubungi support.",
|
||||||
"errorFileSizeExceed": "Ukuran file melampaui limit server Anda.<br>Silakan, hubungi admin untuk detail.",
|
"errorFileSizeExceed": "Ukuran file melampaui limit server Anda.<br>Silakan, hubungi admin untuk detail.",
|
||||||
"errorFileVKey": "Error eksternal.<br>Kode keamanan salah. Silakan hubungi support.",
|
"errorFileVKey": "Error eksternal.<br>Kode keamanan salah. Silakan hubungi support.",
|
||||||
"errorFillRange": "Tidak bisa mengisi rentang sel yang dipilih.<br>Semua sel yang di merge harus memiliki ukuran yang sama.",
|
"errorFillRange": "Tidak bisa mengisi rentang sel yang dipilih.<br>Semua sel yang di merge harus memiliki ukuran yang sama.",
|
||||||
"errorFormulaName": "Eror di formula.<br>Nama formula salah.",
|
"errorFormulaName": "Kesalahan dalam rumus.<br>Nama formula salah.",
|
||||||
"errorFormulaParsing": "Kesalahan internal saat menguraikan formula.",
|
"errorFormulaParsing": "Kesalahan internal saat menguraikan formula.",
|
||||||
"errorFrmlMaxLength": "Anda tidak bisa menambahkan formula ini karena panjangnya melebihi batas angka yang diizinkan.<br>Silakan edit dan coba lagi.",
|
"errorFrmlMaxLength": "Anda tidak bisa menambahkan formula ini karena panjangnya melebihi batas angka yang diizinkan.<br>Silakan edit dan coba lagi.",
|
||||||
"errorFrmlMaxReference": "Anda tidak bisa memasukkan formula ini karena memiliki nilai terlalu banyak,<br>referensi sel, dan/atau nama.",
|
"errorFrmlMaxReference": "Anda tidak bisa memasukkan formula ini karena memiliki nilai terlalu banyak,<br>referensi sel, dan/atau nama.",
|
||||||
|
@ -239,12 +239,12 @@
|
||||||
"errorUserDrop": "File tidak bisa diakses sekarang.",
|
"errorUserDrop": "File tidak bisa diakses sekarang.",
|
||||||
"errorUsersExceed": "Jumlah pengguna telah melebihi jumlah yang diijinkan dalam paket harga.",
|
"errorUsersExceed": "Jumlah pengguna telah melebihi jumlah yang diijinkan dalam paket harga.",
|
||||||
"errorViewerDisconnect": "Koneksi terputus. Anda tetap bisa melihat dokumen,<br>tapi tidak bisa download atau print sampai koneksi terhubung dan halaman dimuat ulang.",
|
"errorViewerDisconnect": "Koneksi terputus. Anda tetap bisa melihat dokumen,<br>tapi tidak bisa download atau print sampai koneksi terhubung dan halaman dimuat ulang.",
|
||||||
"errorWrongBracketsCount": "Eror di formula.<br>Jumlah tanda kurung tidak tepat.",
|
"errorWrongBracketsCount": "Kesalahan dalam rumus.<br>Banyaknya kurung salah.",
|
||||||
"errorWrongOperator": "Eror ketika memasukkan formula. Penggunaan operator tidak tepat.<br>Silakan perbaiki.",
|
"errorWrongOperator": "Kesalahan dalam rumus yang dimasukkan. Operator yang salah dipakai.<br>Silakan perbaiki kesalahan.",
|
||||||
"notcriticalErrorTitle": "Peringatan",
|
"notcriticalErrorTitle": "Peringatan",
|
||||||
"openErrorText": "Eror ketika membuka file",
|
"openErrorText": "Terjadi kesalahan ketika membuka file",
|
||||||
"pastInMergeAreaError": "Tidak bisa mengganti bagian dari sel yang digabungkan",
|
"pastInMergeAreaError": "Tidak bisa mengganti bagian dari sel yang digabungkan",
|
||||||
"saveErrorText": "Eror ketika menyimpan file.",
|
"saveErrorText": "Terjadi kesalahan ketika menyimpan file",
|
||||||
"scriptLoadError": "Koneksi terlalu lambat dan beberapa komponen tidak bisa dibuka Silakan muat ulang halaman.",
|
"scriptLoadError": "Koneksi terlalu lambat dan beberapa komponen tidak bisa dibuka Silakan muat ulang halaman.",
|
||||||
"textCancel": "Batalkan",
|
"textCancel": "Batalkan",
|
||||||
"textErrorPasswordIsNotCorrect": "Password yang Anda sediakan tidak tepat.<br>Pastikan bahwa CAPS LOCK sudah mati dan pastikan sudah menggunakan huruf besar dengan tepat.",
|
"textErrorPasswordIsNotCorrect": "Password yang Anda sediakan tidak tepat.<br>Pastikan bahwa CAPS LOCK sudah mati dan pastikan sudah menggunakan huruf besar dengan tepat.",
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textUndo": "Batalkan",
|
"textUndo": "Batalkan",
|
||||||
"textUnlockRange": "Buka Kunci Rentang",
|
"textUnlockRange": "Buka Kunci Rentang",
|
||||||
"textUnlockRangeWarning": "Rentang yang ingin Anda ubah dilindungi password",
|
"textUnlockRangeWarning": "Rentang yang ingin Anda ubah dilindungi password.",
|
||||||
"textYes": "Ya",
|
"textYes": "Ya",
|
||||||
"txtEditingMode": "Mengatur mode editing...",
|
"txtEditingMode": "Mengatur mode editing...",
|
||||||
"uploadImageTextText": "Mengunggah gambar...",
|
"uploadImageTextText": "Mengunggah gambar...",
|
||||||
|
@ -304,7 +304,7 @@
|
||||||
"textDelete": "Hapus",
|
"textDelete": "Hapus",
|
||||||
"textDuplicate": "Duplikat",
|
"textDuplicate": "Duplikat",
|
||||||
"textErrNameExists": "Worksheet dengan nama ini sudah ada.",
|
"textErrNameExists": "Worksheet dengan nama ini sudah ada.",
|
||||||
"textErrNameWrongChar": "Nama sheet tidak boleh menggunakan karakter: \\, /, *, ?, [, ], :",
|
"textErrNameWrongChar": "Nama sheet tidak boleh memuat karakter: \\, /, *, ?, [, ], : atau karakter ' sebagai karakter pertama atau terakhir",
|
||||||
"textErrNotEmpty": "Nama sheet tidak boleh kosong",
|
"textErrNotEmpty": "Nama sheet tidak boleh kosong",
|
||||||
"textErrorLastSheet": "Workbook harus setidaknya memiliki satu worksheet yang terlihat.",
|
"textErrorLastSheet": "Workbook harus setidaknya memiliki satu worksheet yang terlihat.",
|
||||||
"textErrorRemoveSheet": "Tidak bisa menghapus worksheet.",
|
"textErrorRemoveSheet": "Tidak bisa menghapus worksheet.",
|
||||||
|
@ -343,7 +343,7 @@
|
||||||
"sCatMathematic": "Matematika dan trigonometri",
|
"sCatMathematic": "Matematika dan trigonometri",
|
||||||
"sCatStatistical": "Statistikal",
|
"sCatStatistical": "Statistikal",
|
||||||
"sCatTextAndData": "Teks dan data",
|
"sCatTextAndData": "Teks dan data",
|
||||||
"textAddLink": "Tambah tautan",
|
"textAddLink": "Tambah Tautan",
|
||||||
"textAddress": "Alamat",
|
"textAddress": "Alamat",
|
||||||
"textAllTableHint": "Kembalikan seluruh isi tabel atau kolom tabel tertentu termasuk header kolom, data dan total baris",
|
"textAllTableHint": "Kembalikan seluruh isi tabel atau kolom tabel tertentu termasuk header kolom, data dan total baris",
|
||||||
"textBack": "Kembali",
|
"textBack": "Kembali",
|
||||||
|
@ -393,9 +393,9 @@
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Peringatan",
|
"notcriticalErrorTitle": "Peringatan",
|
||||||
"textAccounting": "Akutansi",
|
"textAccounting": "Akuntansi",
|
||||||
"textActualSize": "Ukuran Sebenarnya",
|
"textActualSize": "Ukuran Sebenarnya",
|
||||||
"textAddCustomColor": "Tambah warna kustom",
|
"textAddCustomColor": "Tambah Warna Ubahan",
|
||||||
"textAddress": "Alamat",
|
"textAddress": "Alamat",
|
||||||
"textAlign": "Ratakan",
|
"textAlign": "Ratakan",
|
||||||
"textAlignBottom": "Rata Bawah",
|
"textAlignBottom": "Rata Bawah",
|
||||||
|
@ -404,7 +404,7 @@
|
||||||
"textAlignMiddle": "Rata di Tengah",
|
"textAlignMiddle": "Rata di Tengah",
|
||||||
"textAlignRight": "Rata Kanan",
|
"textAlignRight": "Rata Kanan",
|
||||||
"textAlignTop": "Rata Atas",
|
"textAlignTop": "Rata Atas",
|
||||||
"textAllBorders": "Semua Pembatas",
|
"textAllBorders": "Semua Tepi",
|
||||||
"textAngleClockwise": "Sudut Searah Jarum Jam",
|
"textAngleClockwise": "Sudut Searah Jarum Jam",
|
||||||
"textAngleCounterclockwise": "Sudut Berlawanan Jarum Jam",
|
"textAngleCounterclockwise": "Sudut Berlawanan Jarum Jam",
|
||||||
"textArrange": "Susun",
|
"textArrange": "Susun",
|
||||||
|
@ -588,7 +588,7 @@
|
||||||
"textAddress": "Alamat",
|
"textAddress": "Alamat",
|
||||||
"textApplication": "Aplikasi",
|
"textApplication": "Aplikasi",
|
||||||
"textApplicationSettings": "Pengaturan Aplikasi",
|
"textApplicationSettings": "Pengaturan Aplikasi",
|
||||||
"textAuthor": "Penyusun",
|
"textAuthor": "Penulis",
|
||||||
"textBack": "Kembali",
|
"textBack": "Kembali",
|
||||||
"textBottom": "Bawah",
|
"textBottom": "Bawah",
|
||||||
"textByColumns": "Dari kolom",
|
"textByColumns": "Dari kolom",
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"menuViewComment": "コメントを見る",
|
"menuViewComment": "コメントを見る",
|
||||||
"menuWrap": "折り返す",
|
"menuWrap": "折り返す",
|
||||||
"notcriticalErrorTitle": " 警告",
|
"notcriticalErrorTitle": " 警告",
|
||||||
"textCopyCutPasteActions": "コピー,切り取り,貼り付けの操作",
|
"textCopyCutPasteActions": "コピー,切り取り,貼り付け",
|
||||||
"textDoNotShowAgain": "再度表示しない",
|
"textDoNotShowAgain": "再度表示しない",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"txtWarnUrl": "このリンクをクリックすると、お使いの端末やデータに悪影響を与える可能性があります。<br>本当に続けてよろしいですか?",
|
"txtWarnUrl": "このリンクをクリックすると、お使いの端末やデータに悪影響を与える可能性があります。<br>本当に続けてよろしいですか?",
|
||||||
|
@ -209,6 +209,11 @@
|
||||||
"errorFrmlMaxReference": "値、<br>セル参照、名前が多すぎるため、この数式を入力できません。",
|
"errorFrmlMaxReference": "値、<br>セル参照、名前が多すぎるため、この数式を入力できません。",
|
||||||
"errorFrmlMaxTextLength": "数式内の文字列の上限は 255 文字です。<br> CONCATENATE 関数または連結演算子 を使用してください。",
|
"errorFrmlMaxTextLength": "数式内の文字列の上限は 255 文字です。<br> CONCATENATE 関数または連結演算子 を使用してください。",
|
||||||
"errorFrmlWrongReferences": "関数はありないシートに援用します。データをチェックしてもう一度してください。",
|
"errorFrmlWrongReferences": "関数はありないシートに援用します。データをチェックしてもう一度してください。",
|
||||||
|
"errorInconsistentExt": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容がファイルの拡張子と一致しません。",
|
||||||
|
"errorInconsistentExtDocx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はドキュメント (docx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtPdf": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容は次のいずれかの形式に対応しています: pdf/djvu/xps/oxps が、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtPptx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はプレゼンテーション (pptx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
|
"errorInconsistentExtXlsx": "ファイルを開くときにエラーが発生しました。<br>ファイルの内容はスプレッドシート (xlsx など) に対応していますが、ファイルの拡張子が一致していません: %1",
|
||||||
"errorInvalidRef": "選択のための正しい名前、または移動の正しい参照を入力してください。",
|
"errorInvalidRef": "選択のための正しい名前、または移動の正しい参照を入力してください。",
|
||||||
"errorKeyEncrypt": "不明なキーの記述子",
|
"errorKeyEncrypt": "不明なキーの記述子",
|
||||||
"errorKeyExpire": "キーの記述子の有効期間が満期した",
|
"errorKeyExpire": "キーの記述子の有効期間が満期した",
|
||||||
|
@ -227,6 +232,8 @@
|
||||||
"errorSessionIdle": "文書が長いとこ変更されませんでした。ページを再び読み込みしてください。",
|
"errorSessionIdle": "文書が長いとこ変更されませんでした。ページを再び読み込みしてください。",
|
||||||
"errorSessionToken": "サーバの接続が中断されました。ページを再びお読み込みしてください。",
|
"errorSessionToken": "サーバの接続が中断されました。ページを再びお読み込みしてください。",
|
||||||
"errorStockChart": "行の順序が正しくありません。株価チャートを作るようにシートにこのようにデータを配置してください:<br>始値、最高価格、最小価格、終値。",
|
"errorStockChart": "行の順序が正しくありません。株価チャートを作るようにシートにこのようにデータを配置してください:<br>始値、最高価格、最小価格、終値。",
|
||||||
|
"errorToken": "ドキュメントセキュリティトークンが正しく形成されていません。<br>ドキュメントサーバーの管理者にご連絡ください。",
|
||||||
|
"errorTokenExpire": "ドキュメントセキュリティトークンの有効期限が切れています。<br>ドキュメントサーバーの管理者に連絡してください。",
|
||||||
"errorUnexpectedGuid": "外部エラーがあります。<br> 予期しない Guid があります。サポートを連絡してください。",
|
"errorUnexpectedGuid": "外部エラーがあります。<br> 予期しない Guid があります。サポートを連絡してください。",
|
||||||
"errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
"errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
||||||
"errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
"errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||||
|
@ -239,20 +246,13 @@
|
||||||
"pastInMergeAreaError": "結合したセルの一部は変更できません",
|
"pastInMergeAreaError": "結合したセルの一部は変更できません",
|
||||||
"saveErrorText": "ファイルの保存中にエラーが発生しました",
|
"saveErrorText": "ファイルの保存中にエラーが発生しました",
|
||||||
"scriptLoadError": "接続が遅すぎる、一部のコンポーネントが読み込みされません。ページを再びお読み込みしてください。",
|
"scriptLoadError": "接続が遅すぎる、一部のコンポーネントが読み込みされません。ページを再びお読み込みしてください。",
|
||||||
|
"textCancel": "キャンセル",
|
||||||
"textErrorPasswordIsNotCorrect": "入力されたパスワードが間違っています。<br> CapsLock キーがオフになっていること、大文字と小文字が正しく使われていることを確認してください。 ",
|
"textErrorPasswordIsNotCorrect": "入力されたパスワードが間違っています。<br> CapsLock キーがオフになっていること、大文字と小文字が正しく使われていることを確認してください。 ",
|
||||||
|
"textOk": "OK",
|
||||||
"unknownErrorText": "不明なエラー",
|
"unknownErrorText": "不明なエラー",
|
||||||
"uploadImageExtMessage": "不明なイメージ形式",
|
"uploadImageExtMessage": "不明なイメージ形式",
|
||||||
"uploadImageFileCountMessage": "アップロードしたイメージがない",
|
"uploadImageFileCountMessage": "アップロードしたイメージがない",
|
||||||
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。",
|
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。"
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator.",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textOk": "Ok"
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"advDRMPassword": "パスワード",
|
"advDRMPassword": "パスワード",
|
||||||
|
|
|
@ -209,6 +209,11 @@
|
||||||
"errorFrmlMaxReference": "Não pode introduzir esta fórmula porque tem demasiados valores,<br> referências de células, e/ou nomes.",
|
"errorFrmlMaxReference": "Não pode introduzir esta fórmula porque tem demasiados valores,<br> referências de células, e/ou nomes.",
|
||||||
"errorFrmlMaxTextLength": "Os valores de texto em fórmulas estão limitados a 255 caracteres.<br>Utilize a função CONCATENATE ou um operador de concatenação (&)",
|
"errorFrmlMaxTextLength": "Os valores de texto em fórmulas estão limitados a 255 caracteres.<br>Utilize a função CONCATENATE ou um operador de concatenação (&)",
|
||||||
"errorFrmlWrongReferences": "A função refere-se a uma folha que não existe.<br>Por favor, verifique os dados e tente novamente.",
|
"errorFrmlWrongReferences": "A função refere-se a uma folha que não existe.<br>Por favor, verifique os dados e tente novamente.",
|
||||||
|
"errorInconsistentExt": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro não coincide com a sua extensão.",
|
||||||
|
"errorInconsistentExtDocx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um documento de texto (doc, docx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"errorInconsistentExtPdf": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a um dos seguintes formatos: pdf/djvu/xps/oxps, mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"errorInconsistentExtPptx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma apresentação (ppt, pptx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
|
"errorInconsistentExtXlsx": "Ocorreu um erro ao abrir o ficheiro.<br>O conteúdo do ficheiro corresponde a uma folha de cálculo (xls, xlsx...), mas a extensão de ficheiro não é consistente: %1",
|
||||||
"errorInvalidRef": "Introduza um nome correto para a seleção ou uma referência válida para onde ir",
|
"errorInvalidRef": "Introduza um nome correto para a seleção ou uma referência válida para onde ir",
|
||||||
"errorKeyEncrypt": "Descritor de chave desconhecido",
|
"errorKeyEncrypt": "Descritor de chave desconhecido",
|
||||||
"errorKeyExpire": "Descritor de chave expirado",
|
"errorKeyExpire": "Descritor de chave expirado",
|
||||||
|
@ -227,6 +232,7 @@
|
||||||
"errorSessionIdle": "O documento não foi editado durante muito tempo. Por favor, recarregue a página.",
|
"errorSessionIdle": "O documento não foi editado durante muito tempo. Por favor, recarregue a página.",
|
||||||
"errorSessionToken": "A ligação ao servidor foi interrompida. Por favor, recarregue a página.",
|
"errorSessionToken": "A ligação ao servidor foi interrompida. Por favor, recarregue a página.",
|
||||||
"errorStockChart": "Ordem das linhas incorreta. Para construir um gráfico de cotações, introduza os dados na folha com a seguinte ordem:<br>preço de abertura, preço máximo, preço mínimo, preço de fecho.",
|
"errorStockChart": "Ordem das linhas incorreta. Para construir um gráfico de cotações, introduza os dados na folha com a seguinte ordem:<br>preço de abertura, preço máximo, preço mínimo, preço de fecho.",
|
||||||
|
"errorTokenExpire": "O 'token' de segurança do documento expirou.<br>Entre em contacto com o administrador do servidor de documentos.",
|
||||||
"errorUnexpectedGuid": "Erro externo.<br>GUID inesperado. Por favor, contacte o suporte.",
|
"errorUnexpectedGuid": "Erro externo.<br>GUID inesperado. Por favor, contacte o suporte.",
|
||||||
"errorUpdateVersionOnDisconnect": "A ligação foi restaurada e a versão do ficheiro foi alterada.<br>Antes de poder continuar a trabalhar, é necessário descarregar o ficheiro ou copiar o seu conteúdo para garantir que nada se perde e depois voltar a carregar esta página.",
|
"errorUpdateVersionOnDisconnect": "A ligação foi restaurada e a versão do ficheiro foi alterada.<br>Antes de poder continuar a trabalhar, é necessário descarregar o ficheiro ou copiar o seu conteúdo para garantir que nada se perde e depois voltar a carregar esta página.",
|
||||||
"errorUserDrop": "De momento, não é possível aceder ao ficheiro.",
|
"errorUserDrop": "De momento, não é possível aceder ao ficheiro.",
|
||||||
|
@ -239,20 +245,14 @@
|
||||||
"pastInMergeAreaError": "Não pode alterar parte de uma célula unida",
|
"pastInMergeAreaError": "Não pode alterar parte de uma célula unida",
|
||||||
"saveErrorText": "Ocorreu um erro ao guardar o ficheiro",
|
"saveErrorText": "Ocorreu um erro ao guardar o ficheiro",
|
||||||
"scriptLoadError": "A ligação está demasiado lenta e não foi possível carregar alguns dos componentes. Por favor, recarregue a página. ",
|
"scriptLoadError": "A ligação está demasiado lenta e não foi possível carregar alguns dos componentes. Por favor, recarregue a página. ",
|
||||||
|
"textCancel": "Cancelar",
|
||||||
"textErrorPasswordIsNotCorrect": "A palavra-passe que introduziu não está correta.<br>Verifique se a tecla CAPS LOCK está ativa e não se esqueça de utilizar a capitalização correta.",
|
"textErrorPasswordIsNotCorrect": "A palavra-passe que introduziu não está correta.<br>Verifique se a tecla CAPS LOCK está ativa e não se esqueça de utilizar a capitalização correta.",
|
||||||
|
"textOk": "Aceitar",
|
||||||
"unknownErrorText": "Erro desconhecido.",
|
"unknownErrorText": "Erro desconhecido.",
|
||||||
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
||||||
"uploadImageFileCountMessage": "Nenhuma imagem foi carregada.",
|
"uploadImageFileCountMessage": "Nenhuma imagem foi carregada.",
|
||||||
"uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.",
|
"uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.",
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator."
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator.",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textOk": "Ok"
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"advDRMPassword": "Palavra-passe",
|
"advDRMPassword": "Palavra-passe",
|
||||||
|
@ -283,10 +283,12 @@
|
||||||
"saveTextText": "A guardar documento...",
|
"saveTextText": "A guardar documento...",
|
||||||
"saveTitleText": "A guardar documento",
|
"saveTitleText": "A guardar documento",
|
||||||
"textCancel": "Cancelar",
|
"textCancel": "Cancelar",
|
||||||
|
"textContinue": "Continuar",
|
||||||
"textErrorWrongPassword": "A palavra-passe que introduziu não está correta.",
|
"textErrorWrongPassword": "A palavra-passe que introduziu não está correta.",
|
||||||
"textLoadingDocument": "A carregar documento",
|
"textLoadingDocument": "A carregar documento",
|
||||||
"textNo": "Não",
|
"textNo": "Não",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
|
"textUndo": "Desfazer",
|
||||||
"textUnlockRange": "Desbloquear intervalo",
|
"textUnlockRange": "Desbloquear intervalo",
|
||||||
"textUnlockRangeWarning": "O intervalo que está a tentar alterar está protegido por palavra-passe.",
|
"textUnlockRangeWarning": "O intervalo que está a tentar alterar está protegido por palavra-passe.",
|
||||||
"textYes": "Sim",
|
"textYes": "Sim",
|
||||||
|
@ -294,9 +296,7 @@
|
||||||
"uploadImageTextText": "A carregar imagem...",
|
"uploadImageTextText": "A carregar imagem...",
|
||||||
"uploadImageTitleText": "A carregar imagem",
|
"uploadImageTitleText": "A carregar imagem",
|
||||||
"waitText": "Aguarde...",
|
"waitText": "Aguarde...",
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost)."
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Statusbar": {
|
"Statusbar": {
|
||||||
"notcriticalErrorTitle": "Aviso",
|
"notcriticalErrorTitle": "Aviso",
|
||||||
|
|
|
@ -31,9 +31,9 @@
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"textReopen": "Redeschidere",
|
"textReopen": "Redeschidere",
|
||||||
"textResolve": "Rezolvare",
|
"textResolve": "Rezolvare",
|
||||||
|
"textSharingSettings": "Setări partajare",
|
||||||
"textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
"textTryUndoRedo": "Funcții Anulare/Refacere sunt dezactivate în modul Rapid de editare colaborativă.",
|
||||||
"textUsers": "Utilizatori",
|
"textUsers": "Utilizatori"
|
||||||
"textSharingSettings": "Sharing Settings"
|
|
||||||
},
|
},
|
||||||
"ThemeColorPalette": {
|
"ThemeColorPalette": {
|
||||||
"textCustomColors": "Culori particularizate",
|
"textCustomColors": "Culori particularizate",
|
||||||
|
@ -50,6 +50,7 @@
|
||||||
"menuCell": "Celula",
|
"menuCell": "Celula",
|
||||||
"menuDelete": "Ștergere",
|
"menuDelete": "Ștergere",
|
||||||
"menuEdit": "Editare",
|
"menuEdit": "Editare",
|
||||||
|
"menuEditLink": "Editare link",
|
||||||
"menuFreezePanes": "Înghețare panouri",
|
"menuFreezePanes": "Înghețare panouri",
|
||||||
"menuHide": "Ascunde",
|
"menuHide": "Ascunde",
|
||||||
"menuMerge": "Îmbinare",
|
"menuMerge": "Îmbinare",
|
||||||
|
@ -66,8 +67,7 @@
|
||||||
"textDoNotShowAgain": "Nu mai afișa",
|
"textDoNotShowAgain": "Nu mai afișa",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
"txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?",
|
"txtWarnUrl": "Un clic pe acest link ar putea căuza daune dispozitivului și datelor dvs.<br>Sunteți sigur că doriți să continuați?",
|
||||||
"warnMergeLostData": "În celula îmbinată se afișează numai conținutul celulei din stânga sus.<br>Sunteți sigur că doriți să continuați?",
|
"warnMergeLostData": "În celula îmbinată se afișează numai conținutul celulei din stânga sus.<br>Sunteți sigur că doriți să continuați?"
|
||||||
"menuEditLink": "Edit Link"
|
|
||||||
},
|
},
|
||||||
"Controller": {
|
"Controller": {
|
||||||
"Main": {
|
"Main": {
|
||||||
|
@ -158,17 +158,17 @@
|
||||||
"textReplaceSuccess": "Căutarea a fost finalizată. Înlocuiri: {0}",
|
"textReplaceSuccess": "Căutarea a fost finalizată. Înlocuiri: {0}",
|
||||||
"textRequestMacros": "O macrocomandă trimite o solicitare URL. Doriți să permiteți ca solicitarea să fie trimisă către %1?",
|
"textRequestMacros": "O macrocomandă trimite o solicitare URL. Doriți să permiteți ca solicitarea să fie trimisă către %1?",
|
||||||
"textYes": "Da",
|
"textYes": "Da",
|
||||||
|
"titleLicenseExp": "Licența a expirat",
|
||||||
"titleServerVersion": "Editorul a fost actualizat",
|
"titleServerVersion": "Editorul a fost actualizat",
|
||||||
"titleUpdateVersion": "Versiunea s-a modificat",
|
"titleUpdateVersion": "Versiunea s-a modificat",
|
||||||
"warnLicenseExceeded": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați administratorul dvs pentru mai multe detalii.",
|
"warnLicenseExceeded": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați administratorul dvs pentru mai multe detalii.",
|
||||||
|
"warnLicenseExp": "Licența dvs. a expirat. Licența urmează să fie reînnoită iar pagina reîmprospătată.",
|
||||||
"warnLicenseLimitedNoAccess": "Licența dvs. a expirat. Nu aveți acces la funcții de editare a documentului.Contactați administratorul dvs. de rețeea.",
|
"warnLicenseLimitedNoAccess": "Licența dvs. a expirat. Nu aveți acces la funcții de editare a documentului.Contactați administratorul dvs. de rețeea.",
|
||||||
"warnLicenseLimitedRenewed": "Licență urmează să fie reînnoită.<br>Funcțiile de editare sunt cu acces limitat.<br>Pentru a obține acces nelimitat, contactați administratorul dvs. de rețea.",
|
"warnLicenseLimitedRenewed": "Licență urmează să fie reînnoită.<br>Funcțiile de editare sunt cu acces limitat.<br>Pentru a obține acces nelimitat, contactați administratorul dvs. de rețea.",
|
||||||
"warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.",
|
"warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.",
|
||||||
"warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de actualizare.",
|
"warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare. Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de actualizare.",
|
||||||
"warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
"warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.",
|
||||||
"warnProcessRightsChange": "Nu aveți permisiunea de editare pentru fișier.",
|
"warnProcessRightsChange": "Nu aveți permisiunea de editare pentru fișier."
|
||||||
"titleLicenseExp": "License expired",
|
|
||||||
"warnLicenseExp": "Your license has expired. Please, update your license and refresh the page."
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -196,6 +196,7 @@
|
||||||
"errorDataRange": "Zonă de date incorectă.",
|
"errorDataRange": "Zonă de date incorectă.",
|
||||||
"errorDataValidate": "Valoarea introdusă nu este validă<br>Unul dintre utilizatori a restricționat valorile pe care utilizatorii le introduc într-o celulă. ",
|
"errorDataValidate": "Valoarea introdusă nu este validă<br>Unul dintre utilizatori a restricționat valorile pe care utilizatorii le introduc într-o celulă. ",
|
||||||
"errorDefaultMessage": "Codul de eroare: %1",
|
"errorDefaultMessage": "Codul de eroare: %1",
|
||||||
|
"errorDirectUrl": "Verificați linkul la document.<br>Trebuie să fie un link direct spre fișierul de încărcat.",
|
||||||
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br> Pentru copierea de rezervă locală utilizați opțiunea de Descărcare.",
|
"errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.<br> Pentru copierea de rezervă locală utilizați opțiunea de Descărcare.",
|
||||||
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
"errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.",
|
||||||
"errorFileRequest": "Eroare externă.<br>Eroare la trimiterea solicitării de fișier. Contactați Serviciul de Asistență Clienți.",
|
"errorFileRequest": "Eroare externă.<br>Eroare la trimiterea solicitării de fișier. Contactați Serviciul de Asistență Clienți.",
|
||||||
|
@ -208,6 +209,11 @@
|
||||||
"errorFrmlMaxReference": "Nu puteți introduce acestă formula deoarece are prea multe valori,<br>referințe de celulă, și/sau nume.",
|
"errorFrmlMaxReference": "Nu puteți introduce acestă formula deoarece are prea multe valori,<br>referințe de celulă, și/sau nume.",
|
||||||
"errorFrmlMaxTextLength": "Valorile de tip text în o formulă pot conține maxim 255 caractere.<br>Utilizați funcția CONCATENATE sau operatorul de concentrare text (&).",
|
"errorFrmlMaxTextLength": "Valorile de tip text în o formulă pot conține maxim 255 caractere.<br>Utilizați funcția CONCATENATE sau operatorul de concentrare text (&).",
|
||||||
"errorFrmlWrongReferences": "Funcția se referă la o foaie inexistentă.<br>Verificați datele și încercați din nou.",
|
"errorFrmlWrongReferences": "Funcția se referă la o foaie inexistentă.<br>Verificați datele și încercați din nou.",
|
||||||
|
"errorInconsistentExt": "Eroare la deschiderea fișierului.<br>Conținutul fișierului nu corespunde cu extensia numelui de fișier.",
|
||||||
|
"errorInconsistentExtDocx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de document text (ex. docx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtPdf": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unuia dintre următoarele formate: pdf/djvu/xps/oxps, dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtPptx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de prezentare (ex. pptx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
|
"errorInconsistentExtXlsx": "Eroare la deschiderea fișierului.<br>Conținutul fișierului corespunde unui format de foaie de calcul (ex. xlsx), dar extensia numelui de fișier nu se potrivește: %1.",
|
||||||
"errorInvalidRef": "Introduceți numele din selecție corect sau o referință validă de accesat.",
|
"errorInvalidRef": "Introduceți numele din selecție corect sau o referință validă de accesat.",
|
||||||
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
"errorKeyEncrypt": "Descriptor cheie nerecunoscut",
|
||||||
"errorKeyExpire": "Descriptor cheie a expirat",
|
"errorKeyExpire": "Descriptor cheie a expirat",
|
||||||
|
@ -226,6 +232,8 @@
|
||||||
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
"errorSessionIdle": "Acțiunile de editare a documentului nu s-au efectuat de ceva timp. Încercați să reîmprospătați pagina.",
|
||||||
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
"errorSessionToken": "Conexeunea la server s-a întrerupt. Încercați să reîmprospătati pagina.",
|
||||||
"errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
"errorStockChart": "Sortarea rândurilor în ordinea incorectă. Pentru crearea unei diagrame de stoc, datele în foaie trebuie sortate în ordinea următoare:<br> prețul de deschidere, prețul maxim, prețul minim, prețul de închidere.",
|
||||||
|
"errorToken": "Token de securitate din document este format în mod incorect.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
|
"errorTokenExpire": "Token de securitate din document a expirat.<br>Contactați administratorul dvs. de Server Documente.",
|
||||||
"errorUnexpectedGuid": "Eroare externă.<br>GUID neașteptat. Contactați Seviciul de Asistență Clienți.",
|
"errorUnexpectedGuid": "Eroare externă.<br>GUID neașteptat. Contactați Seviciul de Asistență Clienți.",
|
||||||
"errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
"errorUpdateVersionOnDisconnect": "Conexiunea s-a restabilit și versiunea fișierului s-a schimbat.<br>Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.",
|
||||||
"errorUserDrop": "Fișierul nu poate fi accesat deocamdată.",
|
"errorUserDrop": "Fișierul nu poate fi accesat deocamdată.",
|
||||||
|
@ -238,26 +246,19 @@
|
||||||
"pastInMergeAreaError": "O parte din celulă îmbinată nu poate fi modificată ",
|
"pastInMergeAreaError": "O parte din celulă îmbinată nu poate fi modificată ",
|
||||||
"saveErrorText": "Eroare la salvarea fișierului",
|
"saveErrorText": "Eroare la salvarea fișierului",
|
||||||
"scriptLoadError": "Conexeunea e prea lentă și unele elemente nu se încarcă. Încercați să reîmprospătati pagina.",
|
"scriptLoadError": "Conexeunea e prea lentă și unele elemente nu se încarcă. Încercați să reîmprospătati pagina.",
|
||||||
|
"textCancel": "Revocare",
|
||||||
"textErrorPasswordIsNotCorrect": "Parola introdusă este incorectă.<br>Verificaţi dacă nu este activată tasta CAPS LOCK și vă asigurați că utilizați introducerea corectă a majusculelor.",
|
"textErrorPasswordIsNotCorrect": "Parola introdusă este incorectă.<br>Verificaţi dacă nu este activată tasta CAPS LOCK și vă asigurați că utilizați introducerea corectă a majusculelor.",
|
||||||
|
"textOk": "OK",
|
||||||
"unknownErrorText": "Eroare necunoscută.",
|
"unknownErrorText": "Eroare necunoscută.",
|
||||||
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
||||||
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
||||||
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.",
|
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB."
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
|
|
||||||
"errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator.",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textOk": "Ok"
|
|
||||||
},
|
},
|
||||||
"LongActions": {
|
"LongActions": {
|
||||||
"advDRMPassword": "Parola",
|
"advDRMPassword": "Parola",
|
||||||
"applyChangesTextText": "Încărcarea datelor...",
|
"applyChangesTextText": "Încărcarea datelor...",
|
||||||
"applyChangesTitleText": "Încărcare date",
|
"applyChangesTitleText": "Încărcare date",
|
||||||
|
"confirmMaxChangesSize": "Numărul comenzilor depășește limita prevăzută pentru serverul dvs.<br>Apăsați butonul Anulare pentru a anula ultima comanda dvs. sau apăsați butonul Continuare pentru a executa comanda în mod local (încărcați fișierul sau copiați conținutul pentru a se asigura că nu se pierde nimic).",
|
||||||
"confirmMoveCellRange": "Celulele din zonă de destinație pot conține datele. Doriți să continuați?",
|
"confirmMoveCellRange": "Celulele din zonă de destinație pot conține datele. Doriți să continuați?",
|
||||||
"confirmPutMergeRange": "Datele sursă conțin celule imbinate.<br>Celulele for fi scindate înainte de lipire în tabel.",
|
"confirmPutMergeRange": "Datele sursă conțin celule imbinate.<br>Celulele for fi scindate înainte de lipire în tabel.",
|
||||||
"confirmReplaceFormulaInTable": "Formile din rând antet vor fi eliminate și transfomate în text static.<br>Sigur doriți să continuați?",
|
"confirmReplaceFormulaInTable": "Formile din rând antet vor fi eliminate și transfomate în text static.<br>Sigur doriți să continuați?",
|
||||||
|
@ -283,20 +284,19 @@
|
||||||
"saveTextText": "Salvarea documentului...",
|
"saveTextText": "Salvarea documentului...",
|
||||||
"saveTitleText": "Salvare document",
|
"saveTitleText": "Salvare document",
|
||||||
"textCancel": "Anulare",
|
"textCancel": "Anulare",
|
||||||
|
"textContinue": "Continuare",
|
||||||
"textErrorWrongPassword": "Parola introdusă este incorectă.",
|
"textErrorWrongPassword": "Parola introdusă este incorectă.",
|
||||||
"textLoadingDocument": "Încărcare document",
|
"textLoadingDocument": "Încărcare document",
|
||||||
"textNo": "Nu",
|
"textNo": "Nu",
|
||||||
"textOk": "OK",
|
"textOk": "OK",
|
||||||
|
"textUndo": "Anulare",
|
||||||
"textUnlockRange": "Deblocare zonă",
|
"textUnlockRange": "Deblocare zonă",
|
||||||
"textUnlockRangeWarning": "Zonă, pe care doriţi să o modificaţi, este protejată prin parolă. ",
|
"textUnlockRangeWarning": "Zonă, pe care doriţi să o modificaţi, este protejată prin parolă. ",
|
||||||
"textYes": "Da",
|
"textYes": "Da",
|
||||||
"txtEditingMode": "Setare modul de editare...",
|
"txtEditingMode": "Setare modul de editare...",
|
||||||
"uploadImageTextText": "Încărcarea imaginii...",
|
"uploadImageTextText": "Încărcarea imaginii...",
|
||||||
"uploadImageTitleText": "Încărcarea imaginii",
|
"uploadImageTitleText": "Încărcarea imaginii",
|
||||||
"waitText": "Vă rugăm să așteptați...",
|
"waitText": "Vă rugăm să așteptați..."
|
||||||
"confirmMaxChangesSize": "The size of actions exceeds the limitation set for your server.<br>Press \"Undo\" to cancel your last action or press \"Continue\" to keep action locally (you need to download the file or copy its content to make sure nothing is lost).",
|
|
||||||
"textContinue": "Continue",
|
|
||||||
"textUndo": "Undo"
|
|
||||||
},
|
},
|
||||||
"Statusbar": {
|
"Statusbar": {
|
||||||
"notcriticalErrorTitle": "Avertisment",
|
"notcriticalErrorTitle": "Avertisment",
|
||||||
|
@ -304,7 +304,7 @@
|
||||||
"textDelete": "Ștergere",
|
"textDelete": "Ștergere",
|
||||||
"textDuplicate": "Dubluri",
|
"textDuplicate": "Dubluri",
|
||||||
"textErrNameExists": "O foaie de calcul cu același nume există deja.",
|
"textErrNameExists": "O foaie de calcul cu același nume există deja.",
|
||||||
"textErrNameWrongChar": "Numele foilor de calcul nu pot să conțină următoarele caractere: \\, /, *, ?, [, ], :",
|
"textErrNameWrongChar": "Numele foilor de calcul nu pot să conțină următoarele caractere: \\, /, *, ?, [, ], : sau caracterul ' la începutul sau sfârșitul",
|
||||||
"textErrNotEmpty": "Nu lăsați numele foii necompletat",
|
"textErrNotEmpty": "Nu lăsați numele foii necompletat",
|
||||||
"textErrorLastSheet": "În registrul de calcul trebuie să fie vizibilă cel puțin o foie de lucru. ",
|
"textErrorLastSheet": "În registrul de calcul trebuie să fie vizibilă cel puțin o foie de lucru. ",
|
||||||
"textErrorRemoveSheet": "Foaia de calcul nu poate fi ștearsă.",
|
"textErrorRemoveSheet": "Foaia de calcul nu poate fi ștearsă.",
|
||||||
|
@ -352,6 +352,7 @@
|
||||||
"textComment": "Comentariu",
|
"textComment": "Comentariu",
|
||||||
"textDataTableHint": "Returnează celule de date dintr-un tabel sau colonele selectate într-un tabel",
|
"textDataTableHint": "Returnează celule de date dintr-un tabel sau colonele selectate într-un tabel",
|
||||||
"textDisplay": "Afișare",
|
"textDisplay": "Afișare",
|
||||||
|
"textDone": "Gata",
|
||||||
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
||||||
"textExternalLink": "Link extern",
|
"textExternalLink": "Link extern",
|
||||||
"textFilter": "Filtrare",
|
"textFilter": "Filtrare",
|
||||||
|
@ -372,6 +373,7 @@
|
||||||
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
"textPictureFromLibrary": "Imagine dintr-o bibliotecă ",
|
||||||
"textPictureFromURL": "Imaginea prin URL",
|
"textPictureFromURL": "Imaginea prin URL",
|
||||||
"textRange": "Zona",
|
"textRange": "Zona",
|
||||||
|
"textRecommended": "Recomandate",
|
||||||
"textRequired": "Obligatoriu",
|
"textRequired": "Obligatoriu",
|
||||||
"textScreenTip": "Sfaturi ecran",
|
"textScreenTip": "Sfaturi ecran",
|
||||||
"textSelectedRange": "Zona selectată",
|
"textSelectedRange": "Zona selectată",
|
||||||
|
@ -387,9 +389,7 @@
|
||||||
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
||||||
"txtSorting": "Sortare",
|
"txtSorting": "Sortare",
|
||||||
"txtSortSelected": "Sortarea selecției",
|
"txtSortSelected": "Sortarea selecției",
|
||||||
"txtYes": "Da",
|
"txtYes": "Da"
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended"
|
|
||||||
},
|
},
|
||||||
"Edit": {
|
"Edit": {
|
||||||
"notcriticalErrorTitle": "Avertisment",
|
"notcriticalErrorTitle": "Avertisment",
|
||||||
|
@ -407,6 +407,7 @@
|
||||||
"textAllBorders": "Toate borduri",
|
"textAllBorders": "Toate borduri",
|
||||||
"textAngleClockwise": "Unghi de rotație în sens orar",
|
"textAngleClockwise": "Unghi de rotație în sens orar",
|
||||||
"textAngleCounterclockwise": "Unghi de rotație în sens antiorar",
|
"textAngleCounterclockwise": "Unghi de rotație în sens antiorar",
|
||||||
|
"textArrange": "Aranjare",
|
||||||
"textAuto": "Auto",
|
"textAuto": "Auto",
|
||||||
"textAutomatic": "Automat",
|
"textAutomatic": "Automat",
|
||||||
"textAxisCrosses": "Intersecția cu axă",
|
"textAxisCrosses": "Intersecția cu axă",
|
||||||
|
@ -421,9 +422,11 @@
|
||||||
"textBottom": "Jos",
|
"textBottom": "Jos",
|
||||||
"textBottomBorder": "Bordura de jos",
|
"textBottomBorder": "Bordura de jos",
|
||||||
"textBringToForeground": "Aducere în prim plan",
|
"textBringToForeground": "Aducere în prim plan",
|
||||||
|
"textCancel": "Revocare",
|
||||||
"textCell": "Celula",
|
"textCell": "Celula",
|
||||||
"textCellStyle": "Stil celula",
|
"textCellStyle": "Stil celula",
|
||||||
"textCenter": "La centru",
|
"textCenter": "La centru",
|
||||||
|
"textChangeShape": "Modificare formă",
|
||||||
"textChart": "Diagramă",
|
"textChart": "Diagramă",
|
||||||
"textChartTitle": "Titlu diagramă",
|
"textChartTitle": "Titlu diagramă",
|
||||||
"textClearFilter": "Golire filtru",
|
"textClearFilter": "Golire filtru",
|
||||||
|
@ -436,12 +439,15 @@
|
||||||
"textDate": "Dată",
|
"textDate": "Dată",
|
||||||
"textDefault": "Zona selectată",
|
"textDefault": "Zona selectată",
|
||||||
"textDeleteFilter": "Eliminare filtru",
|
"textDeleteFilter": "Eliminare filtru",
|
||||||
|
"textDeleteImage": "Ștergere imagine",
|
||||||
|
"textDeleteLink": "Ștergere link",
|
||||||
"textDesign": "Proiectare",
|
"textDesign": "Proiectare",
|
||||||
"textDiagonalDownBorder": "Bordură diagonală descendentă",
|
"textDiagonalDownBorder": "Bordură diagonală descendentă",
|
||||||
"textDiagonalUpBorder": "Bordură diagonală ascendentă",
|
"textDiagonalUpBorder": "Bordură diagonală ascendentă",
|
||||||
"textDisplay": "Afișare",
|
"textDisplay": "Afișare",
|
||||||
"textDisplayUnits": "Unități de afișare",
|
"textDisplayUnits": "Unități de afișare",
|
||||||
"textDollar": "Dolar",
|
"textDollar": "Dolar",
|
||||||
|
"textDone": "Gata",
|
||||||
"textEditLink": "Editare link",
|
"textEditLink": "Editare link",
|
||||||
"textEffects": "Efecte",
|
"textEffects": "Efecte",
|
||||||
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
"textEmptyImgUrl": "Trebuie specificată adresa URL a imaginii.",
|
||||||
|
@ -522,6 +528,7 @@
|
||||||
"textPound": "Pound",
|
"textPound": "Pound",
|
||||||
"textPt": "pt",
|
"textPt": "pt",
|
||||||
"textRange": "Zona",
|
"textRange": "Zona",
|
||||||
|
"textRecommended": "Recomandate",
|
||||||
"textRemoveChart": "Ștergere diagrama",
|
"textRemoveChart": "Ștergere diagrama",
|
||||||
"textRemoveShape": "Stergere forma",
|
"textRemoveShape": "Stergere forma",
|
||||||
"textReplace": "Înlocuire",
|
"textReplace": "Înlocuire",
|
||||||
|
@ -568,14 +575,7 @@
|
||||||
"textYen": "Yen",
|
"textYen": "Yen",
|
||||||
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
"txtNotUrl": "Câmpul trebuie să conțină adresa URL in format \"http://www.example.com\"",
|
||||||
"txtSortHigh2Low": "Sortare de la cea mai mare la cea mai mică valoare",
|
"txtSortHigh2Low": "Sortare de la cea mai mare la cea mai mică valoare",
|
||||||
"txtSortLow2High": "Sortare de la cea mai mică la cea mai mare valoare",
|
"txtSortLow2High": "Sortare de la cea mai mică la cea mai mare valoare"
|
||||||
"textArrange": "Arrange",
|
|
||||||
"textCancel": "Cancel",
|
|
||||||
"textChangeShape": "Change Shape",
|
|
||||||
"textDeleteImage": "Delete Image",
|
|
||||||
"textDeleteLink": "Delete Link",
|
|
||||||
"textDone": "Done",
|
|
||||||
"textRecommended": "Recommended"
|
|
||||||
},
|
},
|
||||||
"Settings": {
|
"Settings": {
|
||||||
"advCSVOptions": "Alegerea opțiunilor CSV",
|
"advCSVOptions": "Alegerea opțiunilor CSV",
|
||||||
|
|
|
@ -304,7 +304,7 @@
|
||||||
"textDelete": "Удалить",
|
"textDelete": "Удалить",
|
||||||
"textDuplicate": "Дублировать",
|
"textDuplicate": "Дублировать",
|
||||||
"textErrNameExists": "Лист с таким именем уже существует.",
|
"textErrNameExists": "Лист с таким именем уже существует.",
|
||||||
"textErrNameWrongChar": "Имя листа не может содержать символы: \\, /, *, ?, [, ], :",
|
"textErrNameWrongChar": "Имя листа не может содержать символы: \\, /, *, ?, [, ], : или символ ' в начале или в конце",
|
||||||
"textErrNotEmpty": "Имя листа не должно быть пустым",
|
"textErrNotEmpty": "Имя листа не должно быть пустым",
|
||||||
"textErrorLastSheet": "Книга должна содержать хотя бы один видимый лист.",
|
"textErrorLastSheet": "Книга должна содержать хотя бы один видимый лист.",
|
||||||
"textErrorRemoveSheet": "Не удалось удалить лист.",
|
"textErrorRemoveSheet": "Не удалось удалить лист.",
|
||||||
|
|
|
@ -160,6 +160,7 @@
|
||||||
"titleServerVersion": "Editör güncellendi",
|
"titleServerVersion": "Editör güncellendi",
|
||||||
"titleUpdateVersion": "Sürüm değiştirildi",
|
"titleUpdateVersion": "Sürüm değiştirildi",
|
||||||
"warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu belge yalnızca görüntüleme için açılacaktır. Daha fazla bilgi edinmek için yöneticinizle iletişime geçin.",
|
"warnLicenseExceeded": "%1 düzenleyiciye eşzamanlı bağlantı sınırına ulaştınız. Bu belge yalnızca görüntüleme için açılacaktır. Daha fazla bilgi edinmek için yöneticinizle iletişime geçin.",
|
||||||
|
"warnLicenseExp": "Lisansınızın süresi doldu. Lütfen lisansınızı güncelleyin ve sayfayı yenileyin.",
|
||||||
"warnLicenseLimitedNoAccess": "Lisans süresi doldu. Doküman edit etme özelliğini kullanmaya izniniz bulunmamaktadır. Lütfen, yöneticinizle iletişime geçin.",
|
"warnLicenseLimitedNoAccess": "Lisans süresi doldu. Doküman edit etme özelliğini kullanmaya izniniz bulunmamaktadır. Lütfen, yöneticinizle iletişime geçin.",
|
||||||
"warnLicenseLimitedRenewed": "Lisansın yenilenmesi gerekiyor. Belge düzenleme işlevine sınırlı erişiminiz var.<br>Tam erişim için lütfen yöneticinizle iletişime geçin.",
|
"warnLicenseLimitedRenewed": "Lisansın yenilenmesi gerekiyor. Belge düzenleme işlevine sınırlı erişiminiz var.<br>Tam erişim için lütfen yöneticinizle iletişime geçin.",
|
||||||
"warnLicenseUsersExceeded": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Daha fazla bilgi edinmek için yöneticinizle iletişime geçin.",
|
"warnLicenseUsersExceeded": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Daha fazla bilgi edinmek için yöneticinizle iletişime geçin.",
|
||||||
|
@ -167,8 +168,7 @@
|
||||||
"warnNoLicenseUsers": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Kişisel yükseltme koşulları için %1 satış ekibiyle iletişime geçin.",
|
"warnNoLicenseUsers": "%1 düzenleyici için kullanıcı sınırına ulaştınız. Kişisel yükseltme koşulları için %1 satış ekibiyle iletişime geçin.",
|
||||||
"warnProcessRightsChange": "Dosyayı düzenleme izniniz yok.",
|
"warnProcessRightsChange": "Dosyayı düzenleme izniniz yok.",
|
||||||
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
"textRequestMacros": "A macro makes a request to URL. Do you want to allow the request to the %1?",
|
||||||
"titleLicenseExp": "License expired",
|
"titleLicenseExp": "License expired"
|
||||||
"warnLicenseExp": "Your license has expired. Please, update your license and refresh the page."
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Error": {
|
"Error": {
|
||||||
|
@ -207,6 +207,7 @@
|
||||||
"errorFrmlMaxReference": "Bu formülü giremezsiniz çünkü çok fazla değeri,<br>hücre referansı ve/veya adı vardır.",
|
"errorFrmlMaxReference": "Bu formülü giremezsiniz çünkü çok fazla değeri,<br>hücre referansı ve/veya adı vardır.",
|
||||||
"errorFrmlMaxTextLength": "Formüllerdeki metin değerleri 255 karakterle sınırlıdır.<br>BİRLEŞTİR işlevini veya birleştirme operatörünü (&) kullanın",
|
"errorFrmlMaxTextLength": "Formüllerdeki metin değerleri 255 karakterle sınırlıdır.<br>BİRLEŞTİR işlevini veya birleştirme operatörünü (&) kullanın",
|
||||||
"errorFrmlWrongReferences": "İşlev, var olmayan bir sayfaya başvuruyor.<br>Lütfen verileri kontrol edin ve tekrar deneyin.",
|
"errorFrmlWrongReferences": "İşlev, var olmayan bir sayfaya başvuruyor.<br>Lütfen verileri kontrol edin ve tekrar deneyin.",
|
||||||
|
"errorInconsistentExtDocx": "Dosya açılırken bir hata oluştu.<br>Dosya içeriği metin belgelerine (örn. docx) karşılık geliyor, ancak dosyanın uzantısı tutarsız: %1.",
|
||||||
"errorInvalidRef": "Seçim için doğru bir ad veya geçerli bir referans girin.",
|
"errorInvalidRef": "Seçim için doğru bir ad veya geçerli bir referans girin.",
|
||||||
"errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
"errorKeyEncrypt": "Bilinmeyen anahtar tanımlayıcı",
|
||||||
"errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
"errorKeyExpire": "Anahtar tanımlayıcının süresi doldu",
|
||||||
|
@ -245,7 +246,6 @@
|
||||||
"errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.<br>You might be requested to enter a password.",
|
"errorCannotUseCommandProtectedSheet": "You cannot use this command on a protected sheet. To use this command, unprotect the sheet.<br>You might be requested to enter a password.",
|
||||||
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
"errorDirectUrl": "Please verify the link to the document.<br>This link must be a direct link to the file for downloading.",
|
||||||
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
"errorInconsistentExt": "An error has occurred while opening the file.<br>The file content does not match the file extension.",
|
||||||
"errorInconsistentExtDocx": "An error has occurred while opening the file.<br>The file content corresponds to text documents (e.g. docx), but the file has the inconsistent extension: %1.",
|
|
||||||
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
"errorInconsistentExtPdf": "An error has occurred while opening the file.<br>The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.",
|
||||||
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
"errorInconsistentExtPptx": "An error has occurred while opening the file.<br>The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.",
|
||||||
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
"errorInconsistentExtXlsx": "An error has occurred while opening the file.<br>The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.",
|
||||||
|
|
Loading…
Reference in a new issue