Update locales from Transifex and merge new English strings
This commit is contained in:
parent
bd7e1b222d
commit
ad53b3311e
61 changed files with 277 additions and 170 deletions
14
chrome/content/zotero/progressMeterWindow.xul
Normal file
14
chrome/content/zotero/progressMeterWindow.xul
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
||||
|
||||
<window id="zotero-progress-meter-window"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
windowtype="alert:alert">
|
||||
|
||||
<vbox id="zotero-progress-text-box" flex="1">
|
||||
<label/>
|
||||
<progressmeter/>
|
||||
</vbox>
|
||||
</window>
|
5
chrome/content/zotero/xpcom/data/dataCache.js
Normal file
5
chrome/content/zotero/xpcom/data/dataCache.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
Zotero.DataCache = {
|
||||
|
||||
};
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=لم تتم مزامنته بعد
|
||||
sync.status.lastSync=آخر تزامن:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=تسجيل الدخول لخادم التزامن
|
||||
sync.status.gettingUpdatedData=جاري تحديث البيانات من خادم التزامن
|
||||
sync.status.processingUpdatedData=جاري معالجة البيانات المحدثة
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Все още не е синхронизиран
|
||||
sync.status.lastSync=Последна синхронизация:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Влиза в сървъра за синхронизации
|
||||
sync.status.gettingUpdatedData=Изтегля осъвременените дани от синхронизиращият сървър
|
||||
sync.status.processingUpdatedData=Обработва осъвременените дани.
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Tria aquesta versió
|
|||
|
||||
sync.status.notYetSynced=Encara no s'ha sincronitzat
|
||||
sync.status.lastSync=Darrera sincronització:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Inici de sessió al servidor de sincronització
|
||||
sync.status.gettingUpdatedData=Obtenint dades actualitzades de servidor de sincronització
|
||||
sync.status.processingUpdatedData=Processant les dades actualitzades del servidor de sincronització
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Vybrat tuto verzi
|
|||
|
||||
sync.status.notYetSynced=Zatím nesynchronizováno
|
||||
sync.status.lastSync=Poslední synchronizace:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Přihlašuji se na synchronizační server
|
||||
sync.status.gettingUpdatedData=Získávám pozměněná data ze synchronizačního serveru
|
||||
sync.status.processingUpdatedData=Zpracovávám pozměněná data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Vælge denne version
|
|||
|
||||
sync.status.notYetSynced=Endnu ikke synkroniseret
|
||||
sync.status.lastSync=Sidste synkronisering:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logger på synkroniseringsserver
|
||||
sync.status.gettingUpdatedData=Henter opdaterede data fra synkroniseringsserver
|
||||
sync.status.processingUpdatedData=Behandler opdaterede data fra synkroniseringsserver
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Diese Version auswählen
|
|||
|
||||
sync.status.notYetSynced=Noch nicht synchronisiert
|
||||
sync.status.lastSync=Letzte Synchronisierung:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Einloggen auf dem Sync-Server
|
||||
sync.status.gettingUpdatedData=Aktualisierte Daten vom Sync-Server empfangen
|
||||
sync.status.processingUpdatedData=Aktualisierte Daten vom Sync-Server verarbeiten
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -231,9 +231,9 @@
|
|||
<!ENTITY zotero.integration.prefs.bookmarks.label "Marcadores">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Los marcadores se pueden compartir entre Word y LibreOffice, pero pueden causar errores si se modifican accidentalmente y no se pueden insertar en notas a pie de página.">
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatically update citations">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citations with pending updates will be highlighted in the document">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Disabling updates can speed up citation insertion in large documents. Click Refresh to update citations manually.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Actualizar citas automáticamente">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Las citas pendientes de actualización se resaltarán en el documento">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "La desactivación de actualizaciones puede acelerar la inserción de citas en documentos grandes. Haga clic en Actualizar para actualizar las citas manualmente.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Usar abreviaturas de la revista MEDLINE">
|
||||
|
|
|
@ -852,10 +852,10 @@ integration.corruptBibliography.description=Todos los ítems citados en el texto
|
|||
integration.citationChanged=Has modificado esta cita desde que Zotero la generó. ¿Quieres mantener tus modificaciones e impedir futuras actualizaciones?
|
||||
integration.citationChanged.description=Al pulsar "Si" impedirás que Zotero actualice esta cita si agregas citas adicionales, cambias citas o modificas la referencia al cual refiere. Al pulsar "No" borrarás tus cambios.
|
||||
integration.citationChanged.edit=Has modificado esta cita desde que Zotero la generó. Editándola borrarás tus modificaciones. ¿Deseas continuar?
|
||||
integration.delayCitationUpdates.alert.text1=Updating citations in this document is taking a long time. Would you like to disable automatic citation updates?
|
||||
integration.delayCitationUpdates.alert.text2=You will need to click Refresh in the Zotero plugin when you are done inserting citations.
|
||||
integration.delayCitationUpdates.alert.text3=You can change this setting later in the document preferences.
|
||||
integration.delayCitationUpdates.bibliography=Automatic citation updates are disabled. To see the bibliography, click Refresh in the Zotero plugin.
|
||||
integration.delayCitationUpdates.alert.text1=La actualización de citas en este documento lleva mucho tiempo. ¿Desea deshabilitar las actualizaciones automáticas de citas?
|
||||
integration.delayCitationUpdates.alert.text2=Necesitarás hacer clic en Actualizar en la extensión de Zotero cuando termines de insertar citas.
|
||||
integration.delayCitationUpdates.alert.text3=Puedes cambiar esta configuración más adelante en las preferencias del documento.
|
||||
integration.delayCitationUpdates.bibliography=Las actualizaciones automáticas de citas están deshabilitadas. Para ver la bibliografía, haz clic en Actualizar en la extensión de Zotero.
|
||||
|
||||
styles.install.title=Instalar estilo
|
||||
styles.install.unexpectedError=Ha habido un error inesperado mientras se instalaba "%1$S"
|
||||
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Elegir esta versión
|
|||
|
||||
sync.status.notYetSynced=Aún sin sincronizar
|
||||
sync.status.lastSync=Última sincronización:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Iniciando sesión en el servidor de sincronización
|
||||
sync.status.gettingUpdatedData=Obteniendo datos actualizados del servidor de sincronización
|
||||
sync.status.processingUpdatedData=Procesando los datos actualizados
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Sünkroonimist ei ole toimunud
|
||||
sync.status.lastSync=Viimane sünkroonimine:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Sünkroonimisserverisse sisselogimine
|
||||
sync.status.gettingUpdatedData=Andmete uuendamine serverist
|
||||
sync.status.processingUpdatedData=Uuendatud andmete töötlemine
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Sinkronizatu gabe oraindik
|
||||
sync.status.lastSync=Azken Sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Sync zerbitzariari eskaera bidaltzen...
|
||||
sync.status.gettingUpdatedData=Datu eguneratuak zerbitzaritik jasotzen...
|
||||
sync.status.processingUpdatedData=Datu berriak prozesatzen...
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=هنوز همزمان نشده است
|
||||
sync.status.lastSync=آخرین همزمانسازی:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=ورود به کارگزار همزمانسازی
|
||||
sync.status.gettingUpdatedData=در حال دریافت اطلاعات روزآمد شده از کارگزار همزمانسازی
|
||||
sync.status.processingUpdatedData=در حال پردازش اطلاعات روزآمد شده
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Valitse tämä versio
|
|||
|
||||
sync.status.notYetSynced=Ei vielä synkronoitu
|
||||
sync.status.lastSync=Viimeisin synkronointi:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Kirjaudutaan synkronointipalvelimelle
|
||||
sync.status.gettingUpdatedData=Haetaan päivitetyt tiedot synkronointipalvelimelta
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choisir cette version
|
|||
|
||||
sync.status.notYetSynced=Pas encore synchronisé.
|
||||
sync.status.lastSync=Dernière synchronisation :
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Connexion au serveur de synchronisation
|
||||
sync.status.gettingUpdatedData=Obtention des données mises à jour à partir du serveur de synchronisation
|
||||
sync.status.processingUpdatedData=Traitement des données mises à jour depuis le serveur de synchronisation
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Escoller esta versión
|
|||
|
||||
sync.status.notYetSynced=Aínda non sincronizado
|
||||
sync.status.lastSync=Última sincronización:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Conectándose co servidor de sincronización
|
||||
sync.status.gettingUpdatedData=Obtendo datos actualizados do servidor de sincronización
|
||||
sync.status.processingUpdatedData=Procesando datos actualizados
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Válassza ezt a verziót
|
|||
|
||||
sync.status.notYetSynced=Nincs szinkronizálva
|
||||
sync.status.lastSync=Utoljára szinkronizálva:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Bejelentkezés a szinkronizációs szerverre
|
||||
sync.status.gettingUpdatedData=Frissített adatok fogadása a szinkronizációs szerverről
|
||||
sync.status.processingUpdatedData=A frissített adatok feldolgozása
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Belum disinkronisasikan
|
||||
sync.status.lastSync=Sinkronisasi Terakhir:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Sedang log in ke dalam server sinkronisasi
|
||||
sync.status.gettingUpdatedData=Mendapatkan data yang termutakhirkan dari server sinkronisasi
|
||||
sync.status.processingUpdatedData=Memproses data yang termutakhirkan dari server sinkronisasi
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Veldu þessa útgáfu
|
|||
|
||||
sync.status.notYetSynced=Ekki enn samhæft
|
||||
sync.status.lastSync=Síðasta samhæfing:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Tengist samhæfingarþjóni
|
||||
sync.status.gettingUpdatedData=Næ í uppfærð gögn frá samhæfingarþjóni
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Sincronizzazione non ancora effettuata
|
||||
sync.status.lastSync=Ultima sincronizzazione:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Accesso al server di sincronizzazione
|
||||
sync.status.gettingUpdatedData=Ricezione dei dati aggiornati dal server di sincronizzazione
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=このヴァージョンを選ぶ
|
|||
|
||||
sync.status.notYetSynced=未同期
|
||||
sync.status.lastSync=最後の同期:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=同期サーバへログイン中
|
||||
sync.status.gettingUpdatedData=更新されたデータを同期サーバから受信中
|
||||
sync.status.processingUpdatedData=更新されたデータを処理中
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=មិនទាន់បានធ្វើសមកាលកម្ម
|
||||
sync.status.lastSync=ធ្វើសមកាលកម្មលើកចុងក្រោយ:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=ចូលទៅកាន់ម៉ាស៊ីនបម្រើសមកាលកម្ម
|
||||
sync.status.gettingUpdatedData=ទទួលទិន្នន័យទំនើបកម្មពីម៉ាស៊ីនបម្រើសមកាលកម្ម
|
||||
sync.status.processingUpdatedData=កំពុងដំណើរការទាញទិន្នន័យទំនើបកម្មពីម៉ាស៊ីនបម្រើសមកាលកម្ម
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=이 버전 선택
|
|||
|
||||
sync.status.notYetSynced=아직 동기화되지 않음
|
||||
sync.status.lastSync=최종 동기화:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=동기화 서버로 로그인
|
||||
sync.status.gettingUpdatedData=동기화 서버로부터 갱신된 자료 받기
|
||||
sync.status.processingUpdatedData=자료 갱신 작업중
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Pasirinkite šią versiją
|
|||
|
||||
sync.status.notYetSynced=Dar nesinchronizuota
|
||||
sync.status.lastSync=Paskiausiai sinchronizuota:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Prisijungiama prie sinchronizavimo serverio
|
||||
sync.status.gettingUpdatedData=Iš sinchronizavimo serverio parsiunčiami naujausi duomenys
|
||||
sync.status.processingUpdatedData=Apdorojami naujausi sinchronizavimo serverio duomenys
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Kies deze versie
|
|||
|
||||
sync.status.notYetSynced=Nog niet gesynchroniseerd
|
||||
sync.status.lastSync=Laatste synchronisatie:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Bezig met aanmelden bij synchronisatie-server
|
||||
sync.status.gettingUpdatedData=Bezig met het downloaden van bijgewerkte gegevens van de synchronisatie-server
|
||||
sync.status.processingUpdatedData=Bezig met het verwerken van bijgewerkte gegevens
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Ikkje synkronisert enno
|
||||
sync.status.lastSync=Siste synkronisering:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync servar
|
||||
sync.status.gettingUpdatedData=Får oppdaterte data frå synkroniseringstenaren
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -231,9 +231,9 @@
|
|||
<!ENTITY zotero.integration.prefs.bookmarks.label "Zakładki">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Zakładki mogą być współdzielone między edytorami Word i LibreOffice Writer, ale w razie ich przypadkowej modyfikacji mogą wystąpić błędy i nie mogą być one wstawiane do przypisów dolnych.">
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatically update citations">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citations with pending updates will be highlighted in the document">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Disabling updates can speed up citation insertion in large documents. Click Refresh to update citations manually.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatycznie aktualizuj cytowania">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Cytowania z oczekującymi aktualizacjami będą podświetlone w dokumencie">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Wyłączenie aktualizacji cytować może przyspieszyć wstawianie cytowań w dużych dokumentach. Wciśnij Odśwież aby ręcznie zaktualizować cytowania.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Użyj skrótów czasopism w formacie MEDLINE">
|
||||
|
|
|
@ -852,10 +852,10 @@ integration.corruptBibliography.description=Wszystkie pozycje cytowane w tekści
|
|||
integration.citationChanged=Dokonano modyfikacji tego odnośnika, zanim Zotero je utworzył. Czy chcesz zachować swoje zmiany i zapobiec przyszłym aktualizacjom?
|
||||
integration.citationChanged.description=Wybranie "Tak" spowoduje, że Zotero nie zaktualizuje tego odnośnika jeśli dodasz dodatkowe źródła, zmienisz styl lub zmodyfikujesz pozycję, do której się on odnosi. Wybranie "Nie" usunie Twoje zmiany.
|
||||
integration.citationChanged.edit=Dokonano modyfikacji tego odnośnika, zanim Zotero je utworzył. Edycja usunie twoje modyfikacje. Czy chcesz kontynuować?
|
||||
integration.delayCitationUpdates.alert.text1=Updating citations in this document is taking a long time. Would you like to disable automatic citation updates?
|
||||
integration.delayCitationUpdates.alert.text2=You will need to click Refresh in the Zotero plugin when you are done inserting citations.
|
||||
integration.delayCitationUpdates.alert.text3=You can change this setting later in the document preferences.
|
||||
integration.delayCitationUpdates.bibliography=Automatic citation updates are disabled. To see the bibliography, click Refresh in the Zotero plugin.
|
||||
integration.delayCitationUpdates.alert.text1=Aktualizacja cytowań w tym dokumencie trwa dość długo. Czy w związku z tym chcesz wyłączyć automatyczną aktualizację cytowań?
|
||||
integration.delayCitationUpdates.alert.text2=Po zakończeniu wstawiania cytowań należy wcisnąć Odśwież we wtyczce Zotero.
|
||||
integration.delayCitationUpdates.alert.text3=Możesz zmienić to ustawienie później w ustawieniach dokumentu.
|
||||
integration.delayCitationUpdates.bibliography=Automatyczna aktualizacja cytowań jest wyłączona. Aby zobaczyć bibliografię, wciśnij Odśwież we wtyczce Zotero.
|
||||
|
||||
styles.install.title=Zainstaluj styl
|
||||
styles.install.unexpectedError=Podczas instalacji "%1$@" napotkano nieoczekiwany błąd
|
||||
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Wybierz tę wersję
|
|||
|
||||
sync.status.notYetSynced=Nie zsynchronizowany
|
||||
sync.status.lastSync=Ostatnia synchronizacja:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logowanie do serwera synchronizacji
|
||||
sync.status.gettingUpdatedData=Odbieranie zaktualizowanych danych z serwera synchronizacji
|
||||
sync.status.processingUpdatedData=Przetwarzanie zaktualizowanych danych
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<!ENTITY zotero.preferences.sync.fileSyncing.download "Baixar os arquivos">
|
||||
<!ENTITY zotero.preferences.sync.fileSyncing.download.atSyncTime "no momento da sincronização">
|
||||
<!ENTITY zotero.preferences.sync.fileSyncing.download.onDemand "quando necessário">
|
||||
<!ENTITY zotero.preferences.sync.fileSyncing.verifyServer "Verify Server">
|
||||
<!ENTITY zotero.preferences.sync.fileSyncing.verifyServer "Verificar Servidor">
|
||||
<!ENTITY zotero.preferences.sync.fileSyncing.tos1 "Ao utilizar o armazenamento Zotero, você concorda em aderir a seus">
|
||||
<!ENTITY zotero.preferences.sync.fileSyncing.tos2 "termos e condições">
|
||||
<!ENTITY zotero.preferences.sync.librariesToSync "Bibliotecas para sincronizar">
|
||||
|
@ -80,12 +80,12 @@
|
|||
<!ENTITY zotero.preferences.sync.reset.warning3 "para maiores informações.">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetDataSyncHistory "Redefinir o histórico de sincronização de dados">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetDataSyncHistory.desc "Mesclar os dados locais e remotos, ignorando o histórico de sincronização">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreFromServer "Restore from Online Library">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreFromServer.desc "Overwrite local Zotero data with data from the online library.">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreToServer "Restore to Online Library">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreToServer.desc "Overwrite online library with local Zotero data">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreFromServer "Restaurar da Biblioteca Online">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreFromServer.desc "Sobrescrever dados locais a partir das informações da biblioteca online.">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreToServer "Restaurar para a Biblioteca Online">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreToServer.desc "Sobrescrever biblioteca online a partir de informações locais de Zotero">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory "Reconfigurar o histórico de sincronização de arquivo">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory.desc "Compare all attachment files with the storage service">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory.desc "Comparar todos os arquivos de anexo com o serviço de armazenamento">
|
||||
<!ENTITY zotero.preferences.sync.reset "Reconfigurar">
|
||||
<!ENTITY zotero.preferences.sync.reset.button "Redefinir...">
|
||||
|
||||
|
@ -193,7 +193,7 @@
|
|||
<!ENTITY zotero.preferences.dataDir.useProfile "Usar o diretório do perfil">
|
||||
<!ENTITY zotero.preferences.dataDir.custom "Personalizar:">
|
||||
<!ENTITY zotero.preferences.dataDir.choose "Selecionar...">
|
||||
<!ENTITY zotero.preferences.dataDir.viaCommandLine "(specified via command line)">
|
||||
<!ENTITY zotero.preferences.dataDir.viaCommandLine "(especificado por linha de comando)">
|
||||
<!ENTITY zotero.preferences.dataDir.reveal "Exibir o diretório de dados">
|
||||
<!ENTITY zotero.preferences.dataDir.migrate "Migrar para a nova localização padrão...">
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
<!ENTITY debugOutputLogging.submit "Enviar a saída">
|
||||
<!ENTITY debugOutputLogging.view "Ver a saída">
|
||||
<!ENTITY debugOutputLogging.clear "Limpar a saída">
|
||||
<!ENTITY debugOutputLogging.restartWithLoggingEnabled "Restart with Logging Enabled…">
|
||||
<!ENTITY debugOutputLogging.restartWithLoggingEnabled "Reiniciar com o Registro Habilitado">
|
||||
|
||||
<!ENTITY helpCheckForUpdates.label "Buscar atualizações...">
|
||||
<!ENTITY helpCheckForUpdates.accesskey "U">
|
||||
|
|
|
@ -231,9 +231,9 @@
|
|||
<!ENTITY zotero.integration.prefs.bookmarks.label "Marcadores">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Os marcadores podem ser compartilhados entre o Word e o LibreOffice, mas podem causar erros caso sejam modificados acidentalmente e não podem ser inserido nas notas de rodapé.">
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatically update citations">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citations with pending updates will be highlighted in the document">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Disabling updates can speed up citation insertion in large documents. Click Refresh to update citations manually.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Atualizar citações automaticamente">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citações com atualizações pendentes serão destacadas no documento">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Desativar atualizações acelera a inserção de citação em documentos grandes. Clique em Refresh para atualizar citações manualmente.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Usar as abreviaturas de periódicos MEDLINE">
|
||||
|
|
|
@ -94,7 +94,7 @@ upgrade.nonupgradeableDB2=Para continuar, primeiro atualize o seu banco de dados
|
|||
|
||||
errorReport.reportError=Relatar erro...
|
||||
errorReport.reportErrors=Relatar erros...
|
||||
errorReport.reportInstructions=You can report this error by selecting "%S" from the Help menu.
|
||||
errorReport.reportInstructions=Relate esse problema selecionando "%S" no menu de ajuda.
|
||||
errorReport.followingReportWillBeSubmitted=O seguinte relatório será enviado:
|
||||
errorReport.noErrorsLogged=Nenhum erro foi registrado desde que %S foi iniciado.
|
||||
errorReport.advanceMessage=Pressione %S para enviar o relatório para os desenvolvedores do Zotero.
|
||||
|
@ -124,7 +124,7 @@ dataDir.databaseCannotBeOpened=The %S database cannot be opened.
|
|||
dataDir.checkPermissions=Make sure you have read and write permissions for all files in the %1$S data directory and that security software isn’t preventing %1$S from accessing that directory.
|
||||
dataDir.moveToDefaultLocation=You may be able to fix this problem by moving the data directory to the new default location in your home directory. %S will automatically detect the new location.
|
||||
dataDir.location=Data Directory: %S
|
||||
dataDir.notFound=The %S data directory could not be found.
|
||||
dataDir.notFound=As informações da pasta %S não foram encontradas.
|
||||
dataDir.notFound.defaultFound=The %S data directory could not be found at %S, but a data directory was found at %S. Use this directory instead?
|
||||
dataDir.useNewLocation=Use New Location
|
||||
dataDir.previousDir=Diretório anterior:
|
||||
|
@ -589,7 +589,7 @@ ingester.lookup.error=Ocorreu um erro durante a procura por esse item.
|
|||
|
||||
db.dbCorrupted=O banco de dados Zotero '%S' parece ter sido corrompido.
|
||||
db.dbCorrupted.restart=Por favor, reinicie o Firefox para tentar uma restauração automática a partir da última cópia de segurança.
|
||||
db.dbCorruptedNoBackup=The Zotero database '%S' appears to have become corrupted, and no automatic backup is available.\n\nA new database has been created. The damaged file was saved to your Zotero data directory.
|
||||
db.dbCorruptedNoBackup=O banco de dados '% S' do Zotero parece estar corrompido e nenhum backup automático está disponível.\n\nUm novo banco de dados foi criado. Os arquivos corrompidos foram salvos na pasta de dados do Zotero.
|
||||
db.dbRestored=The Zotero database '%1$S' appears to have become corrupted.\n\nYour data was restored from the last automatic backup made on %2$S at %3$S. The damaged file was saved to your Zotero data directory.
|
||||
db.dbRestoreFailed=The Zotero database '%S' appears to have become corrupted, and an attempt to restore from the last automatic backup failed.\n\nA new database has been created. The damaged file was saved to your Zotero data directory.
|
||||
|
||||
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Escolha essa versão
|
|||
|
||||
sync.status.notYetSynced=Ainda não sincronizado
|
||||
sync.status.lastSync=Última sincronização:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Contatando o servidor de sincronização
|
||||
sync.status.gettingUpdatedData=Obtendo dados atualizados do servidor de sincronização
|
||||
sync.status.processingUpdatedData=Processando dados atualizados
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<!ENTITY zotero.preferences.sync.reset.restoreToServer "Restaurar para a Biblioteca em Linha">
|
||||
<!ENTITY zotero.preferences.sync.reset.restoreToServer.desc "Sobrepor a biblioteca em linha com os dados locais do Zotero">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory "Reiniciar o Histórico de Sincronização de Arquivos">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory.desc "Comparar todos os ficheiros de anexo com o serviço de armazenamento">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory.desc "Comparar todos os ficheiros anexos com o serviço de armazenamento">
|
||||
<!ENTITY zotero.preferences.sync.reset "Restabelecer">
|
||||
<!ENTITY zotero.preferences.sync.reset.button "Repor…">
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
|||
<!ENTITY zotero.preferences.cite.wordProcessors.getPlugins.url "http://www.zotero.org/support/word_processor_plugin_installation_for_zotero_2.1">
|
||||
<!ENTITY zotero.preferences.cite.wordProcessors.useClassicAddCitationDialog "Usar a caixa de diálogo Adicionar Citação clássica">
|
||||
<!ENTITY zotero.preferences.styleEditor "Editor de Estilos">
|
||||
<!ENTITY zotero.preferences.stylePreview "Previsão de Estilos">
|
||||
<!ENTITY zotero.preferences.stylePreview "Antevisão de Estilos">
|
||||
|
||||
<!ENTITY zotero.preferences.cite.styles.styleManager "Gestor de Estilos">
|
||||
<!ENTITY zotero.preferences.cite.styles.styleManager.title "Título">
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<!ENTITY zotero.general.refresh "Recarregar">
|
||||
<!ENTITY zotero.general.saveAs "Guardar Como…">
|
||||
<!ENTITY zotero.general.advancedOptions.label "Opções Avançadas">
|
||||
<!ENTITY zotero.general.tools "Tools">
|
||||
<!ENTITY zotero.general.tools "Ferramentas">
|
||||
<!ENTITY zotero.general.more "Mais">
|
||||
<!ENTITY zotero.general.loading "Carregando…">
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
|||
<!ENTITY zotero.item.copyAsURL "Copiar como URL">
|
||||
<!ENTITY zotero.item.deletePermanently "Remover Permanentemente…">
|
||||
|
||||
<!ENTITY zotero.item.tags.removeAll "Remove All Tags…">
|
||||
<!ENTITY zotero.item.tags.removeAll "Remover Todas as Etiquetas…">
|
||||
|
||||
<!ENTITY zotero.toolbar.newNote "Nova Nota">
|
||||
<!ENTITY zotero.toolbar.note.standalone "Nova Nota Isolada">
|
||||
|
@ -158,7 +158,7 @@
|
|||
<!ENTITY zotero.tagSelector.loadingTags "Carregando etiquetas…">
|
||||
<!ENTITY zotero.tagSelector.showAutomatic "Mostrar Etiquetas Automáticas">
|
||||
<!ENTITY zotero.tagSelector.displayAllInLibrary "Mostrar Todas as Etiquetas Nesta Biblioteca">
|
||||
<!ENTITY zotero.tagSelector.deleteAutomaticInLibrary "Delete Automatic Tags in This Library…">
|
||||
<!ENTITY zotero.tagSelector.deleteAutomaticInLibrary "Remover Etiquetas Automáticas Nesta Biblioteca…">
|
||||
<!ENTITY zotero.tagSelector.clearAll "Desseleccionar Todas">
|
||||
<!ENTITY zotero.tagSelector.assignColor "Atribuir Cor...">
|
||||
<!ENTITY zotero.tagSelector.renameTag "Renomear a Etiqueta...">
|
||||
|
@ -231,9 +231,9 @@
|
|||
<!ENTITY zotero.integration.prefs.bookmarks.label "Marcadores">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Os marcadores podem ser partilhados entre o Word e o LibreOffice, mas podem causar erros se forem acidentalmente modificados e não podem ser inseridos em notas de rodapé.">
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatically update citations">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citations with pending updates will be highlighted in the document">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Disabling updates can speed up citation insertion in large documents. Click Refresh to update citations manually.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Actualizar citações automaticamente">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citações com actualizações pendentes serão destacadas no documento">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Desactivar actualizações pode acelerar a inserção de citações em documentos grandes. Clique em Refrescar para actualizar as citações manualmente.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Usar abreviaturas de publicações periódicas do MEDLINE">
|
||||
|
@ -244,7 +244,7 @@
|
|||
|
||||
<!ENTITY zotero.integration.references.label "Referências na Bibliografia">
|
||||
|
||||
<!ENTITY zotero.sync.stop "Stop Sync">
|
||||
<!ENTITY zotero.sync.stop "Parar Sincronização">
|
||||
<!ENTITY zotero.sync.error "Erro de Sincronização">
|
||||
<!ENTITY zotero.sync.storage.progress "Progresso:">
|
||||
<!ENTITY zotero.sync.storage.downloads "Descarregamentos:">
|
||||
|
|
|
@ -18,8 +18,8 @@ general.unknownErrorOccurred=Ocorreu um erro desconhecido.
|
|||
general.invalidResponseServer=Resposta do servidor inválida.
|
||||
general.tryAgainLater=Por favor volte a tentar dentro de alguns minutos.
|
||||
general.serverError=O servidor assinalou um erro. Por favor tente de novo.
|
||||
general.pleaseRestart=Please restart %S.
|
||||
general.pleaseRestartAndTryAgain=Please restart %S and try again.
|
||||
general.pleaseRestart=Por favor reinicie %S.
|
||||
general.pleaseRestartAndTryAgain=Por favor reinicie %S e tente novamente.
|
||||
general.checkForUpdate=Verificar Actualizações
|
||||
general.actionCannotBeUndone=Esta acção não pode ser desfeita.
|
||||
general.install=Instalar
|
||||
|
@ -94,7 +94,7 @@ upgrade.nonupgradeableDB2=Para continuar, actualize a sua base da dados usando p
|
|||
|
||||
errorReport.reportError=Reportar Erro...
|
||||
errorReport.reportErrors=Reportar Erros...
|
||||
errorReport.reportInstructions=You can report this error by selecting "%S" from the Help menu.
|
||||
errorReport.reportInstructions=Pode reportar este erro seleccionando "%S" no menu de Ajuda.
|
||||
errorReport.followingReportWillBeSubmitted=O seguinte relatório será submetido:
|
||||
errorReport.noErrorsLogged=Não foram registados erros desde o arranque de %S.
|
||||
errorReport.advanceMessage=Carregue em %S para enviar o relatório aos desenvolvedores do Zotero.
|
||||
|
@ -123,10 +123,10 @@ dataDir.checkDirWriteAccess=Make sure you have write access to this directory an
|
|||
dataDir.databaseCannotBeOpened=The %S database cannot be opened.
|
||||
dataDir.checkPermissions=Make sure you have read and write permissions for all files in the %1$S data directory and that security software isn’t preventing %1$S from accessing that directory.
|
||||
dataDir.moveToDefaultLocation=You may be able to fix this problem by moving the data directory to the new default location in your home directory. %S will automatically detect the new location.
|
||||
dataDir.location=Data Directory: %S
|
||||
dataDir.notFound=The %S data directory could not be found.
|
||||
dataDir.location=Pasta de Dados: %S
|
||||
dataDir.notFound=A pasta de dados %S não foi encontrada.
|
||||
dataDir.notFound.defaultFound=The %S data directory could not be found at %S, but a data directory was found at %S. Use this directory instead?
|
||||
dataDir.useNewLocation=Use New Location
|
||||
dataDir.useNewLocation=Usar Nova Localização
|
||||
dataDir.previousDir=Pasta anterior:
|
||||
dataDir.default=Por omissão (%S)
|
||||
dataDir.useDefaultLocation=Usar Localização por Omissão
|
||||
|
@ -147,7 +147,7 @@ dataDir.selectedDirEmpty.text=A pasta que seleccionou está vazia. Para mover um
|
|||
dataDir.selectedDirEmpty.useNewDir=Usar a nova pasta?
|
||||
dataDir.moveFilesToNewLocation=Assegure-se de que move os arquivos da sua pasta de dados Zotero existente para a nova localização antes de reabrir %1$S.
|
||||
dataDir.incompatibleDbVersion.title=Versão da Base de Dados Incompatível
|
||||
dataDir.incompatibleDbVersion.text=The selected data directory is too old to be used with this version of Zotero. Please first upgrade the data directory using Zotero 4.0 for Firefox or select a different directory.
|
||||
dataDir.incompatibleDbVersion.text=A pasta de dados seleccionada é demasiado antiga para ser usada com esta versão do Zotero. Actualize primeiro a pasta de dados usando o Zotero 4.0 para Firefox ou seleccione uma pasta diferente.
|
||||
dataDir.migration.inProgress=Migração da pasta de dados em progresso…
|
||||
dataDir.migration.failure.title=Erro na Migração da Pasta de Dados
|
||||
dataDir.migration.failure.partial.automatic.text=%1$S attempted to move your data directory to a new default location, but some files could not be transferred. Close any open attachment files and try again. You can also quit %2$S and attempt to move the remaining files manually.
|
||||
|
@ -215,7 +215,7 @@ pane.collections.trash=Lixo
|
|||
pane.collections.untitled=Sem título
|
||||
pane.collections.unfiled=Itens por Classificar
|
||||
pane.collections.duplicate=Itens duplicados
|
||||
pane.collections.removeLibrary=Remove Library
|
||||
pane.collections.removeLibrary=Remover Biblioteca
|
||||
pane.collections.removeLibrary.text=Are you sure you want to permanently remove “%S” from this computer?
|
||||
|
||||
pane.collections.menu.rename.collection=Alterar Nome da Colecção...
|
||||
|
@ -243,7 +243,7 @@ pane.tagSelector.rename.title=Alterar Nome de Etiqueta
|
|||
pane.tagSelector.rename.message=Por favor introduza um novo nome para esta etiqueta.\n\nA etiqueta será alterada em todos os itens associados.
|
||||
pane.tagSelector.delete.title=Remover Etiqueta
|
||||
pane.tagSelector.delete.message=Quer mesmo remover esta etiqueta?\n\nA etiqueta será removida de todos os itens.
|
||||
pane.tagSelector.deleteAutomatic.title=Delete Automatic Tags
|
||||
pane.tagSelector.deleteAutomatic.title=Remover Etiquetas Automáticas
|
||||
pane.tagSelector.deleteAutomatic.message=Are you sure you want to delete %1$S automatic tag in this library?;Are you sure you want to delete %1$S automatic tags in this library?
|
||||
pane.tagSelector.numSelected.none=0 etiquetas seleccionadas
|
||||
pane.tagSelector.numSelected.singular=%S etiqueta seleccionada
|
||||
|
@ -253,7 +253,7 @@ pane.tagSelector.maxColoredTags=Apenas %S etiquetas por cada biblioteca podem te
|
|||
tagColorChooser.numberKeyInstructions=Pode adicionar esta etiqueta aos itens seleccionados carregando na tecla $NUMBER do teclado.
|
||||
tagColorChooser.maxTags=Pode-se atribuir cores a até %S etiquetas por biblioteca.
|
||||
|
||||
pane.items.intro.text1=Welcome to %S!
|
||||
pane.items.intro.text1=Bem-vindo ao %S!
|
||||
pane.items.intro.text2=View the [Quick Start Guide] to learn how to begin building your library, and be sure to [install a %S] so you can add items to %S as you browse the web.
|
||||
pane.items.intro.text3=Already using %S on another computer? [Set up syncing] to pick up right where you left off.
|
||||
|
||||
|
@ -589,9 +589,9 @@ ingester.lookup.error=Ocorreu um erro ao localizar este item.
|
|||
|
||||
db.dbCorrupted=A base de dados '%S' parece estar corrompida.
|
||||
db.dbCorrupted.restart=Por favor reinicie o Firefox para que uma recuperação da última cópia de segurança seja tentada.
|
||||
db.dbCorruptedNoBackup=The Zotero database '%S' appears to have become corrupted, and no automatic backup is available.\n\nA new database has been created. The damaged file was saved to your Zotero data directory.
|
||||
db.dbRestored=The Zotero database '%1$S' appears to have become corrupted.\n\nYour data was restored from the last automatic backup made on %2$S at %3$S. The damaged file was saved to your Zotero data directory.
|
||||
db.dbRestoreFailed=The Zotero database '%S' appears to have become corrupted, and an attempt to restore from the last automatic backup failed.\n\nA new database has been created. The damaged file was saved to your Zotero data directory.
|
||||
db.dbCorruptedNoBackup=A base de dados Zotero '%S' parece ter ficado corrompida e não está disponível nenhuma cópia de segurança.\n\nFoi criada uma nova base de dados. O arquivo danificado foi guardado na sua pasta de dados Zotero.
|
||||
db.dbRestored=A base de dados Zotero '%1$S' parece ter ficado corrompida.\n\nOs seus dados foram recuperados a partir da última cópia de segurança, realizada em %2$S às %3$S. O arquivo danificado foi guardado na sua pasta de dados Zotero.
|
||||
db.dbRestoreFailed=A base de dados Zotero '%S' parece ter ficado corrompida e falhou a tentativa de recuperar os seus dados a partir da última cópia de segurança automática.\n\nFoi criada uma nova base de dados. O arquivo danificado foi guardado na sua pasta de dados Zotero.
|
||||
|
||||
db.integrityCheck.passed=Não foram encontrados erros na base de dados.
|
||||
db.integrityCheck.failed=Encontraram-se erros na base de dados do Zotero!
|
||||
|
@ -622,9 +622,9 @@ zotero.preferences.sync.reset.userInfoMissing=Tem de introduzir um nome de utili
|
|||
zotero.preferences.sync.reset.restoreFromServer=Todos os dados desta cópia do Zotero serão removidos e substituídos no servidor Zotero por dados pertencentes ao utilizador «%S».
|
||||
zotero.preferences.sync.reset.replaceLocalData=Substituir Dados Locais
|
||||
zotero.preferences.sync.reset.restartToComplete=O Firefox tem de ser reiniciado para completar o processo de reposição.
|
||||
zotero.preferences.sync.reset.restoreToServer=%1$S will replace data in “%2$S” on %3$S with data from this computer.
|
||||
zotero.preferences.sync.reset.restoreToServer=%1$S substituirá dados em “%2$S” no %3$S por dados deste computador.
|
||||
zotero.preferences.sync.reset.restoreToServer.button=Replace Data in Online Library
|
||||
zotero.preferences.sync.reset.fileSyncHistory=On the next sync, %1$S will check all attachment files in “%2$S” against the storage service. Any remote attachment files that are missing locally will be downloaded, and local attachment files missing remotely will be uploaded.\n\nThis option is not necessary during normal usage.
|
||||
zotero.preferences.sync.reset.fileSyncHistory=Durante a próxima sincronização, %1$S verificará todos os arquivos de anexo em “%2$S” comparando-os com os do serviço de armazenamento. Serão descarregados quaisquer arquivos de anexo que estejam em falta localmente e serão carregados quaisquer arquivos de anexo locais que estão em falta remotamente.\n\nEsta opção não é necessária durante a utilização normal.
|
||||
zotero.preferences.sync.reset.fileSyncHistory.cleared=The file sync history for “%S” has been cleared.
|
||||
|
||||
zotero.preferences.search.rebuildIndex=Reconstruir Índice
|
||||
|
@ -633,10 +633,10 @@ zotero.preferences.search.clearIndex=Limpar Índice
|
|||
zotero.preferences.search.clearWarning=Depois de limpar o índice, não será possível pesquisar no conteúdo dos anexos.\n\nAnexos do tipo ligação à Web não podem ser indexados de novo sem que a página seja revisitada. Para preservar os índices das páginas Web use %S.
|
||||
zotero.preferences.search.clearNonLinkedURLs=Limpar Tudo Excepto Ligações Web
|
||||
zotero.preferences.search.indexUnindexed=Indexar Itens Não Indexados
|
||||
zotero.preferences.export.quickCopy.citationStyles=Citation Styles
|
||||
zotero.preferences.export.quickCopy.citationStyles=Estilos de Citação
|
||||
zotero.preferences.export.quickCopy.exportFormats=Formatos de Exportação
|
||||
zotero.preferences.export.quickCopy.instructions=Quick Copy allows you to quickly export items in a given format. You can copy selected items to the clipboard by pressing %S or drag items directly into a text box in another program.
|
||||
zotero.preferences.export.quickCopy.citationInstructions=For citation styles, you can copy citations or footnotes by pressing %S or holding down Shift before dragging items.
|
||||
zotero.preferences.export.quickCopy.instructions=A Cópia Rápida permite-lhe exportar rapidamente itens num dado formato. Pode copiar para os recortes as referências seleccionadas pressionando %S, mas também pode arrastar directamente os itens para uma caixa de texto de um outro programa.
|
||||
zotero.preferences.export.quickCopy.citationInstructions=Para estilos de citação, pode copiar citações ou notas de rodapé pressionando %S ou pressionando Shift antes de arrastar itens.
|
||||
|
||||
zotero.preferences.wordProcessors.installationSuccess=A instalação teve sucesso.
|
||||
zotero.preferences.wordProcessors.installationError=A instalação não teve sucesso, pois ocorreu um erro. Por favor assegure-se de que o %1$S está fechado e depois reinicie %2$S.
|
||||
|
@ -660,7 +660,7 @@ zotero.preferences.advanced.migrateDataDir.title=Migrar Pasta de Dados
|
|||
zotero.preferences.advanced.migrateDataDir.directoryExists1=Já existe uma pasta em %S.
|
||||
zotero.preferences.advanced.migrateDataDir.directoryExists2=Por favor mova-a ou dê-lhe um novo nome e tente de novo.
|
||||
zotero.preferences.advanced.migrateDataDir.directoryWillBeMoved=Your %1$S data directory will be moved to %2$S.
|
||||
zotero.preferences.advanced.migrateDataDir.appMustBeRestarted=%S must be restarted to complete the migration.
|
||||
zotero.preferences.advanced.migrateDataDir.appMustBeRestarted=O %S tem de ser reiniciado para completar a migração.
|
||||
zotero.preferences.advanced.migrateDataDir.manualMigration=You can also quit %1$S and move your existing data directory to %2$S manually, which may be faster for larger data directories. %3$S will automatically detect the new location.
|
||||
|
||||
zotero.debugOutputLogging=Debug Output Logging
|
||||
|
@ -675,7 +675,7 @@ dragAndDrop.filesNotFound=Os seguintes arquivos não foram encontrados e, por is
|
|||
|
||||
fileInterface.importing=Importando…
|
||||
fileInterface.importComplete=Importação Completa
|
||||
fileInterface.itemsWereImported=%1$S item was imported;%1$S items were imported
|
||||
fileInterface.itemsWereImported=%1$S item foi importado;%1$S itens foram importados
|
||||
fileInterface.itemsExported=Exportando itens...
|
||||
fileInterface.import=Importar
|
||||
fileInterface.export=Exportar
|
||||
|
@ -693,7 +693,7 @@ fileInterface.exportError=Ocorreu um erro ao tentar exportar o arquivo seleccion
|
|||
fileInterface.importOPML=Importar Feeds a partir de OPML
|
||||
fileInterface.OPMLFeedFilter=Lista de Feeds OPML
|
||||
|
||||
quickCopy.copyAs=Copy as %S
|
||||
quickCopy.copyAs=Copiar como %S
|
||||
|
||||
quickSearch.mode.titleCreatorYear=Título, Criador, Ano
|
||||
quickSearch.mode.fieldsAndTags=Todos os Campos e Etiquetas
|
||||
|
@ -836,7 +836,7 @@ integration.error.deletePipe=Não foi possível inicializar o canal que o Zotero
|
|||
integration.error.invalidStyle=O estilo que seleccionou não parece ser válido. Se foi você que o criou, assegure-se por favor de que o validou tal como descrito em http://zotero.org/support/dev/citation_styles. Em alternativa pode escolher outro estilo.
|
||||
integration.error.fieldTypeMismatch=O Zotero não pode actualizar este documento porque ele foi criado numa aplicação de processamento de texto diferente, com uma codificação de campos incompatível. Para tornar um documento compatível tanto com o Word como com o LibreOffice, abra o documento no processador de texto no qual foi originalmente criado e alterne o tipo de campo para Marcadores nas Preferências de Documento Zotero.
|
||||
integration.error.styleMissing=The citation style used in this document is missing. Would you like to install it from %S?
|
||||
integration.error.styleNotFound=The citation style %S could not be found.
|
||||
integration.error.styleNotFound=O estilo de citação %S não pode ser encontrado.
|
||||
|
||||
integration.replace=Substituir este campo Zotero?
|
||||
integration.missingItem.single=Este item já não existe na sua base de dados Zotero. Deseja escolher um item para o substituir?
|
||||
|
@ -874,7 +874,7 @@ styles.abbreviations.missingInfo=O ficheiro de abreviaturas «%1$S» não especi
|
|||
|
||||
sync.sync=Sincronizar
|
||||
sync.syncWith=Sincronizar com %S
|
||||
sync.stopping=Stopping…
|
||||
sync.stopping=Parando…
|
||||
sync.cancel=Cancelar Sincronização
|
||||
sync.openSyncPreferences=Abrir Preferências de Sincronização...
|
||||
sync.resetGroupAndSync=Reiniciar Grupo e Sincronização
|
||||
|
@ -908,7 +908,7 @@ sync.error.emptyResponseServer=Resposta do servidor vazia.
|
|||
sync.error.invalidCharsFilename=O nome de arquivo '%S' contém caracteres inválidos.\n\nRenomeie o ficheiro e tente de novo. Se renomear o ficheiro através do SO, terá de o voltar a ligar ao Zotero.
|
||||
sync.error.apiKeyInvalid=%S não conseguiu autenticar a sua conta. Por favor introduza de novo os pormenores da sua conta.
|
||||
|
||||
account.unlinkWarning=Unlinking your account will prevent %S from syncing your data.
|
||||
account.unlinkWarning=Desligar a sua conta impedirá o %S de sincronizar os seus dados.
|
||||
account.unlinkWarning.removeData=Remover os meus dados %S deste computador
|
||||
account.unlinkWarning.button=Desligar Conta
|
||||
account.warning.emptyLibrary=You are about to sync the ‘%1$S’ account to an empty %2$S database. This could happen if you removed your previous database or if the location of your %2$S data directory changed.
|
||||
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Escolher esta versão
|
|||
|
||||
sync.status.notYetSynced=Por sincronizar
|
||||
sync.status.lastSync=Última sincronização:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Entrando no servidor de sincronização
|
||||
sync.status.gettingUpdatedData=Obtendo dados actualizados do servidor de sincronização
|
||||
sync.status.processingUpdatedData=Processando dados actualizados
|
||||
|
@ -1092,15 +1094,15 @@ locate.libraryLookup.label=Pesquisa na Biblioteca
|
|||
locate.libraryLookup.tooltip=Consultar este item usando o resolvedor Open URL seleccionado
|
||||
locate.manageLocateEngines=Manage Lookup Engines...
|
||||
|
||||
standalone.corruptInstallation=Your Zotero installation appears to be corrupted due to a failed auto-update. While Zotero may continue to function, to avoid potential bugs, please download the latest version of Zotero from https://www.zotero.org/download as soon as possible.
|
||||
standalone.corruptInstallation=A instalação do Zotero parece estar corrompida devido a uma auto-actualização falhada. Apesar de o Zotero poder continuar a funcionar, para evitar possíveis erros, por favor descarregue a última versão do Zotero a partir de https://www.zotero.org/download assim que possível.
|
||||
standalone.addonInstallationFailed.title=Instalação da Extensão Falhou
|
||||
standalone.addonInstallationFailed.body=The add-on "%S" could not be installed. It may be incompatible with this version of Zotero.
|
||||
standalone.addonInstallationFailed.body=O extra "%S" não pode ser instalado. Pode ser incompatível com esta versão do Zotero.
|
||||
standalone.rootWarning=You appear to be running Zotero as root. This is insecure and may prevent Zotero from functioning when launched from your user account.\n\nIf you wish to install an automatic update, modify the Zotero program directory to be writable by your user account.
|
||||
standalone.rootWarning.exit=Sair
|
||||
standalone.rootWarning.continue=Continuar
|
||||
standalone.updateMessage=Está disponível uma actualização recomendada mas não tem permissão para a instalar. Para actualizar automaticamente, modifique as permissões da pasta de programa do Zotero de modo a poder nela escrever a partir da sua conta de utilizador.
|
||||
|
||||
connector.name=%S Connector
|
||||
connector.name=Conector %S
|
||||
connector.error.title=Erro no Conector Zotero
|
||||
connector.standaloneOpen=Não foi possível aceder à sua base de dados, pois o Zotero Standalone está aberto. Por favor veja os seus itens nessa aplicação.
|
||||
connector.loadInProgress=O Zotero Autónomo foi lançado mas não está acessível. Se obteve um erro ao abrir o Zotero Autónomo, reinicie o Firefox.
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Alege această versiune
|
|||
|
||||
sync.status.notYetSynced=Încă nesincronizate
|
||||
sync.status.lastSync=Ultima sincronizare:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Autentificare la serverul de sincronizare
|
||||
sync.status.gettingUpdatedData=Obține datele actualizate de la serverul de sincronizare
|
||||
sync.status.processingUpdatedData=Procesează datele actualizate de la serverul de sincronizare
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!ENTITY zotero.version "версия">
|
||||
<!ENTITY zotero.whatsNew "What’s new">
|
||||
<!ENTITY zotero.whatsNew "Новое">
|
||||
<!ENTITY zotero.createdby "Авторы:">
|
||||
<!ENTITY zotero.director "Директор:">
|
||||
<!ENTITY zotero.directors "Руководители:">
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
<!ENTITY zotero.preferences.fontSize.notes "Размер шрифта заметок:">
|
||||
|
||||
<!ENTITY zotero.preferences.miscellaneous "Разное">
|
||||
<!ENTITY zotero.preferences.autoUpdate "Автоматически проверять на наличие обновленных трансляторов и стилей">
|
||||
<!ENTITY zotero.preferences.autoUpdate "Автоматически проверять на наличие обновленных импóртеров и стилей">
|
||||
<!ENTITY zotero.preferences.updateNow "Обновить сейчас">
|
||||
<!ENTITY zotero.preferences.reportTranslationFailure "Сообщить о неработающих трансляторах сайта">
|
||||
<!ENTITY zotero.preferences.reportTranslationFailure "Сообщить о неработающих импóртерах сайта">
|
||||
<!ENTITY zotero.preferences.zoteroDotOrgVersionHeader "Разрешить zotero.org модифицировать содержание на основе текущей версии Zotero">
|
||||
<!ENTITY zotero.preferences.zoteroDotOrgVersionHeader.tooltip "Если включено, текущая версия Zotero будет добавляться к HTTP запросам на zotero.org.">
|
||||
<!ENTITY zotero.preferences.parseRISRefer "Использовать Zotero для загруженных файлов RIS/Refer">
|
||||
|
@ -87,7 +87,7 @@
|
|||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory "Сбросить историю синхронизации файлов">
|
||||
<!ENTITY zotero.preferences.sync.reset.resetFileSyncHistory.desc "Сравнить все связанные файлы с данными в хранилище">
|
||||
<!ENTITY zotero.preferences.sync.reset "Сбросить">
|
||||
<!ENTITY zotero.preferences.sync.reset.button "Сбросить настройки…">
|
||||
<!ENTITY zotero.preferences.sync.reset.button "Сбросить…">
|
||||
|
||||
|
||||
<!ENTITY zotero.preferences.prefpane.search "Поиск">
|
||||
|
@ -205,8 +205,8 @@
|
|||
|
||||
<!ENTITY zotero.preferences.dbMaintenance "Поддержка БД">
|
||||
<!ENTITY zotero.preferences.dbMaintenance.integrityCheck "Проверить целостность БД">
|
||||
<!ENTITY zotero.preferences.dbMaintenance.resetTranslatorsAndStyles "Сбросить настройки конвертеров и стилей…">
|
||||
<!ENTITY zotero.preferences.dbMaintenance.resetTranslators "Сбросить настройки конвертеров…">
|
||||
<!ENTITY zotero.preferences.dbMaintenance.resetTranslatorsAndStyles "Сбросить настройки импóртеров и стилей…">
|
||||
<!ENTITY zotero.preferences.dbMaintenance.resetTranslators "Сбросить настройки импóртеров…">
|
||||
<!ENTITY zotero.preferences.dbMaintenance.resetStyles "Сбросить настройки стилей…">
|
||||
|
||||
<!ENTITY zotero.preferences.configEditor "Редактор конфигурации">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!ENTITY zotero.search.name "Название">
|
||||
<!ENTITY zotero.search.name "Название:">
|
||||
|
||||
<!ENTITY zotero.search.searchInLibrary "Искать в библиотеке:">
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<!ENTITY zotero.toolbar.removeItem.label "Удалить документ">
|
||||
<!ENTITY zotero.toolbar.newLibrary.label "Новая библиотека">
|
||||
<!ENTITY zotero.toolbar.newCollection.label "Новая подборка…">
|
||||
<!ENTITY zotero.toolbar.markFeedRead.label "Mark Feed as Read">
|
||||
<!ENTITY zotero.toolbar.markFeedRead.label "Пометить все новости прочитанными">
|
||||
<!ENTITY zotero.toolbar.newGroup "Новая группа…">
|
||||
<!ENTITY zotero.toolbar.newSubcollection.label "Новая субподборка…">
|
||||
<!ENTITY zotero.toolbar.newSavedSearch.label "Новый отбор…">
|
||||
|
@ -124,26 +124,26 @@
|
|||
<!ENTITY zotero.toolbar.about.label "О Zotero">
|
||||
<!ENTITY zotero.toolbar.advancedSearch "Расширенный поиск">
|
||||
<!ENTITY zotero.toolbar.openURL.label "Найти">
|
||||
<!ENTITY zotero.toolbar.openURL.tooltip "Найти через местную библиотеку">
|
||||
<!ENTITY zotero.toolbar.openURL.tooltip "Найти в библиотеке на этом компьютере">
|
||||
|
||||
<!ENTITY zotero.toolbar.feeds.new "New Feed">
|
||||
<!ENTITY zotero.toolbar.feeds.new.fromURL "From URL…">
|
||||
<!ENTITY zotero.toolbar.feeds.new.fromPage "From Page…">
|
||||
<!ENTITY zotero.toolbar.feeds.new.fromOPML "From OPML…">
|
||||
<!ENTITY zotero.toolbar.feeds.refresh "Refresh Feed">
|
||||
<!ENTITY zotero.toolbar.feeds.edit "Edit Feed…">
|
||||
<!ENTITY zotero.toolbar.feeds.new "Добавить новостную ленту">
|
||||
<!ENTITY zotero.toolbar.feeds.new.fromURL "Из URL…">
|
||||
<!ENTITY zotero.toolbar.feeds.new.fromPage "Со странцы…">
|
||||
<!ENTITY zotero.toolbar.feeds.new.fromOPML "Из OPML…">
|
||||
<!ENTITY zotero.toolbar.feeds.refresh "Обновить новостную ленту">
|
||||
<!ENTITY zotero.toolbar.feeds.edit "Редактировать новостную ленту…">
|
||||
|
||||
<!ENTITY zotero.item.add "Добавить">
|
||||
<!ENTITY zotero.item.attachment.file.show "Показать файл">
|
||||
<!ENTITY zotero.item.textTransform "Трансформировать Текст">
|
||||
<!ENTITY zotero.item.textTransform.titlecase "Каждое Слово с Заглавной">
|
||||
<!ENTITY zotero.item.textTransform.sentencecase "Как в предложении">
|
||||
<!ENTITY zotero.item.creatorTransform.nameSwap "Swap First/Last Names">
|
||||
<!ENTITY zotero.item.viewOnline "View Online">
|
||||
<!ENTITY zotero.item.copyAsURL "Copy as URL">
|
||||
<!ENTITY zotero.item.deletePermanently "Delete Permanently…">
|
||||
<!ENTITY zotero.item.creatorTransform.nameSwap "Поменять местами имя и фамилию">
|
||||
<!ENTITY zotero.item.viewOnline "Просмотреть он-лайн">
|
||||
<!ENTITY zotero.item.copyAsURL "Скопировать в виде URL">
|
||||
<!ENTITY zotero.item.deletePermanently "Удалить навсегда…">
|
||||
|
||||
<!ENTITY zotero.item.tags.removeAll "Remove All Tags…">
|
||||
<!ENTITY zotero.item.tags.removeAll "Удалить все тэги…">
|
||||
|
||||
<!ENTITY zotero.toolbar.newNote "Новая заметка">
|
||||
<!ENTITY zotero.toolbar.note.standalone "Новая отдельная заметка">
|
||||
|
@ -158,7 +158,7 @@
|
|||
<!ENTITY zotero.tagSelector.loadingTags "Загрузка тэгов...">
|
||||
<!ENTITY zotero.tagSelector.showAutomatic "Показывать автоматически">
|
||||
<!ENTITY zotero.tagSelector.displayAllInLibrary "Показать все теги в библиотеке">
|
||||
<!ENTITY zotero.tagSelector.deleteAutomaticInLibrary "Delete Automatic Tags in This Library…">
|
||||
<!ENTITY zotero.tagSelector.deleteAutomaticInLibrary "Автоматически удалить тэги в этой библиотеке…">
|
||||
<!ENTITY zotero.tagSelector.clearAll "Отменить выбор">
|
||||
<!ENTITY zotero.tagSelector.assignColor "Назначить цвет…">
|
||||
<!ENTITY zotero.tagSelector.renameTag "Переименовать тег…">
|
||||
|
@ -180,7 +180,7 @@
|
|||
|
||||
<!ENTITY zotero.bibliography.title "Создать библиографию">
|
||||
<!ENTITY zotero.bibliography.style.label "Стиль цитирования:">
|
||||
<!ENTITY zotero.bibliography.manageStyles "Manage Styles…">
|
||||
<!ENTITY zotero.bibliography.manageStyles "Управление стилями…">
|
||||
<!ENTITY zotero.bibliography.locale.label "Язык:">
|
||||
<!ENTITY zotero.bibliography.outputMode "Режим вывода:">
|
||||
<!ENTITY zotero.bibliography.bibliography "Библиография">
|
||||
|
@ -199,7 +199,7 @@
|
|||
|
||||
<!ENTITY zotero.exportOptions.title "Экспорт…">
|
||||
<!ENTITY zotero.exportOptions.format.label "Формат:">
|
||||
<!ENTITY zotero.exportOptions.translatorOptions.label "Настройки транслятора:">
|
||||
<!ENTITY zotero.exportOptions.translatorOptions.label "Настройки преобразователя:">
|
||||
|
||||
<!ENTITY zotero.charset.label "Кодировка символов">
|
||||
<!ENTITY zotero.moreEncodings.label "Ещё кодировки">
|
||||
|
@ -229,15 +229,15 @@
|
|||
|
||||
<!ENTITY zotero.integration.prefs.formatUsing.label "Сохранить цитаты как:">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.label "Закладки">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Bookmarks can be shared between Word and LibreOffice, but may cause errors if accidentally modified and cannot be inserted into footnotes.">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Механизм закладок будет работать и в Word, и в LibreOffice, но может вызывать внезапные ошибки, также он не позволяет использовать ссылки в сносках.">
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatically update citations">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citations with pending updates will be highlighted in the document">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Disabling updates can speed up citation insertion in large documents. Click Refresh to update citations manually.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Автоматически обновлять ссылки и библиографии">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Ссылки, ожидающие обновления, будут выделены в документе">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Отключение обновления библиографии может ускорить вставку новых ссылок в больше документы. Нажимайте «Обновить», чтобы делать это вручную.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Use MEDLINE journal abbreviations">
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.caption "The “Journal Abbr” field will be ignored.">
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Использовать аббревиатуры журналов по MEDLINE">
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.caption "Поле «Journal Abbr» будет проигнорировано.">
|
||||
|
||||
<!ENTITY zotero.integration.showEditor.label "Показать редактор">
|
||||
<!ENTITY zotero.integration.classicView.label "Классический вид">
|
||||
|
@ -270,15 +270,15 @@
|
|||
<!ENTITY zotero.proxy.recognized.disable.label "Не перенаправлять автоматически запросы через ранее определённые прокси">
|
||||
<!ENTITY zotero.proxy.recognized.ignore.label "Игнорировать">
|
||||
|
||||
<!ENTITY zotero.feedSettings.title "Feed Settings">
|
||||
<!ENTITY zotero.feedSettings.title "Настройки новостных лент">
|
||||
<!ENTITY zotero.feedSettings.saveButton.label "Сохранить:">
|
||||
<!ENTITY zotero.feedSettings.url.label "URL:">
|
||||
<!ENTITY zotero.feedSettings.title.label "Заголовок:">
|
||||
<!ENTITY zotero.feedSettings.refresh.label1 "Update feed every">
|
||||
<!ENTITY zotero.feedSettings.refresh.label1 "Обновлять каждые">
|
||||
<!ENTITY zotero.feedSettings.refresh.label2 "час(-а)">
|
||||
<!ENTITY zotero.feedSettings.cleanupUnreadAfter.label1 "Remove unread feed items after">
|
||||
<!ENTITY zotero.feedSettings.cleanupUnreadAfter.label1 "Удалять непрочтённые записи старше">
|
||||
<!ENTITY zotero.feedSettings.cleanupUnreadAfter.label2 "дня(-ей)">
|
||||
<!ENTITY zotero.feedSettings.cleanupReadAfter.label1 "Remove read feed items after">
|
||||
<!ENTITY zotero.feedSettings.cleanupReadAfter.label1 "Удалять прочтённые записи старше">
|
||||
<!ENTITY zotero.feedSettings.cleanupReadAfter.label2 "дня(-ей)">
|
||||
|
||||
|
||||
|
@ -315,6 +315,6 @@
|
|||
<!ENTITY zotero.downloadManager.label "Сохранить в Zotero">
|
||||
<!ENTITY zotero.downloadManager.saveToLibrary.description "Вложения не могут быть сохранены в текущую выбранную библиотеку. Вместо этого данный элемент будет сохранен в вашей библиотеке.">
|
||||
|
||||
<!ENTITY zotero.attachLink.title "Attach Link to URI">
|
||||
<!ENTITY zotero.attachLink.label.link "Link:">
|
||||
<!ENTITY zotero.attachLink.title "Прикрепить ссылку на URI">
|
||||
<!ENTITY zotero.attachLink.label.link "Ссылка:">
|
||||
<!ENTITY zotero.attachLink.label.title "Заголовок:">
|
||||
|
|
|
@ -438,7 +438,7 @@ itemFields.DOI=ЦИО/DOI
|
|||
itemFields.accessDate=Дата доступа
|
||||
itemFields.seriesTitle=Название серии
|
||||
itemFields.seriesText=Текст серии
|
||||
itemFields.seriesNumber=Номер серии
|
||||
itemFields.seriesNumber=Номер в серии
|
||||
itemFields.institution=Учреждение
|
||||
itemFields.reportType=Тип отчета
|
||||
itemFields.code=Кодекс/сборник
|
||||
|
@ -457,14 +457,14 @@ itemFields.references=Ссылки
|
|||
itemFields.legalStatus=Правовой статус
|
||||
itemFields.codeNumber=Том кодекса
|
||||
itemFields.artworkMedium=Худож. средство
|
||||
itemFields.number=Количество
|
||||
itemFields.number=Номер
|
||||
itemFields.artworkSize=Размер работы
|
||||
itemFields.libraryCatalog=Библ. каталог
|
||||
itemFields.videoRecordingFormat=Формат
|
||||
itemFields.interviewMedium=Средство
|
||||
itemFields.letterType=Тип
|
||||
itemFields.manuscriptType=Тип
|
||||
itemFields.mapType=Тип
|
||||
itemFields.letterType=Тип письма
|
||||
itemFields.manuscriptType=Тип рукописи
|
||||
itemFields.mapType=Тип карты
|
||||
itemFields.scale=Масштаб
|
||||
itemFields.thesisType=Тип
|
||||
itemFields.websiteType=Тип веб-сайта
|
||||
|
@ -477,7 +477,7 @@ itemFields.runningTime=Продолжит.
|
|||
itemFields.network=Сеть
|
||||
itemFields.postType=Тип сообщения
|
||||
itemFields.audioFileType=Тип файла
|
||||
itemFields.versionNumber=Версия:
|
||||
itemFields.versionNumber=Версия
|
||||
itemFields.system=Система
|
||||
itemFields.company=Компания
|
||||
itemFields.conferenceName=Назв. конфер.
|
||||
|
@ -573,7 +573,7 @@ ingester.scrapingTo=Сохранение в
|
|||
ingester.scrapeComplete=Документ сохранен
|
||||
ingester.scrapeError=Не получилось сохранить документ
|
||||
ingester.scrapeErrorDescription=Произошла ошибка при сохранении этого документа. Смотрите %S для дополнительной информации.
|
||||
ingester.scrapeErrorDescription.linkText=Устранение проблем с преобразователем
|
||||
ingester.scrapeErrorDescription.linkText=Устранение проблем с импóртером
|
||||
ingester.scrapeErrorDescription.previousError=Процесс сохранения не завершен из-за предыдущей ошибки Zotero.
|
||||
|
||||
ingester.importReferRISDialog.title=Импортирование RIS/Refer в Zotero
|
||||
|
@ -650,10 +650,10 @@ zotero.preferences.wordProcessors.incompatibleVersions2=%1$S %2$S требует
|
|||
|
||||
zotero.preferences.styles.addStyle=Добавить стиль
|
||||
|
||||
zotero.preferences.advanced.resetTranslatorsAndStyles=Обнулить трансляторы и стили
|
||||
zotero.preferences.advanced.resetTranslatorsAndStyles.changesLost=Любые новые или измененные трансляторы или стили будут утеряны.
|
||||
zotero.preferences.advanced.resetTranslators=Обнулить трансляторы
|
||||
zotero.preferences.advanced.resetTranslators.changesLost=Любые новые или измененные трансляторы будут утеряны.
|
||||
zotero.preferences.advanced.resetTranslatorsAndStyles=Обнулить импóртеры и стили
|
||||
zotero.preferences.advanced.resetTranslatorsAndStyles.changesLost=Любые новые или измененные импóртеры или стили будут утеряны.
|
||||
zotero.preferences.advanced.resetTranslators=Обнулить импóртеры
|
||||
zotero.preferences.advanced.resetTranslators.changesLost=Любые новые или измененные импóртеры будут утеряны.
|
||||
zotero.preferences.advanced.resetStyles=Обнулить стили
|
||||
zotero.preferences.advanced.resetStyles.changesLost=Любые новые или измененные стили будут утеряны.
|
||||
zotero.preferences.advanced.migrateDataDir.title=Перенести каталог данных
|
||||
|
@ -852,10 +852,10 @@ integration.corruptBibliography.description=Все документы, цити
|
|||
integration.citationChanged=Вы изменили эту цитату с того момента, как Zotero сгенерировал её. Хотите сохранить изменения и заблокировать будущие изменения?
|
||||
integration.citationChanged.description=Нажав "Да", вы включите блокировку изменений этой цитаты, если захотите добавить дополнительные цитаты, сменить стили или изменить ссылку. \nНажав "Нет", вы удалите свои изменения.
|
||||
integration.citationChanged.edit=Вы изменили эту цитату с того момента, как Zotero сгенерировал её. Редактирование удалит внесённые вами изменения. Хотите продолжить?
|
||||
integration.delayCitationUpdates.alert.text1=Updating citations in this document is taking a long time. Would you like to disable automatic citation updates?
|
||||
integration.delayCitationUpdates.alert.text2=You will need to click Refresh in the Zotero plugin when you are done inserting citations.
|
||||
integration.delayCitationUpdates.alert.text3=You can change this setting later in the document preferences.
|
||||
integration.delayCitationUpdates.bibliography=Automatic citation updates are disabled. To see the bibliography, click Refresh in the Zotero plugin.
|
||||
integration.delayCitationUpdates.alert.text1=Обновление ссылок и библиографии в этом документе было длительным. Хотите отключить автоматическое перестроение библиографии?
|
||||
integration.delayCitationUpdates.alert.text2=Будет необходимо нажать «Обновить» на панели Zotero после расстановки ссылок.
|
||||
integration.delayCitationUpdates.alert.text3=Вы сможете изменить установки позже в настройках документа.
|
||||
integration.delayCitationUpdates.bibliography=Автоматическое обновление ссылок отключено. Чтобы построить библиографию нажмите «Обновить» на панели Zotero.
|
||||
|
||||
styles.install.title=Установить стиль
|
||||
styles.install.unexpectedError=Непредвиденная ошибка при установке "%1$S"
|
||||
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Выбрать эту версию
|
|||
|
||||
sync.status.notYetSynced=Ещё не синхронизировано
|
||||
sync.status.lastSync=Последняя синхронизация:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Регистрация на сервере синхронизации
|
||||
sync.status.gettingUpdatedData=Получение обновленных данных с сервера синхронизации
|
||||
sync.status.processingUpdatedData=Обработка обновленных данных
|
||||
|
@ -1105,7 +1107,7 @@ connector.error.title=Ошибка соединения Zotero
|
|||
connector.standaloneOpen=Ваша база данных недоступна, поскольку открыто Автономное Zotero. Пожалуйста, посмотрите ваши документы в Автономном Zotero.
|
||||
connector.loadInProgress=Автономная Zotero запущен, но к нему нет доступа. Если вы испытываете проблемы при запуске автономной Zotero перезапустите Firefox.
|
||||
|
||||
firstRunGuidance.authorMenu=Zotero также позволяет указывать редакторов и трансляторов. Вы можете превратить автора в редактора или в транслятора, сделав выбор в меню.
|
||||
firstRunGuidance.authorMenu=Zotero также позволяет указывать редакторов и переводчиков. Вы можете обозначить автора как редактора или переводчика, выбрав из меню.
|
||||
firstRunGuidance.quickFormat=Введите наименование или автора для поиска по ссылке.\n\nПосле выбора, нажмите на сноску или Ctrl-↓ для добавления номеров страниц, префиксов или суффиксов. Также можно включить номер страницы в условия поиска, чтобы сразу его добавить.\n\n\Цитаты можно редактировать в самом документе, открытом в редакторе.
|
||||
firstRunGuidance.quickFormatMac=Введите наименование или автора для поиска по ссылке.\n\nПосле выбора, нажмите на сноску или Cmd-↓ для добавления номеров страниц, префиксов или суффиксов. Также можно включить номер страницы в условия поиска, чтобы сразу его добавить.\n\n\Цитаты можно редактировать в самом документе, открытом в редакторе.
|
||||
firstRunGuidance.toolbarButton.new=Нажмите кнопку «Z» чтобы открыть Zotero, или используйте комбинацию клавиш%S.
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Zvoľte si túto verziu
|
|||
|
||||
sync.status.notYetSynced=Zatiaľ nesynchronizované
|
||||
sync.status.lastSync=Posledná synchronizácia:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Prihlasovanie na sychronizačných server
|
||||
sync.status.gettingUpdatedData=Získavanie aktualizovaných dát zo synchronizačného serveru
|
||||
sync.status.processingUpdatedData=Spracovávanie aktualizovaných dát
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Izberite to različico
|
|||
|
||||
sync.status.notYetSynced=Še ni usklajeno
|
||||
sync.status.lastSync=Zadnja uskladitev:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Prijavljanje v uskladitveni strežnik
|
||||
sync.status.gettingUpdatedData=Pridobivanje posodobljenih podatkov z uskladitvenega strežnika
|
||||
sync.status.processingUpdatedData=Obdelovanje posodobljenih podatkov
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -231,9 +231,9 @@
|
|||
<!ENTITY zotero.integration.prefs.bookmarks.label "Bokmärken">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Bokmärken kan delas mellan Word och LibreOffice, men kan orsaka fel om de ändras av misstag. De kan inte infogas i fotnoter.">
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatically update citations">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citations with pending updates will be highlighted in the document">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Disabling updates can speed up citation insertion in large documents. Click Refresh to update citations manually.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Uppdatera referenser automatiskt">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Referenser med väntande uppdateringar markeras i dokumentet">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Slå av uppdateringar för att snabba upp infogandet av referenser i stora dokument. Klicka på Uppdatera för att manuellt uppdatera referenserna.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Använd MEDLINE:s tidskriftsförkortningar">
|
||||
|
|
|
@ -852,10 +852,10 @@ integration.corruptBibliography.description=Alla källor som hänvisats till i t
|
|||
integration.citationChanged=Du har ändrat den här källhänvisningen sedan den skapades av Zotero. Vill du behålla dina ändringar och förhindra framtida uppdateringar?
|
||||
integration.citationChanged.description=Om du klickar "Ja" så förhindras Zotero att uppdatera denna referens om du lägger till fler källor, byter referensstil, eller ändrar refereringen. Om du klickar "Nej" tas dina tidigare ändringar bort.
|
||||
integration.citationChanged.edit=Du har ändrat den här källhänvisningen sedan den skapades av Zotero. Om du redigerar den tas dina ändringar bort. Vill du fortsätta?
|
||||
integration.delayCitationUpdates.alert.text1=Updating citations in this document is taking a long time. Would you like to disable automatic citation updates?
|
||||
integration.delayCitationUpdates.alert.text2=You will need to click Refresh in the Zotero plugin when you are done inserting citations.
|
||||
integration.delayCitationUpdates.alert.text3=You can change this setting later in the document preferences.
|
||||
integration.delayCitationUpdates.bibliography=Automatic citation updates are disabled. To see the bibliography, click Refresh in the Zotero plugin.
|
||||
integration.delayCitationUpdates.alert.text1=Det tar lång tid att uppdatera referenser i detta dokument. Vill du slå av automatisk uppdatering av referenser?
|
||||
integration.delayCitationUpdates.alert.text2=Du måste klicka på Uppdatera i Zotero tilläggsprogrammet när du är färdig med att infoga referenser.
|
||||
integration.delayCitationUpdates.alert.text3=Du kan ändra denna inställning senare i dokumentinställningar.
|
||||
integration.delayCitationUpdates.bibliography=Automatiska referensuppdateringar är avstängda. För att visa källförteckningen, klicka Uppdatera i Zotero tilläggsprogrammet.
|
||||
|
||||
styles.install.title=Installera stil
|
||||
styles.install.unexpectedError=Ett oväntat fel uppstod vid installation av "%1$S"
|
||||
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Välj denna version
|
|||
|
||||
sync.status.notYetSynced=Ännu inte synkroniserad
|
||||
sync.status.lastSync=Senaste synkronisering:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logga in på synkroniseringsservern
|
||||
sync.status.gettingUpdatedData=Hämta uppdaterad data från synkroniseringsservern
|
||||
sync.status.processingUpdatedData=Bearbetar uppdaterad data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=ยังไม่ได้เชื่อมประสาน
|
||||
sync.status.lastSync=เชื่อมประสานล่าสุด:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=กำลังบันทึกเข้าเครื่องบริการ
|
||||
sync.status.gettingUpdatedData=รับข้อมูลที่เป็นปัจจุบันจากเครื่องบริการ
|
||||
sync.status.processingUpdatedData=กำลังดำเนินการปรับปรุงข้อมูลจากเครื่องบริการ
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
<!ENTITY zotero.preferences.citationOptions.caption "Kaynakça Seçenekleri">
|
||||
<!ENTITY zotero.preferences.export.citePaperJournalArticleURL "Kaynakçalara makale URL'leri dahil edilsin">
|
||||
<!ENTITY zotero.preferences.export.citePaperJournalArticleURL.description "Bu seçenek iptal edildiğinde, bilimsel dergi, magazin ve gazete makaleleri kaynak gösterilirken eğer bir sayfa aralığı belirtilmezse Zotero URL'leri dahil eder.">
|
||||
<!ENTITY zotero.preferences.export.citePaperJournalArticleURL.description "Bu seçenek devre dışı bırakıldığında, Zotero, bilimsel dergi, magazin ve gazete makalelerine göndermelere URL'leri, yalnızca bir sayfa aralığı belirtilmediği halde ekleyecektir.">
|
||||
|
||||
<!ENTITY zotero.preferences.quickCopy.caption "Çabuk Kopyala">
|
||||
<!ENTITY zotero.preferences.quickCopy.defaultFormat "Varsayılan Biçim:">
|
||||
|
@ -116,7 +116,7 @@
|
|||
<!ENTITY zotero.preferences.quickCopy.siteEditor.domainPath.example "(ör. wikipedia.org)">
|
||||
<!ENTITY zotero.preferences.quickCopy.siteEditor.format "Biçim">
|
||||
<!ENTITY zotero.preferences.quickCopy.siteEditor.locale "Dil">
|
||||
<!ENTITY zotero.preferences.quickCopy.dragLimit "Bu kadardan daha fazla sürüklendiğinde Çabuk Kopyalamayı seçilemez kıl:">
|
||||
<!ENTITY zotero.preferences.quickCopy.dragLimit "Bu kadardan daha fazlası sürüklendiğinde Çabuk Kopyalamayı devre dışı bırak:">
|
||||
|
||||
<!ENTITY zotero.preferences.prefpane.cite "Gönderme Yapmak">
|
||||
<!ENTITY zotero.preferences.cite.styles "Stiller">
|
||||
|
@ -154,10 +154,10 @@
|
|||
<!ENTITY zotero.preferences.proxies.desc_before_link "Zotero, istekleri kayıtlı vekil sunucular aracılığı ile açık bir şekilde yönlendirecektir. Daha fazla bilgi için">
|
||||
<!ENTITY zotero.preferences.proxies.desc_link "vekil sunucu belgelerine">
|
||||
<!ENTITY zotero.preferences.proxies.desc_after_link "bakınız.">
|
||||
<!ENTITY zotero.preferences.proxies.transparent "Vekil sunucu kaynaklarını kendiliğinden hatırla">
|
||||
<!ENTITY zotero.preferences.proxies.transparent "Vekil sunucu yönlendirmelerini etkinleştir">
|
||||
<!ENTITY zotero.preferences.proxies.autoRecognize "Vekil sunuculu kaynakları kendiliğinden tanı">
|
||||
<!ENTITY zotero.preferences.proxies.showRedirectNotification "Bir vekil sunucu aracılığıyla yönlendirirken mesaj göster.">
|
||||
<!ENTITY zotero.preferences.proxies.disableByDomain "Etki alanı adı bunları içeriyorsa vekil sunucuya yönlendirme: ">
|
||||
<!ENTITY zotero.preferences.proxies.disableByDomain "Etki alanı adı bunları içeriyorsa vekil sunucuya yönlendirmeyi devre dışı bırak: ">
|
||||
<!ENTITY zotero.preferences.proxies.configured "Ayarlanmış Vekil Sunucular">
|
||||
<!ENTITY zotero.preferences.proxies.hostname "Ana Sunucu">
|
||||
<!ENTITY zotero.preferences.proxies.scheme "Düzen">
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
|
||||
<!ENTITY copyCitationCmd.label "Gönderme Kopyala">
|
||||
<!ENTITY copyBibliographyCmd.label "Bibliyografya Kopyala">
|
||||
<!ENTITY copyBibliographyCmd.label "Kaynakça Kopyala">
|
||||
|
||||
<!ENTITY bidiSwitchPageDirectionItem.label "Sayfa Yönünü Değiştir">
|
||||
<!ENTITY bidiSwitchPageDirectionItem.accesskey "g">
|
||||
|
|
|
@ -178,19 +178,19 @@
|
|||
<!ENTITY zotero.selectitems.cancel.label "İptal et">
|
||||
<!ENTITY zotero.selectitems.select.label "Tamam">
|
||||
|
||||
<!ENTITY zotero.bibliography.title "Bibliyografya Oluştur">
|
||||
<!ENTITY zotero.bibliography.title "Gönderme/Kaynakça Yarat">
|
||||
<!ENTITY zotero.bibliography.style.label "Gönderme Stili:">
|
||||
<!ENTITY zotero.bibliography.manageStyles "Stilleri Yönet...">
|
||||
<!ENTITY zotero.bibliography.locale.label "Dil:">
|
||||
<!ENTITY zotero.bibliography.outputMode "Çıktı Biçimi">
|
||||
<!ENTITY zotero.bibliography.bibliography "Bibliyografya">
|
||||
<!ENTITY zotero.bibliography.bibliography "Kaynakça">
|
||||
<!ENTITY zotero.bibliography.outputMethod "Çıktı Metodu:">
|
||||
<!ENTITY zotero.bibliography.saveAsRTF.label "RTF olarak Kaydet">
|
||||
<!ENTITY zotero.bibliography.saveAsRTF.label "RTF Olarak Kaydet">
|
||||
<!ENTITY zotero.bibliography.saveAsHTML.label "HTML olarak Kaydet">
|
||||
<!ENTITY zotero.bibliography.copyToClipboard.label "Panoya Kopyala">
|
||||
<!ENTITY zotero.bibliography.print.label "Yazdır">
|
||||
|
||||
<!ENTITY zotero.integration.docPrefs.title "Döküman Tercihleri">
|
||||
<!ENTITY zotero.integration.docPrefs.title "Belge Tercihleri">
|
||||
<!ENTITY zotero.integration.addEditCitation.title "Gönderme Ekle/Düzenle">
|
||||
<!ENTITY zotero.integration.editBibliography.title "Kaynakça Düzenle">
|
||||
<!ENTITY zotero.integration.quickFormatDialog.title "Çabuk Gönderme Biçimle">
|
||||
|
@ -229,11 +229,11 @@
|
|||
|
||||
<!ENTITY zotero.integration.prefs.formatUsing.label "Göndermeleri bu şekilde kaydet:">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.label "Yer imleri">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Yer imleri Word ve LibreOffice arasında paylaşılabilirler, ama yanlışlıkla değiştirilirlerse hatalara neden olabilirler ve dipnotlara eklenemezler.">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Yer imleri Word ve LibreOffice arasında paylaşılabilirler, ama yanlışlıkla değiştirilirlerse hatalara neden olabilirler ve dipnotlara konulamazlar.">
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Automatically update citations">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Citations with pending updates will be highlighted in the document">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Disabling updates can speed up citation insertion in large documents. Click Refresh to update citations manually.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.label "Göndermeleri otomatik olarak güncelle">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.tooltip "Bekleyen güncellemeleri olan göndermeler belgede vurgulanacaktırlar.">
|
||||
<!ENTITY zotero.integration.prefs.automaticCitationUpdates.description "Güncellemeleri devre dışı bırakmak, büyük belgelerde gönderme koymayı hızlandırabilir. Göndermeleri güncellemek için Yenile'ye tıklayınız.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "MEDLINE dergi kısaltmalarını kullan">
|
||||
|
@ -295,19 +295,19 @@
|
|||
<!ENTITY zotero.rtfScan.ambiguousCitations.label "Belirsiz Gönderme">
|
||||
<!ENTITY zotero.rtfScan.mappedCitations.label "Eşlenmiş Gönderme">
|
||||
<!ENTITY zotero.rtfScan.introPage.label "Giriş">
|
||||
<!ENTITY zotero.rtfScan.introPage.description "Zotero göndermeleri otomatik olarak çıkarabilir ve tekrar düzenleyerek RTF dosyası içine kaynakça olarak koyabilir. Başlamak için aşağıdan bir RTF dosyası seçiniz.">
|
||||
<!ENTITY zotero.rtfScan.introPage.description2 "Başlamak için bir RTF giriş dosyası ve altında bir çıkış dosyası seçiniz:">
|
||||
<!ENTITY zotero.rtfScan.introPage.description "Zotero, göndermeleri otomatik olarak ayıklayıp düzenleyebilir ve RTF dosyalarının içine kaynakça olarak koyabilir. RTF tarama özelliği, halen aşağıdaki biçimlendirme şekillerinde yaratılmış göndermeleri desteklemektedir:">
|
||||
<!ENTITY zotero.rtfScan.introPage.description2 "Başlamak için, aşağıdan bir RTF girdi dosyası ve bir çıktı dosyası seçiniz:">
|
||||
<!ENTITY zotero.rtfScan.scanPage.label "Göndermeler için Tarama">
|
||||
<!ENTITY zotero.rtfScan.scanPage.description "Zotero belgenizi gönderme bulmak için tarıyor. Lütfen bekleyiniz.">
|
||||
<!ENTITY zotero.rtfScan.scanPage.description "Zotero, belgenizi gönderme bulmak için tarıyor. Lütfen bekleyiniz.">
|
||||
<!ENTITY zotero.rtfScan.citationsPage.label "Göndermelerin Onaylanması">
|
||||
<!ENTITY zotero.rtfScan.citationsPage.description "Lütfen aşağıdaki listede tanınan göndermeleri Zotero'nun doğru olarak eşleştirip eşleştirmediğini gözden geçiriniz. Bir sonraki adıma geçmeden önce eşleşmemiş veya belirsiz alıntılar çözümlenmelidir.">
|
||||
<!ENTITY zotero.rtfScan.stylePage.label "Belge Biçimlendirme">
|
||||
<!ENTITY zotero.rtfScan.formatPage.label "Gönderme Biçimlendirme">
|
||||
<!ENTITY zotero.rtfScan.formatPage.description "Zotero RTF dosyanızı biçimlendiriyor. Lütfen bekleyiniz.">
|
||||
<!ENTITY zotero.rtfScan.completePage.label "RTF Tarama Tamamlandı">
|
||||
<!ENTITY zotero.rtfScan.completePage.description "Belgeniz tarandı ve işlendi. Lütfnen biçimlendirmenin doğruluğunu kontrol ediniz.">
|
||||
<!ENTITY zotero.rtfScan.inputFile.label "Giriş Dosyası">
|
||||
<!ENTITY zotero.rtfScan.outputFile.label "Çıkış Dosyası">
|
||||
<!ENTITY zotero.rtfScan.formatPage.description "Zotero, RTF dosyanızı işliyor ve biçimlendiriyor. Lütfen bekleyiniz.">
|
||||
<!ENTITY zotero.rtfScan.completePage.label "RTF Taraması Tamamlandı">
|
||||
<!ENTITY zotero.rtfScan.completePage.description "Belgenizin taranması ve işlenmesi tamamlandı. Lütfen biçimlendirmesinin doğruluğunu kontrol ediniz.">
|
||||
<!ENTITY zotero.rtfScan.inputFile.label "Girdi Dosyası">
|
||||
<!ENTITY zotero.rtfScan.outputFile.label "Çıktı Dosyası">
|
||||
|
||||
<!ENTITY zotero.file.choose.label "Dosya Seçiniz...">
|
||||
<!ENTITY zotero.file.noneSelected.label "Dosya seçilmedi">
|
||||
|
|
|
@ -10,7 +10,7 @@ general.restartRequired=Tekrar Başlatma Gerekiyor
|
|||
general.restartRequiredForChange=Değişikliğin etkili olabilmesi için %S yeniden başlatılmalıdır.
|
||||
general.restartRequiredForChanges=Değişikliklerin etkili olabilmesi için %S yeniden başlatılmalıdır.
|
||||
general.restartNow=Şimdi yeniden başlat
|
||||
general.restartLater=Sonra yeniden başlat.
|
||||
general.restartLater=Sonra yeniden başlat
|
||||
general.restartApp=Yeniden başlat %S
|
||||
general.quitApp=%S'dan Ayrıl
|
||||
general.errorHasOccurred=Bir hata meydana geldi.
|
||||
|
@ -229,9 +229,9 @@ pane.collections.menu.delete.feedAndItems=Beslemeye Olan Aboneliği İptal Et...
|
|||
pane.collections.menu.export.collection=Dermeyi Dışarı Aktar...
|
||||
pane.collections.menu.export.savedSearch=Kaydedilen Aramayı Dışarı Aktar...
|
||||
pane.collections.menu.export.feed=Beslemeyi Dışarı Aktar...
|
||||
pane.collections.menu.createBib.collection=Dermeden Bibliyografya Yarat...
|
||||
pane.collections.menu.createBib.savedSearch=Kaydedilmiş Aramadan Bibliyografya Yarat...
|
||||
pane.collections.menu.createBib.feed=Beslemeden Bibliyografya Yarat...
|
||||
pane.collections.menu.createBib.collection=Dermeden Kaynakça Yarat...
|
||||
pane.collections.menu.createBib.savedSearch=Kaydedilmiş Aramadan Kaynakça Yarat...
|
||||
pane.collections.menu.createBib.feed=Beslemeden Kaynakça Yarat...
|
||||
|
||||
pane.collections.menu.generateReport.collection=Dermeden Rapor Oluştur...
|
||||
pane.collections.menu.generateReport.savedSearch=Kaydedilen Aramadan Rapor Oluştur...
|
||||
|
@ -284,8 +284,8 @@ pane.items.menu.delete=Eseri Sil...
|
|||
pane.items.menu.delete.multiple=Eserleri Sil...
|
||||
pane.items.menu.export=Seçili Eseri Dışarı Aktar...
|
||||
pane.items.menu.export.multiple=Seçili Eserleri Dışarı Aktar...
|
||||
pane.items.menu.createBib=Seçili Eserden Bibliyografya Yarat...
|
||||
pane.items.menu.createBib.multiple=Seçili Eserlerden Bibliyografya Oluştur...
|
||||
pane.items.menu.createBib=Seçili Eserden Kaynakça Yarat...
|
||||
pane.items.menu.createBib.multiple=Seçili Eserlerden Kaynakça Yarat...
|
||||
pane.items.menu.generateReport=Seçili Eserden Rapor Oluştur...
|
||||
pane.items.menu.generateReport.multiple=Seçili Eserlerden Rapor Oluştur...
|
||||
pane.items.menu.reindexItem=Eseri Tekrar İndeksle
|
||||
|
@ -577,7 +577,7 @@ ingester.scrapeErrorDescription.linkText=Çevirmen Sorunlarını Giderme
|
|||
ingester.scrapeErrorDescription.previousError=Önceki Zotero hatasına göre kayıt işlemi başarısız oldu.
|
||||
|
||||
ingester.importReferRISDialog.title=Zotero RIS/Refer İçeri Aktarması
|
||||
ingester.importReferRISDialog.text="%1$S"dan Zotero'ya eser aktarmak istiyor musunuz?\n\nOtomatik RIS/Refer içeri aktarmalarını Zotero Tercihlerinden etkisizleştirebilirsiniz.
|
||||
ingester.importReferRISDialog.text="%1$S"dan Zotero'ya eser aktarmak istiyor musunuz?\n\nOtomatik RIS/Refer içeri aktarmalarını Zotero Tercihlerinden devre dışı bırakabilirsiniz.
|
||||
ingester.importReferRISDialog.checkMsg=Bu site için hep izin ver
|
||||
|
||||
ingester.importFile.title=Dosyayı İçeri Aktar
|
||||
|
@ -668,7 +668,7 @@ zotero.debugOutputLogging.linesLogged=%1$S satır kaydedildi;%1$S satır kaydedi
|
|||
zotero.debugOutputLogging.dialog.title=Hata Ayıklama Çıktısı Gönderildi
|
||||
zotero.debugOutputLogging.dialog.sent=Hata ayıklama çıktısı %S'e gönderildi.\n\nHata Ayıklama kimliği D%S.
|
||||
zotero.debugOutputLogging.dialog.error=Hata ayıklama çıktısı gönderirken bir hata oluştu.
|
||||
zotero.debugOutputLogging.enabledAfterRestart=\nHata ayıklama çıktısının kaydı, %S yeniden başladıktan sonra etkinleştirilecektir.
|
||||
zotero.debugOutputLogging.enabledAfterRestart=Hata ayıklama çıktısının kaydı, %S yeniden başladıktan sonra etkinleştirilecektir.
|
||||
|
||||
dragAndDrop.existingFiles=Aşağıdaki dosyalar hedef dizinde zaten varlar ve kopyalanmadılar:
|
||||
dragAndDrop.filesNotFound=Aşağıdaki dosyalar bulunamadı ve kopyalanamaz:
|
||||
|
@ -683,12 +683,12 @@ fileInterface.exportedItems=Dışarı aktarılan eserler
|
|||
fileInterface.imported=İçeri aktarıldı
|
||||
fileInterface.unsupportedFormat=Seçilen dosya desteklenen bir dosya biçiminde değil.
|
||||
fileInterface.viewSupportedFormats=Desteklenen Biçimleri Gör...
|
||||
fileInterface.untitledBibliography=Başlıksız Bibliyografya
|
||||
fileInterface.bibliographyHTMLTitle=Bibliyografya
|
||||
fileInterface.untitledBibliography=Başlıksız Kaynakça
|
||||
fileInterface.bibliographyHTMLTitle=Kaynakça
|
||||
fileInterface.importError=Seçilen dosyayı içeri aktarırken bir hata oluştu. Lütfen dosyanın doğruluğunu kontrol ediniz ve tekrar deneyiniz.
|
||||
fileInterface.importClipboardNoDataError=Panodan içeri aktarılabilir hiçbir veri yok.
|
||||
fileInterface.noReferencesError=Seçtiğiniz eserler hiçbir gönderme içermiyor. Lütfen bir veya daha fazla gönderme seçiniz ve tekrar deneyiniz.
|
||||
fileInterface.bibliographyGenerationError=Bibliyografyanızı oluştururken bir hata oluştu. Lütfen tekrar deneyiniz.
|
||||
fileInterface.bibliographyGenerationError=Kaynakçanızı oluştururken bir hata oldu. Lütfen tekrar deneyiniz.
|
||||
fileInterface.exportError=Seçili dosyayı dışarı aktarırken bir hata oluştu.
|
||||
fileInterface.importOPML=Beslemeleri OPML'den İçeri Aktarın
|
||||
fileInterface.OPMLFeedFilter=OPML Besleme Listesi
|
||||
|
@ -823,13 +823,13 @@ integration.emptyCitationWarning.body=Mevcut seçili stiliniz belirttiğiniz gö
|
|||
integration.openInLibrary=%S'da Aç
|
||||
|
||||
integration.error.incompatibleVersion=Zotero'nun bu sürümünün kelime işlemci eklentisi ($INTEGRATION_VERSION) Zotero'un şu anki kurulu sürümün firefox eklentisi (%1$S) ile uyumlu değildir. Lütfen her iki bileşenin de en son sürümünü kullandığınızdan emin olunuz.
|
||||
integration.error.incompatibleVersion2=Zotero %1$S %2$S %3$S'i gerektirmektedir. Lütfen, %2$S'in en son sürümünü zotero.org adresinden indiriniz.
|
||||
integration.error.incompatibleVersion2=Zotero %1$S, %2$S %3$S'i ve sonrasındakileri gerektirmektedir. Lütfen, %2$S'in en son sürümünü zotero.org adresinden indiriniz.
|
||||
integration.error.title=Zotero Birleştirme Hatası
|
||||
integration.error.notInstalled=Firefox kelime işlemciniz ile bağlantı için gerekli bileşeni yükleyemiyor. Lütfen uygun Firefox eklentisinin kurulu olduğundan emin olunuz ve tekrar deneyiniz.
|
||||
integration.error.generic=Zotero belgenizi güncellerken bir hata ile karşılaştı.
|
||||
integration.error.mustInsertCitation=Bu işlemi gerçekleştirmeden önce bir gönderme girmelisiniz.
|
||||
integration.error.mustInsertBibliography=Bu işlemi gerçekleştirmeden önce bir kaynakça girmelisiniz.
|
||||
integration.error.cannotInsertHere=Zotero alanları buraya girilemez.
|
||||
integration.error.mustInsertCitation=Bu işlemi gerçekleştirmeden önce bir gönderme koymalısınız.
|
||||
integration.error.mustInsertBibliography=Bu işlemi gerçekleştirmeden önce bir kaynakça koymalısınız.
|
||||
integration.error.cannotInsertHere=Zotero alanları buraya konulamaz.
|
||||
integration.error.notInCitation=Bir Zotero göndermesini düzeltmek için imleci içine koymalısınız.
|
||||
integration.error.noBibliography=Mevcut kaynakça biçimi bir kaynakçayı belirtmiyor. Eğer bir kaynakça eklemek istiyorsanız, lütfen başka bir biçim seçiniz.
|
||||
integration.error.deletePipe=Zotero'nun sözcük işlemcisi ile iletişim kurmasını sağlayan boru ilk kullanıma hazırlanamadı. Zotero'nun bu hatayı düzeltmeye çalışmasını ister misiniz? Şifreniz sorulacaktır.
|
||||
|
@ -843,7 +843,7 @@ integration.missingItem.single=Bu eser Zotero veritabanınızda artık mevcut de
|
|||
integration.missingItem.multiple=Zotero veritabanınızda, bu göndermedeki %1$S eser artık mevcut değil. Yerine başka bir eser seçmek ister misiniz?
|
||||
integration.missingItem.description="Hayır"ı tıklamak bu eseri içeren göndermelerin alan kodlarını silecek, gönderme metnini koruyacak, ama kaynakçanızdan silecektir.
|
||||
integration.removeCodesWarning=Alan kodlarının silinmesi Zotero'nun bu belgedeki göndermeleri ve kaynakçaları güncellemesini engelleyecektir. Devam etmek istediğinize emin misiniz?
|
||||
integration.upgradeWarning=Belgeniz, %S %S ve sonrası ile çalışabilmesi için kalıcı olarak yükseltilmelidir. İşlemi gerçekleştirmeden önce yedek almanız önerilir. Devam etmek istediğinize emin misiniz?
|
||||
integration.upgradeWarning=Belgeniz, %S %S ve sonrası ile çalışabilmesi için kalıcı olarak yükseltilmelidir. İşlemi gerçekleştirmeden önce bir yedek almanız önerilir. Devam etmek istediğinize emin misiniz?
|
||||
integration.error.newerDocumentVersion=Belgeniz şu an kurulu olan Zotero sürümünden (%2$S) daha yeni bir sürümle (%1$S) yaratılmış. Lütfen bu belgeyi değiştirmeden önce Zotero'yu yükseltiniz.
|
||||
integration.corruptField=Kitaplığınızdaki hangi eserde bu göndermenin temsil edildiğini Zotero'ya söyleyen bu göndermeye ilişkin Zotero alan kodu bozulmuştur. Eseri tekrar seçmek ister misiniz?
|
||||
integration.corruptField.description="Hayır"ı tıklamak bu eseri içeren göndermelerin alan kodlarını silecek, gönderme metnini koruyacak, ama bir olasılıkla kaynakçanızdan silecektir.
|
||||
|
@ -852,10 +852,10 @@ integration.corruptBibliography.description=Metinde alıntı yapılan tüm eserl
|
|||
integration.citationChanged=Bu göndermeyi Zotero oluşturduktan sonra değiştirmişsiniz. Değişikliklerinizi korumak ve gelecekteki güncellemeleri engellemek ister misiniz?
|
||||
integration.citationChanged.description="Evet"i tıklamak, yeni göndermeler eklemeniz, stil değiştirmeniz veya bu göndermenin kaynağını değiştirmeniz durumunda Zotero'nun göndermenizi güncellemesini engelleyecektir. "Hayır"ı tıklamak değişikliklerinizi silecektir.
|
||||
integration.citationChanged.edit=Bu göndermeyi Zotero oluşturduktan spnra değiştirmişsiniz. Yapılacak düzenlemeler tüm değişikliklerinizi yok edecektir. Devam etmek istiyor musunuz?
|
||||
integration.delayCitationUpdates.alert.text1=Updating citations in this document is taking a long time. Would you like to disable automatic citation updates?
|
||||
integration.delayCitationUpdates.alert.text2=You will need to click Refresh in the Zotero plugin when you are done inserting citations.
|
||||
integration.delayCitationUpdates.alert.text3=You can change this setting later in the document preferences.
|
||||
integration.delayCitationUpdates.bibliography=Automatic citation updates are disabled. To see the bibliography, click Refresh in the Zotero plugin.
|
||||
integration.delayCitationUpdates.alert.text1=Bu belgelerdeki göndermeleri güncelleme çok uzun sürmektedir. Otomatik gönderme güncellemelerini devre dışı bırakmak ister misiniz?
|
||||
integration.delayCitationUpdates.alert.text2=Gönderme koymayı bitirdiğinizde, Zotero eklentisindeki Yenile'ye tıklamanız gerekecektir.
|
||||
integration.delayCitationUpdates.alert.text3=Bu ayarı belge tercihlerinden istediğiniz zaman değiştirebilirsiniz.
|
||||
integration.delayCitationUpdates.bibliography=Otomatik gönderme güncellemeleri şu an devre dışı. Kaynakçayı görmek için Zotero eklentisindeki Yenile'ye tıklayınız.
|
||||
|
||||
styles.install.title=Stili Kur
|
||||
styles.install.unexpectedError="%1$S"'u kurarken beklenmedik bir hata oluştu.
|
||||
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Bu versiyonu seç
|
|||
|
||||
sync.status.notYetSynced=Henüz eşitlenmedi
|
||||
sync.status.lastSync=Son eşitleme:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Eşitleme sunucusuna oturum açılıyor
|
||||
sync.status.gettingUpdatedData=Eşitleme sunucusundan güncelleme verisi alınıyor
|
||||
sync.status.processingUpdatedData=Eşitleme sunucusundan güncellenen veriler işleniyor
|
||||
|
@ -1032,7 +1034,7 @@ proxies.error.scheme.invalid=Girilen vekil sunucu tablosu geçersiz; bu tüm ana
|
|||
proxies.notification.recognized.label=Zotero bu web sitesine bir vekil sunucusu ile ulaştığınızı algılamıştır. Bundan sonra, %1$S'ye erişim isteklerinizi %2$S aracılığıyla otomatik olarak yapmak ister misiniz?
|
||||
proxies.notification.associated.label=Zotero bu web sitesini daha önce tanımlanmış bir vekil sunucusu ile otomatik olarak ilişkilendirdi. Bundan sonra, %1$S'ye erişim istekleriniz %2$S'ye yönlendirilecektir.
|
||||
proxies.notification.redirected.label=Zotero, %1$S'ye erişim isteğinizi %2$S'deki vekil sunucusuna otomatik olarak yönlendirdi.
|
||||
proxies.notification.enable.button=Enable...
|
||||
proxies.notification.enable.button=Etkinleştir...
|
||||
proxies.notification.settings.button=Proxy Settings...
|
||||
proxies.recognized.message=Bu vekil sunucunun eklenmesi, Zotero'nun sunucunun sayfalarından gelen eserleri tanımasına ve gelecekteki istekleri otomatik olarak %2$S aracılığıyla %1$S'ye yönlendirmesine izin verecektir.
|
||||
proxies.recognized.add=Vekil Sunucu Ekle
|
||||
|
@ -1051,8 +1053,8 @@ recognizePDF.captcha.title=Lütfen CAPTCHA giriniz.
|
|||
recognizePDF.captcha.description=Zotero, PDF'leri tanıyabilmek için Google Scholar'dan yardım alır. Google Scholar'ı kullanmaya devam etmek için, lütfen aşağıdaki resimdeki yazıyı giriniz.
|
||||
|
||||
rtfScan.openTitle=Taramak için bir dosya seçin
|
||||
rtfScan.scanning.label=RTF Belgesini Tara...
|
||||
rtfScan.saving.label=RTF Belgesini Biçimlendir...
|
||||
rtfScan.scanning.label=RTF Belgesi Taranıyor...
|
||||
rtfScan.saving.label=RTF Belgesi Biçimlendiriliyor...
|
||||
rtfScan.rtf=Zengin Metin Biçimi (.rtf)
|
||||
rtfScan.saveTitle=Biçimlendirilmiş dosya için kaydedilecek yeri seçiniz.
|
||||
rtfScan.scannedFileSuffix=(Tarandı)
|
||||
|
@ -1112,11 +1114,11 @@ firstRunGuidance.toolbarButton.new=Zotero'yu açmak için 'Z' düğmesine basın
|
|||
firstRunGuidance.toolbarButton.upgrade=Zotero simgesi, artık Firefox araç çubuğunda buulunabilir. Zotero'yu başlatmak için bu simgeye tıklayınız, ya da klavye kısayolu olan %S'i kullanınız.
|
||||
firstRunGuidance.saveButton=Bu düğmeye basarak herhangi bir web sayfasını Zotero kitaplığınıza ekleyiniz. Zotero, bazı sayfalarda, yazar ve tarih dahil olmak üzere, tüm detayları kaydedebilecektir.
|
||||
|
||||
styles.bibliography=Bibliyografya
|
||||
styles.bibliography=Kaynakça
|
||||
styles.editor.save=Kaynakça Biçimini Kaydet
|
||||
styles.editor.warning.noItems=Zotero'da hiçbir eser seçilmedi.
|
||||
styles.editor.warning.parseError=Hata ayrıştırıcı stili:
|
||||
styles.editor.warning.renderError=Hata üreten göndermeler ve bibliyografyalar:
|
||||
styles.editor.warning.renderError=Hata üreten göndermeler ve kaynakça:
|
||||
styles.editor.output.individualCitations=Tek Tek Göndermeler
|
||||
styles.editor.output.singleCitation=Tek Gönderme ("birinci" sırada olan)
|
||||
styles.preview.instructions=Zotero'da bir ya da birden çok eser seçip "Yenile" düğmesine basarak, bu eserlerin, kurulmuş CSL gönderme stilleri aracılığıyla nasıl sunulacağını görebilirsiniz.
|
||||
|
@ -1128,9 +1130,9 @@ publications.intro.authorship=Bu eseri ben yarattım.
|
|||
publications.intro.authorship.files=Bu eseri ben yarattım ve dahil edilmiş dosyaları dağıtma hakkına sahibim.
|
||||
publications.sharing.keepRightsField=Telif alanını aynen tut
|
||||
publications.sharing.keepRightsFieldWhereAvailable=Eğer Telif alanı varsa, bu alanı aynen tut
|
||||
publications.cc.moreInfo.text=Eserinizi bir CC lisansı altına koymadan önce, Creative Commons %S metnini okuduğunuza emin olunuz. Dikkat ediniz ki, daha sonra başka lisans koşulları seçseniz de, ya da eserinizi yayınlamayı durdursanız bile, uygulamayı seçtiğiniz lisans iptal edilemez.
|
||||
publications.cc.moreInfo.text=Eserinizi bir CC lisansı altına koymadan önce, Creative Commons %S metnini okuduğunuza emin olunuz. Dikkat ediniz ki, daha sonra başka lisans koşulları seçseniz ya da eserinizi yayınlamayı durdursanız bile, uygulamayı seçtiğiniz lisans iptal edilemez.
|
||||
publications.cc.moreInfo.linkText=Lisans sahipleri için dikkat edilmesi gereken hususlar
|
||||
publications.cc0.moreInfo.text=Eserinize CC0'ı uygulamadan önce, Creative Commons %S metnini okuduğunuza emin olunuz. Lütfen dikkat ediniz ki, daha sonra başka lisans koşulları seçseniz de, ya da eserinizi yayınlamayı durdursanız bile, eserinizi genel kamuya adamanız geri döndürülemez.
|
||||
publications.cc0.moreInfo.text=Eserinize CC0'ı uygulamadan önce, Creative Commons %S metnini okuduğunuza emin olunuz. Lütfen dikkat ediniz ki, daha sonra başka lisans koşulları seçseniz ya da eserinizi yayınlamayı durdursanız bile, eserinizi genel kamuya adamanız geri döndürülemez.
|
||||
publications.cc0.moreInfo.linkText=CC0 SSS
|
||||
publications.error.linkedFilesCannotBeAdded=Bağlantılanmış dosyalar Yayınlarıma eklenemez
|
||||
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Вибрати цю версію
|
|||
|
||||
sync.status.notYetSynced=Ще не синхранізовано
|
||||
sync.status.lastSync=Попередня синхронізація:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Реєстрація на сервері синхронізації
|
||||
sync.status.gettingUpdatedData=Отримання оновлених даних з серверу синхронізації
|
||||
sync.status.processingUpdatedData=Обробка оновлених даних
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=Choose this version
|
|||
|
||||
sync.status.notYetSynced=Not yet synced
|
||||
sync.status.lastSync=Last sync:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=Logging in to sync server
|
||||
sync.status.gettingUpdatedData=Getting updated data from sync server
|
||||
sync.status.processingUpdatedData=Processing updated data
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=选择此版本
|
|||
|
||||
sync.status.notYetSynced=尚未同步
|
||||
sync.status.lastSync=上一次同步:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=登录到同步服务器
|
||||
sync.status.gettingUpdatedData=从同步服务器上更新数据
|
||||
sync.status.processingUpdatedData=正在从同步服务器上更新数据
|
||||
|
|
|
@ -951,6 +951,8 @@ sync.conflict.chooseThisVersion=選此版
|
|||
|
||||
sync.status.notYetSynced=尚未同步
|
||||
sync.status.lastSync=上次同步:
|
||||
sync.status.waiting=Waiting for other operations to finish
|
||||
sync.status.preparing=Preparing sync
|
||||
sync.status.loggingIn=正在登入同步伺服器
|
||||
sync.status.gettingUpdatedData=正由同步伺服器更新資料
|
||||
sync.status.processingUpdatedData=正由同步伺服器處理更新過的資料
|
||||
|
|
Loading…
Reference in a new issue