Skip to content

Commit e373b34

Browse files
committed
Merge branch 'main' of https://github.com/JabRef/jabref into fix-for-issue-JabRef#12272
2 parents 5e199c4 + 7e5bdc0 commit e373b34

19 files changed

+16
-79
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
6666
- We fixed an issue where month values 21–24 (ISO 8601-2019 season codes) in Biblatex date fields were not recognized as seasons during parsing. [#12437](https://github.com/JabRef/jabref/issues/12437)
6767
- We fixed an issue where migration of "Search groups" would fail with an exception when the search query is invalid. [#12555](https://github.com/JabRef/jabref/issues/12555)
6868
- We fixed an issue where not all linked files from BibDesk in the field `bdsk-file-...` were parsed. [#12555](https://github.com/JabRef/jabref/issues/12555)
69+
- We fixed an issue where JabRef displayed an incorrect deletion notification when canceling entry deletion [#12645](https://github.com/JabRef/jabref/issues/12645)
6970

7071

7172
### Removed

src/main/java/org/jabref/gui/LibraryTab.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,9 @@ public void cutEntry() {
977977
*/
978978
public void deleteEntry() {
979979
int entriesDeleted = doDeleteEntry(StandardActions.DELETE_ENTRY, mainTable.getSelectedEntries());
980-
dialogService.notify(Localization.lang("Deleted %0 entry(s)", entriesDeleted));
980+
if (entriesDeleted > 0) {
981+
dialogService.notify(Localization.lang("Deleted %0 entry(s)", entriesDeleted));
982+
}
981983
}
982984

983985
public void deleteEntry(BibEntry entry) {

src/main/resources/l10n/JabRef_de.properties

-6
Original file line numberDiff line numberDiff line change
@@ -1191,11 +1191,7 @@ First\ names=Vornamen
11911191
Cleanup\ entries=Einträge bereinigen
11921192
Automatically\ assign\ new\ entry\ to\ selected\ groups=Neuen Eintrag automatisch den ausgewählten Gruppen zuordnen
11931193
%0\ mode=%0-Modus
1194-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=DOIs von den Feldern note und URL ins DOI-Feld verschieben und das http-Präfix löschen
1195-
Move\ URL\ in\ note\ field\ to\ url\ field=URL im Feld 'note' in Feld 'url' verschieben
11961194
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Pfade verlinkter Dateien zu relativen Pfaden ändern (falls möglich)
1197-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=PDFs entsprechend dem vorgegebenen Namensformat umbenennen
1198-
Rename\ only\ PDFs\ having\ a\ relative\ path=Nur PDFs mit einem relativen Pfad umbenennen
11991195
No\ entry\ needed\ a\ clean\ up=Aufräumen bei keinem Eintrag nötig
12001196
One\ entry\ needed\ a\ clean\ up=Aufräumen bei einem Eintrag nötig
12011197
%0\ entries\ needed\ a\ clean\ up=Aufräumen bei %0 Einträgen nötig
@@ -1991,7 +1987,6 @@ Override\ default\ font\ settings=Standardschrifteinstellungen überschreiben
19911987
19921988
Click\ help\ to\ learn\ about\ the\ migration\ of\ pre-3.6\ databases.=Klicken Sie auf Hilfe, um mehr über die Migration von vor-3.6-Datenbanken zu erfahren.
19931989
1994-
Move\ preprint\ information\ from\ 'URL'\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=Vorveröffentlichungsinfornationen von 'URL' und 'Journal' in das Feld 'eprint' verschieben
19951990
Customize\ Export\ Formats=Exportformate anpassen
19961991
Export\ name=Filtername
19971992
Main\ layout\ file\:=Haupt-Layoutdatei\:
@@ -2036,7 +2031,6 @@ Set\ rank\ to\ five=Bewertung auf fünf setzen
20362031
20372032
Executing\ command\ "%0"...=Ausführung des Kommandos "%0"...
20382033
2039-
Rename\ file\ to\ a\ given\ name=Datei zu einem bestimmten Namen umbenennen
20402034
New\ Filename=Neuer Dateiname
20412035
Rename\ file\ to\ defined\ pattern=Datei zu definiertem Muster umbenennen
20422036

src/main/resources/l10n/JabRef_el.properties

-3
Original file line numberDiff line numberDiff line change
@@ -1007,10 +1007,7 @@ First\ names=Ονόματα
10071007
Cleanup\ entries=Καθαρισμός καταχωρήσεων
10081008
Automatically\ assign\ new\ entry\ to\ selected\ groups=Αυτόματη ανάθεση νέας καταχώρησης στις επιλεγμένες ομάδες
10091009
%0\ mode=λειτουργία %0
1010-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Μετακίνηση του DOI (Ψηφιακό Αναγνωριστικό Αντικειμένου) από το πεδίο σημείωσης και διεύθυνσης URL, στο πεδίο DOI και αφαίρεση του προθέματος http
10111010
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Μετατροπή των διαδρομών των συνδεδεμένων αρχείων σε σχετικές (όπου είναι δυνατόν)
1012-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=Μετονομασία αρχείων PDF σύμφωνα με το ορισμένο μοτίβο ονόματος αρχείου
1013-
Rename\ only\ PDFs\ having\ a\ relative\ path=Μετονομασία μόνο των αρχείων PDF που διαθέτουν σχετική διαδρομή
10141011
No\ entry\ needed\ a\ clean\ up=Καμία καταχώρηση δεν χρειάστηκε εκκαθάριση
10151012
One\ entry\ needed\ a\ clean\ up=Μία καταχώρηση χρειάστηκε εκκαθάριση
10161013
%0\ entries\ needed\ a\ clean\ up=%0 καταχωρήσεις χρειάστηκαν εκκαθάριση

src/main/resources/l10n/JabRef_es.properties

-6
Original file line numberDiff line numberDiff line change
@@ -1085,11 +1085,7 @@ First\ names=Nombres de pila
10851085
Cleanup\ entries=Limpiar entradas
10861086
Automatically\ assign\ new\ entry\ to\ selected\ groups=Asignar automáticamente nueva entrada a los grupos seleccionados
10871087
%0\ mode=modo %0
1088-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Mover DOIs desde los campos nota y URL al campo DOI y eliminar el prefijo http
1089-
Move\ URL\ in\ note\ field\ to\ url\ field=Mover URL en campo de nota al campo url
10901088
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Hacer rutas de los ficheros enlazados relativas (si es posible)
1091-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=Renombrar PDFs al patron de formato de nombre archivo proporcionado
1092-
Rename\ only\ PDFs\ having\ a\ relative\ path=Renombrar sólo los PDF con ruta relativa
10931089
No\ entry\ needed\ a\ clean\ up=Ninguna entrada necesitó de limpieza
10941090
One\ entry\ needed\ a\ clean\ up=Sólo una entrada necesitó limpieza
10951091
%0\ entries\ needed\ a\ clean\ up=%0 entradas necesitaron limpieza
@@ -1858,7 +1854,6 @@ Override\ default\ font\ settings=Ignorar ajustes de tipo de letra por defecto
18581854
18591855
Click\ help\ to\ learn\ about\ the\ migration\ of\ pre-3.6\ databases.=Haga click en la ayuda para aprender sobre la migración de bibliotecas de versiones previas a la 3.6.
18601856
1861-
Move\ preprint\ information\ from\ 'URL'\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=Mover la información de preimpresión de los campos 'URL' y 'journal' al campo 'eprint'
18621857
Customize\ Export\ Formats=Personalizar formatos de exportación
18631858
Export\ name=Exportar nombre
18641859
Main\ layout\ file\:=Archivo de configuración principal\:
@@ -1903,7 +1898,6 @@ Set\ rank\ to\ five=Establecer el rango a cinco
19031898
19041899
Executing\ command\ "%0"...=Ejecutando el comando "%0"...
19051900
1906-
Rename\ file\ to\ a\ given\ name=Renombrar el archivo a un nombre determinado
19071901
New\ Filename=Nuevo nombre de archivo
19081902
Rename\ file\ to\ defined\ pattern=Renombrar archivo al patrón definido
19091903

src/main/resources/l10n/JabRef_fr.properties

-6
Original file line numberDiff line numberDiff line change
@@ -1213,11 +1213,7 @@ First\ names=Prénoms
12131213
Cleanup\ entries=Nettoyer les entrées
12141214
Automatically\ assign\ new\ entry\ to\ selected\ groups=Assigner automatiquement les nouvelles entrées aux groupes sélectionnés
12151215
%0\ mode=Mode %0
1216-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Déplacer les DOIs des champs note et URL vers le champ DOI, et supprimer le prefix http
1217-
Move\ URL\ in\ note\ field\ to\ url\ field=Déplacer l'URL du champ Note vers le champ URL
12181216
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Rendre relatifs les chemins des fichiers liés (si possible)
1219-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=Renommer les PDF selon le format de nom de fichier défini
1220-
Rename\ only\ PDFs\ having\ a\ relative\ path=Renommer uniquement les PDF ayant un chemin relatif
12211217
No\ entry\ needed\ a\ clean\ up=Aucune entrée ne nécessitait un nettoyage
12221218
One\ entry\ needed\ a\ clean\ up=Une entrée nécessitait un nettoyage
12231219
%0\ entries\ needed\ a\ clean\ up=%0 entrées nécessitaient un nettoyage
@@ -2015,7 +2011,6 @@ Override\ default\ font\ settings=Remplacer les paramètres de police par défau
20152011
20162012
Click\ help\ to\ learn\ about\ the\ migration\ of\ pre-3.6\ databases.=Cliquez sur l'aide pour en savoir plus sur la migration des bases de données pré-3.6.
20172013

2018-
Move\ preprint\ information\ from\ 'URL'\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=Déplacer les informations du preprint depuis les champs 'URL' et 'journal' vers le champ 'eprint'
20192014
Customize\ Export\ Formats=Personnaliser les formats d'exportation
20202015
Export\ name=Nom de l'exportation
20212016
Main\ layout\ file\:=Fichier de mise en page principal \:
@@ -2061,7 +2056,6 @@ Set\ rank\ to\ five=Définir le rang à cinq
20612056

20622057
Executing\ command\ "%0"...=Exécution de la commande « %0 »...
20632058

2064-
Rename\ file\ to\ a\ given\ name=Renommer le fichier manuellement
20652059
New\ Filename=Nouveau nom de fichier
20662060
Rename\ file\ to\ defined\ pattern=Renommer le fichier selon le format prédéfini
20672061

src/main/resources/l10n/JabRef_id.properties

-3
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,7 @@ Use\ abbreviated\ and\ full\ firstname=Gunakan nama kecil yang penuh dan disingk
844844
Cleanup\ entries=Bersihkan entri
845845
Automatically\ assign\ new\ entry\ to\ selected\ groups=Tulis entri yang baru ke pilihan grup secara otomatis
846846
%0\ mode=Mode %0
847-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Pindah DOI dari bidang catatan dan URL ke bidang DOI dan hapuskan prefiks http
848847
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Menjadikan lokasi berkas yang ditautkan relatif (kalau mungkin)
849-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=Ganti nama PDF dengan pola format nama berkas
850-
Rename\ only\ PDFs\ having\ a\ relative\ path=Hanya ganti nama PDF yang berlokasi relatif
851848
No\ entry\ needed\ a\ clean\ up=Tidak ada entri yang membutuhkan pembersihan
852849
One\ entry\ needed\ a\ clean\ up=Sebuah entri membutuhkan pembersihan
853850
%0\ entries\ needed\ a\ clean\ up=%0 entri membutuhkan pembersihan

src/main/resources/l10n/JabRef_it.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ Output\ file\ missing=File di output mancante
11181118
The\ output\ option\ depends\ on\ a\ valid\ input\ option.=L'opzione di output dipende da un'opzione di input valida.
11191119
Linked\ file\ name\ conventions=Convenzioni dei nome file collegati
11201120
Filename\ format\ pattern=Modello del formato dei nomi dei file
1121+
Filename\ format\ pattern\ (from\ preferences)=Modello di formato nome file (da preferenze)
11211122
Additional\ parameters=Parametri addizionali
11221123
Cite\ selected\ entries\ between\ parenthesis=Cita le voci selezionate
11231124
Cite\ selected\ entries\ with\ in-text\ citation=Cita le voci selezionate con citazione inclusa nel testo
@@ -1214,11 +1215,10 @@ First\ names=Nomi
12141215
Cleanup\ entries=Pulizia voci
12151216
Automatically\ assign\ new\ entry\ to\ selected\ groups=Assegna automaticamente la nuova voce ai gruppi selezionati
12161217
%0\ mode=modalità %0
1217-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Sposta i DOI dai campi note e URL al campo DOI e rimuovi il prefisso 'http'
1218-
Move\ URL\ in\ note\ field\ to\ url\ field=Sposta l'URL nel campo nota nel campo url
1218+
Move\ DOIs\ from\ 'note'\ field\ and\ 'URL'\ field\ to\ 'DOI'\ field\ and\ remove\ http\ prefix=Sposta i DOI dal campo 'note' e dal campo 'URL' al campo 'DOI' e rimuovi il prefisso http
1219+
Move\ URL\ in\ 'note'\ field\ to\ 'URL'\ field=Sposta l'URL nel campo 'note' verso il campo 'URL'
12191220
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Rendi relativi i percorsi dei file collegati (se possibile)
1220-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=Rinomina i file PDF secondo il modello di nome dei file
1221-
Rename\ only\ PDFs\ having\ a\ relative\ path=Rinomina solo i file PDF con un percorso relativo
1221+
Only\ rename\ files\ that\ have\ a\ relative\ path=Rinominare solo i file che hanno un percorso relativo
12221222
No\ entry\ needed\ a\ clean\ up=Nessuna voce necessita ripulitura
12231223
One\ entry\ needed\ a\ clean\ up=Una voce necessita ripulitura
12241224
%0\ entries\ needed\ a\ clean\ up=%0 voci necessitano ripulitura
@@ -2017,7 +2017,7 @@ Override\ default\ font\ settings=Ignora le impostazioni dei font predefinite
20172017
20182018
Click\ help\ to\ learn\ about\ the\ migration\ of\ pre-3.6\ databases.=Fai clic su aiuto per conoscere la migrazione dei database pre-3.6.
20192019
2020-
Move\ preprint\ information\ from\ 'URL'\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=Sposta le informazioni di prestampa dal campo 'URL' e 'journal' al campo 'eprint'
2020+
Move\ preprint\ information\ from\ 'URL'\ field\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=Sposta le informazioni di prestampa dal campo 'URL' e 'journal' al campo 'eprint'
20212021
Customize\ Export\ Formats=Personalizza i formati di esportazione
20222022
Export\ name=Esporta nome
20232023
Main\ layout\ file\:=File di layout principale\:
@@ -2063,7 +2063,7 @@ Set\ rank\ to\ five=Imposta il grado a cinque
20632063
20642064
Executing\ command\ "%0"...=Esegui il comando "%0"
20652065
2066-
Rename\ file\ to\ a\ given\ name=Rinomina il file in un determinato nome
2066+
Rename\ files\ to\ configured\ filename\ format\ pattern=Rinomina i file secondo il modello di formato del nome file configurato
20672067
New\ Filename=Nuovo nome file
20682068
Rename\ file\ to\ defined\ pattern=Rinomina il file in un modello definito
20692069

src/main/resources/l10n/JabRef_ja.properties

-5
Original file line numberDiff line numberDiff line change
@@ -1032,10 +1032,7 @@ First\ names=名
10321032
Cleanup\ entries=項目の剪定
10331033
Automatically\ assign\ new\ entry\ to\ selected\ groups=選択したグループに新規項目を自動割り当て
10341034
%0\ mode=%0モード
1035-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=DOIをnote及びURLフィールドからDOIフィールドに移動して,http前置詞を削除
10361035
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=リンクファイルのパスを(可能な限り)相対パス化
1037-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=PDFを指定したファイル名書式パターンに改名
1038-
Rename\ only\ PDFs\ having\ a\ relative\ path=相対パスを持つPDFのみを改名
10391036
No\ entry\ needed\ a\ clean\ up=剪定の必要がある項目はありませんでした
10401037
One\ entry\ needed\ a\ clean\ up=1つの項目を剪定する必要がありました
10411038
%0\ entries\ needed\ a\ clean\ up=%0個の項目を剪定する必要がありました
@@ -1786,7 +1783,6 @@ Override\ default\ font\ settings=既定フォント設定を上書き
17861783

17871784
Click\ help\ to\ learn\ about\ the\ migration\ of\ pre-3.6\ databases.=pre-3.6データベースの移出入について知るには,ヘルプをクリックしてください.
17881785

1789-
Move\ preprint\ information\ from\ 'URL'\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=プレプリント情報を「URL」あるいは「journal」フィールドから「eprint」フィールドへ移動する
17901786
Customize\ Export\ Formats=書き出し形式を詳細設定
17911787
Export\ name=書出名
17921788
Main\ layout\ file\:=基本レイアウトファイル:
@@ -1831,7 +1827,6 @@ Set\ rank\ to\ five=ランク5に設定
18311827

18321828
Executing\ command\ "%0"...=コマンド「%0」を実行…
18331829

1834-
Rename\ file\ to\ a\ given\ name=ファイルを指定したファイル名に改名
18351830
New\ Filename=新しいファイル名
18361831
Rename\ file\ to\ defined\ pattern=ファイルを定義済みパターンに改名
18371832

src/main/resources/l10n/JabRef_ko.properties

-5
Original file line numberDiff line numberDiff line change
@@ -969,10 +969,7 @@ First\ names=이름
969969
Cleanup\ entries=정리 항목
970970
Automatically\ assign\ new\ entry\ to\ selected\ groups=선택한 그룹에 자동으로 새 항목 할당
971971
%0\ mode=%0 모드
972-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=메모 및 URL 필드에서 DOI 필드로 DOI 이동 및 http 접두사 제거
973972
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=연결된 파일의 경로를 상대적으로 만듭니다(가능한 경우).
974-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=PDF의 이름을 주어진 파일 이름 포맷 유형으로 바꾸세요
975-
Rename\ only\ PDFs\ having\ a\ relative\ path=관련 경로가 있는 PDF 파일의 이름을 바꾸세요.
976973
No\ entry\ needed\ a\ clean\ up=삭제할 목록들이 없습니다
977974
One\ entry\ needed\ a\ clean\ up=1개 목록을 삭제해야 합니다
978975
%0\ entries\ needed\ a\ clean\ up=%0개 목록을 삭제해야 합니다
@@ -1692,7 +1689,6 @@ Override\ default\ font\ settings=기본 글자 크기 설정 무시
16921689

16931690
Click\ help\ to\ learn\ about\ the\ migration\ of\ pre-3.6\ databases.=3.6 이전 데이터베이스의 마이그레이션에 대해 알아보려면 도움말을 클릭하십시오.
16941691

1695-
Move\ preprint\ information\ from\ 'URL'\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=사전 인쇄 정보를 'URL''저널' 필드에서 'eprint' 필드로 이동
16961692
Customize\ Export\ Formats=사용자 지정 내보내기 형식
16971693
Export\ name=이름 내보내기
16981694
Main\ layout\ file\:=기본 레이아웃 파일\:
@@ -1737,7 +1733,6 @@ Set\ rank\ to\ five=5순위로 설정
17371733

17381734
Executing\ command\ "%0"...="%0" 실행 중...
17391735

1740-
Rename\ file\ to\ a\ given\ name=파일 이름을 주어진 이름으로 변경
17411736
New\ Filename=새 파일 이름
17421737
Rename\ file\ to\ defined\ pattern=파일 이름을 정의된 패턴으로 변경
17431738

src/main/resources/l10n/JabRef_nl.properties

-6
Original file line numberDiff line numberDiff line change
@@ -1068,11 +1068,7 @@ First\ names=Voornamen
10681068
Cleanup\ entries=Invoergevens opschonen
10691069
Automatically\ assign\ new\ entry\ to\ selected\ groups=Nieuwe invoer automatisch toewijzen aan geselecteerde groepen
10701070
%0\ mode=%0 modus
1071-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Verplaats DOI's van notitie- en URL-veld naar DOI-veld en verwijder het http-voorvoegsel
1072-
Move\ URL\ in\ note\ field\ to\ url\ field=Verplaats URL in notitieveld naar url veld
10731071
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Paden van gekoppelde bestanden relatief maken (indien mogelijk)
1074-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=Wijzig de naam van PDF's in gegeven bestandsformaat-patroon
1075-
Rename\ only\ PDFs\ having\ a\ relative\ path=Alleen PDF's met een relatief pad wijzigen
10761072
No\ entry\ needed\ a\ clean\ up=Geen enkele invoer had opschoning nodig
10771073
One\ entry\ needed\ a\ clean\ up=Eén invoer had opschoning nodig
10781074
%0\ entries\ needed\ a\ clean\ up=%0 invoergegevens hadden opschoning nodig
@@ -1846,7 +1842,6 @@ Override\ default\ font\ settings=Wijzig standaard lettertypeinstellingen
18461842
18471843
Click\ help\ to\ learn\ about\ the\ migration\ of\ pre-3.6\ databases.=Klik op hulp voor meer informatie over de migratie van pre-3.6 databases.
18481844
1849-
Move\ preprint\ information\ from\ 'URL'\ and\ 'journal'\ field\ to\ the\ 'eprint'\ field=Verplaats preprint informatie van 'URL' en 'journal' veld naar het 'eprint' veld
18501845
Customize\ Export\ Formats=Export formaten aanpassen
18511846
Export\ name=Naam exporteren
18521847
Main\ layout\ file\:=Hoofd lay-out bestand\:
@@ -1891,7 +1886,6 @@ Set\ rank\ to\ five=Zet rang op vijf
18911886
18921887
Executing\ command\ "%0"...=Commando "%0" uitvoeren...
18931888
1894-
Rename\ file\ to\ a\ given\ name=Hernoem bestand naar een bepaalde naam
18951889
New\ Filename=Nieuwe bestandsnaam
18961890
Rename\ file\ to\ defined\ pattern=Hernoem bestand naar gedefinieerd patroon
18971891

src/main/resources/l10n/JabRef_pl.properties

-2
Original file line numberDiff line numberDiff line change
@@ -1094,8 +1094,6 @@ First\ names=Pierwsze imiona
10941094
Cleanup\ entries=Wyczyść wpisy
10951095
Automatically\ assign\ new\ entry\ to\ selected\ groups=Automatycznie przypisz nowy wpis do wybranych grup
10961096
%0\ mode=Tryb %0
1097-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Przenieś DOI z pola notatki i URL do pola DOI i usuń prefiks http
1098-
Move\ URL\ in\ note\ field\ to\ url\ field=Przenieś adres URL w polu notatki do pola url
10991097
No\ entry\ needed\ a\ clean\ up=Żaden z wpisów nie wymagał oczyszczenia
11001098
One\ entry\ needed\ a\ clean\ up=Jeden wpis wymagał oczyszczenia
11011099
%0\ entries\ needed\ a\ clean\ up=%0 wpisów wymagało oczyszczenia

src/main/resources/l10n/JabRef_pt.properties

-3
Original file line numberDiff line numberDiff line change
@@ -942,10 +942,7 @@ Use\ abbreviated\ and\ full\ firstname=Usar primeiro nome abreviado e inteiro
942942
Cleanup\ entries=Limpar entradas
943943
Automatically\ assign\ new\ entry\ to\ selected\ groups=Designar automaticamente novas referências para os grupos selecionados
944944
%0\ mode=Modo %0
945-
Move\ DOIs\ from\ note\ and\ URL\ field\ to\ DOI\ field\ and\ remove\ http\ prefix=Mover DOIs dos campos note e URL para o campo DOI e remover o prefixo http
946945
Make\ paths\ of\ linked\ files\ relative\ (if\ possible)=Tornar os caminhos dos arquivos relativos (se possível)
947-
Rename\ PDFs\ to\ given\ filename\ format\ pattern=Renomear PDFs para o padrão de nome definido
948-
Rename\ only\ PDFs\ having\ a\ relative\ path=Renomear apenas os PDFs que tem caminho relativo
949946
No\ entry\ needed\ a\ clean\ up=Nenhuma referência precisou de limpeza
950947
One\ entry\ needed\ a\ clean\ up=Uma referência necessitou limpeza
951948
%0\ entries\ needed\ a\ clean\ up=%0 entradas necessitaram limpeza

0 commit comments

Comments
 (0)