diff --git a/src/Forms/ChangeFrameRate.cs b/src/Forms/ChangeFrameRate.cs
index 4981f305d..5beb05a5f 100644
--- a/src/Forms/ChangeFrameRate.cs
+++ b/src/Forms/ChangeFrameRate.cs
@@ -55,7 +55,7 @@ namespace Nikse.SubtitleEdit.Forms
private string GetFrameRateFromVideoFile(string oldFrameRate)
{
- openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFile;
+ openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFileTitle;
openFileDialog1.FileName = string.Empty;
openFileDialog1.Filter = Utilities.GetVideoFileFilter();
openFileDialog1.FileName = string.Empty;
diff --git a/src/Forms/Main.Designer.cs b/src/Forms/Main.Designer.cs
index 18fbae3d1..5062ed769 100644
--- a/src/Forms/Main.Designer.cs
+++ b/src/Forms/Main.Designer.cs
@@ -2092,7 +2092,7 @@
// labelTranslateTip
//
this.labelTranslateTip.AutoSize = true;
- this.labelTranslateTip.ForeColor = System.Drawing.Color.Silver;
+ this.labelTranslateTip.ForeColor = System.Drawing.Color.Gray;
this.labelTranslateTip.Location = new System.Drawing.Point(9, 232);
this.labelTranslateTip.Name = "labelTranslateTip";
this.labelTranslateTip.Size = new System.Drawing.Size(307, 13);
@@ -2397,7 +2397,7 @@
// labelCreateF12
//
this.labelCreateF12.AutoSize = true;
- this.labelCreateF12.ForeColor = System.Drawing.Color.Silver;
+ this.labelCreateF12.ForeColor = System.Drawing.Color.Gray;
this.labelCreateF12.Location = new System.Drawing.Point(178, 114);
this.labelCreateF12.Name = "labelCreateF12";
this.labelCreateF12.Size = new System.Drawing.Size(25, 13);
@@ -2407,7 +2407,7 @@
// labelCreateF11
//
this.labelCreateF11.AutoSize = true;
- this.labelCreateF11.ForeColor = System.Drawing.Color.Silver;
+ this.labelCreateF11.ForeColor = System.Drawing.Color.Gray;
this.labelCreateF11.Location = new System.Drawing.Point(178, 88);
this.labelCreateF11.Name = "labelCreateF11";
this.labelCreateF11.Size = new System.Drawing.Size(25, 13);
@@ -2417,7 +2417,7 @@
// labelCreateF10
//
this.labelCreateF10.AutoSize = true;
- this.labelCreateF10.ForeColor = System.Drawing.Color.Silver;
+ this.labelCreateF10.ForeColor = System.Drawing.Color.Gray;
this.labelCreateF10.Location = new System.Drawing.Point(178, 36);
this.labelCreateF10.Name = "labelCreateF10";
this.labelCreateF10.Size = new System.Drawing.Size(25, 13);
@@ -2427,7 +2427,7 @@
// labelCreateF9
//
this.labelCreateF9.AutoSize = true;
- this.labelCreateF9.ForeColor = System.Drawing.Color.Silver;
+ this.labelCreateF9.ForeColor = System.Drawing.Color.Gray;
this.labelCreateF9.Location = new System.Drawing.Point(178, 10);
this.labelCreateF9.Name = "labelCreateF9";
this.labelCreateF9.Size = new System.Drawing.Size(19, 13);
@@ -2480,7 +2480,7 @@
// labelCreateTip
//
this.labelCreateTip.AutoSize = true;
- this.labelCreateTip.ForeColor = System.Drawing.Color.Silver;
+ this.labelCreateTip.ForeColor = System.Drawing.Color.Gray;
this.labelCreateTip.Location = new System.Drawing.Point(7, 230);
this.labelCreateTip.Name = "labelCreateTip";
this.labelCreateTip.Size = new System.Drawing.Size(186, 13);
@@ -2620,7 +2620,7 @@
// labelAdjustTip
//
this.labelAdjustTip.AutoSize = true;
- this.labelAdjustTip.ForeColor = System.Drawing.Color.Silver;
+ this.labelAdjustTip.ForeColor = System.Drawing.Color.Gray;
this.labelAdjustTip.Location = new System.Drawing.Point(6, 239);
this.labelAdjustTip.Name = "labelAdjustTip";
this.labelAdjustTip.Size = new System.Drawing.Size(186, 13);
@@ -2630,7 +2630,7 @@
// labelAdjustF12
//
this.labelAdjustF12.AutoSize = true;
- this.labelAdjustF12.ForeColor = System.Drawing.Color.Silver;
+ this.labelAdjustF12.ForeColor = System.Drawing.Color.Gray;
this.labelAdjustF12.Location = new System.Drawing.Point(178, 88);
this.labelAdjustF12.Name = "labelAdjustF12";
this.labelAdjustF12.Size = new System.Drawing.Size(25, 13);
@@ -2640,7 +2640,7 @@
// labelAdjustF11
//
this.labelAdjustF11.AutoSize = true;
- this.labelAdjustF11.ForeColor = System.Drawing.Color.Silver;
+ this.labelAdjustF11.ForeColor = System.Drawing.Color.Gray;
this.labelAdjustF11.Location = new System.Drawing.Point(178, 62);
this.labelAdjustF11.Name = "labelAdjustF11";
this.labelAdjustF11.Size = new System.Drawing.Size(25, 13);
@@ -2650,7 +2650,7 @@
// labelAdjustF10
//
this.labelAdjustF10.AutoSize = true;
- this.labelAdjustF10.ForeColor = System.Drawing.Color.Silver;
+ this.labelAdjustF10.ForeColor = System.Drawing.Color.Gray;
this.labelAdjustF10.Location = new System.Drawing.Point(178, 36);
this.labelAdjustF10.Name = "labelAdjustF10";
this.labelAdjustF10.Size = new System.Drawing.Size(25, 13);
@@ -2660,7 +2660,7 @@
// labelAdjustF9
//
this.labelAdjustF9.AutoSize = true;
- this.labelAdjustF9.ForeColor = System.Drawing.Color.Silver;
+ this.labelAdjustF9.ForeColor = System.Drawing.Color.Gray;
this.labelAdjustF9.Location = new System.Drawing.Point(178, 10);
this.labelAdjustF9.Name = "labelAdjustF9";
this.labelAdjustF9.Size = new System.Drawing.Size(19, 13);
diff --git a/src/Forms/Main.cs b/src/Forms/Main.cs
index 0670eabe1..ec7b6a2cf 100644
--- a/src/Forms/Main.cs
+++ b/src/Forms/Main.cs
@@ -511,7 +511,7 @@ namespace Nikse.SubtitleEdit.Forms
openOriginalToolStripMenuItem.Text = _language.Menu.File.OpenOriginal;
saveOriginalToolStripMenuItem.Text = _language.Menu.File.SaveOriginal;
saveOriginalAstoolStripMenuItem.Text = _language.SaveOriginalSubtitleAs;
- removeOriginalToolStripMenuItem.Text = _language.Menu.File.RemoveOriginal;
+ removeOriginalToolStripMenuItem.Text = _language.Menu.File.CloseOriginal;
toolStripMenuItemOpenContainingFolder.Text = _language.Menu.File.OpenContainingFolder;
toolStripMenuItemCompare.Text = _language.Menu.File.Compare;
@@ -6954,7 +6954,7 @@ namespace Nikse.SubtitleEdit.Forms
{
if (string.IsNullOrEmpty(openFileDialog1.InitialDirectory) && !string.IsNullOrEmpty(_fileName))
openFileDialog1.InitialDirectory = Path.GetDirectoryName(_fileName);
- openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFile;
+ openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFileTitle;
openFileDialog1.FileName = string.Empty;
openFileDialog1.Filter = Utilities.GetVideoFileFilter();
openFileDialog1.FileName = string.Empty;
diff --git a/src/Forms/Main.resx b/src/Forms/Main.resx
index 57e7bc1ae..3d8182ce2 100644
--- a/src/Forms/Main.resx
+++ b/src/Forms/Main.resx
@@ -684,7 +684,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD2
- CAAAAk1TRnQBSQFMAgEBAgEAAZgBAgGYAQIBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ CAAAAk1TRnQBSQFMAgEBAgEAAaABAgGgAQIBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
diff --git a/src/Forms/SetSyncPoint.cs b/src/Forms/SetSyncPoint.cs
index 9c611ce6c..276c8bf53 100644
--- a/src/Forms/SetSyncPoint.cs
+++ b/src/Forms/SetSyncPoint.cs
@@ -96,7 +96,7 @@ namespace Nikse.SubtitleEdit.Forms
private void buttonOpenMovie_Click(object sender, EventArgs e)
{
- openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFile;
+ openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFileTitle;
openFileDialog1.FileName = string.Empty;
openFileDialog1.Filter = Utilities.GetVideoFileFilter();
openFileDialog1.FileName = string.Empty;
diff --git a/src/Forms/Settings.cs b/src/Forms/Settings.cs
index 34654425a..f27ba541f 100644
--- a/src/Forms/Settings.cs
+++ b/src/Forms/Settings.cs
@@ -181,10 +181,10 @@ namespace Nikse.SubtitleEdit.Forms
checkBoxAutoWrapWhileTyping.Text = language.AutoWrapWhileTyping;
labelSubtitleFont.Text = language.SubtitleFont;
labelSubtitleFontSize.Text = language.SubtitleFontSize;
+ checkBoxSubtitleFontBold.Text = language.SubtitleBold;
labelSubtitleFontColor.Text = language.SubtitleFontColor;
labelSubtitleFontBackgroundColor.Text = language.SubtitleBackgroundColor;
- labelSpellChecker.Text = language.SpellChecker;
- checkBoxSubtitleFontBold.Text = Configuration.Settings.Language.General.Bold;
+ labelSpellChecker.Text = language.SpellChecker;
checkBoxRememberRecentFiles.Text = language.RememberRecentFiles;
checkBoxReopenLastOpened.Text = language.StartWithLastFileLoaded;
checkBoxRememberSelectedLine.Text = language.RememberSelectedLine;
diff --git a/src/Forms/SplitSubtitle.cs b/src/Forms/SplitSubtitle.cs
index 46e090a70..81ab3bc8f 100644
--- a/src/Forms/SplitSubtitle.cs
+++ b/src/Forms/SplitSubtitle.cs
@@ -142,7 +142,7 @@ namespace Nikse.SubtitleEdit.Forms
if (string.IsNullOrEmpty(openFileDialog1.InitialDirectory) && !string.IsNullOrEmpty(_fileName))
openFileDialog1.InitialDirectory = Path.GetDirectoryName(_fileName);
- openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFile;
+ openFileDialog1.Title = Configuration.Settings.Language.General.OpenVideoFileTitle;
openFileDialog1.FileName = string.Empty;
openFileDialog1.Filter = Utilities.GetVideoFileFilter();
openFileDialog1.FileName = string.Empty;
diff --git a/src/Forms/VisualSync.Designer.cs b/src/Forms/VisualSync.Designer.cs
index fd8566d85..1eead3251 100644
--- a/src/Forms/VisualSync.Designer.cs
+++ b/src/Forms/VisualSync.Designer.cs
@@ -346,7 +346,7 @@ namespace Nikse.SubtitleEdit.Forms
//
this.labelTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelTip.AutoSize = true;
- this.labelTip.ForeColor = System.Drawing.Color.Silver;
+ this.labelTip.ForeColor = System.Drawing.Color.Gray;
this.labelTip.Location = new System.Drawing.Point(12, 468);
this.labelTip.Name = "labelTip";
this.labelTip.Size = new System.Drawing.Size(332, 13);
diff --git a/src/Forms/VisualSync.cs b/src/Forms/VisualSync.cs
index 24e8039b9..98555ea3f 100644
--- a/src/Forms/VisualSync.cs
+++ b/src/Forms/VisualSync.cs
@@ -467,7 +467,7 @@ namespace Nikse.SubtitleEdit.Forms
{
if (string.IsNullOrEmpty(openFileDialog1.InitialDirectory) && !string.IsNullOrEmpty(_subtitleFileName))
openFileDialog1.InitialDirectory = Path.GetDirectoryName(_subtitleFileName);
- openFileDialog1.Title = _languageGeneral.OpenVideoFile;
+ openFileDialog1.Title = _languageGeneral.OpenVideoFileTitle;
openFileDialog1.FileName = string.Empty;
openFileDialog1.Filter = Utilities.GetVideoFileFilter();
openFileDialog1.FileName = string.Empty;
diff --git a/src/Logic/Language.cs b/src/Logic/Language.cs
index 240d3d87f..082105e88 100644
--- a/src/Logic/Language.cs
+++ b/src/Logic/Language.cs
@@ -83,6 +83,7 @@ namespace Nikse.SubtitleEdit.Logic
VideoFiles = "Video files",
OpenSubtitle = "Open subtitle...",
OpenVideoFile = "Open video file...",
+ OpenVideoFileTitle = "Open video file...",
NoVideoLoaded = "No video loaded",
VideoInformation = "Video info",
PositionX = "Position / duration: {0}",
@@ -695,8 +696,8 @@ namespace Nikse.SubtitleEdit.Logic
Save = "&Save",
SaveAs = "Save &as...",
OpenOriginal = "Open original subtitle (translator mode)...",
- SaveOriginal = "Save original",
- RemoveOriginal = "Remove original",
+ SaveOriginal = "Save original subtitle",
+ CloseOriginal = "Close original subtitle",
OpenContainingFolder = "Open containing folder",
Compare = "&Compare...",
ImportOcrFromDvd = "Import/OCR subtitle from vob/ifo (dvd) ...",
@@ -1069,6 +1070,7 @@ can edit in same subtitle file (collaboration)",
AutoWrapWhileTyping = "Auto-wrap while typing",
SubtitleFont = "Subtitle font",
SubtitleFontSize = "Subtitle font size",
+ SubtitleBold = "Bold",
SubtitleFontColor = "Subtitle font color",
SubtitleBackgroundColor = "Subtitle background color",
SpellChecker = "Spell checker",
diff --git a/src/Logic/LanguageStructure.cs b/src/Logic/LanguageStructure.cs
index 2a66f3b28..5adeb12f9 100644
--- a/src/Logic/LanguageStructure.cs
+++ b/src/Logic/LanguageStructure.cs
@@ -20,6 +20,7 @@
public string VideoFiles { get; set; }
public string OpenSubtitle { get; set; }
public string OpenVideoFile { get; set; }
+ public string OpenVideoFileTitle { get; set; }
public string NoVideoLoaded { get; set; }
public string VideoInformation { get; set; }
public string PositionX { get; set; }
@@ -623,7 +624,7 @@
public string SaveAs { get; set; }
public string OpenOriginal { get; set; }
public string SaveOriginal { get; set; }
- public string RemoveOriginal { get; set; }
+ public string CloseOriginal { get; set; }
public string OpenContainingFolder { get; set; }
public string Compare { get; set; }
public string ImportOcrFromDvd { get; set; }
@@ -1003,6 +1004,7 @@
public string AutoWrapWhileTyping { get; set; }
public string SubtitleFont { get; set; }
public string SubtitleFontSize { get; set; }
+ public string SubtitleBold { get; set; }
public string SubtitleFontColor { get; set; }
public string SubtitleBackgroundColor { get; set; }
public string SpellChecker { get; set; }
diff --git a/src/Resources/da-DK.xml b/src/Resources/da-DK.xml
index a4c9bb688..00c181105 100644
--- a/src/Resources/da-DK.xml
+++ b/src/Resources/da-DK.xml
@@ -15,12 +15,14 @@
Video filer
Åbn undertekst...
Åbn video fil...
+ Åbn video fil...
Ingen video indlæst
Video info
Position: {0}
Starttid
Sluttid
Varighed
+ #
Antal
Tekst
Timer:min:sek:msek
@@ -51,6 +53,7 @@
Vent venligst...
Sessionsnøgle
Brugernavn
+ Brugernavn allerede i brug
Webservice url
IP
@@ -384,7 +387,7 @@
Gem &som...
Åbn original undertekst (oversætter mode)...
Gem original
- Fjern original
+ Luk original
Åbn indeholdende mappe
Sammenlign...
Import/OCR undertekster fra VOB/IFO (dvd) ...
@@ -895,6 +898,7 @@ Fortsæt?
Auto-ombryd tekst mens du skriver
undertekst skrifttype
undertekst skriftstørrelse
+ Fed
Undertekst skriftfarve
Undertekst baggrundsfarve
Stavekontrol
diff --git a/src/Resources/da-DK.xml.zip b/src/Resources/da-DK.xml.zip
index 0c653102a..370420986 100644
Binary files a/src/Resources/da-DK.xml.zip and b/src/Resources/da-DK.xml.zip differ
diff --git a/src/Resources/fr-FR.xml b/src/Resources/fr-FR.xml
index 4cdd43518..6320b1e38 100644
--- a/src/Resources/fr-FR.xml
+++ b/src/Resources/fr-FR.xml
@@ -15,12 +15,14 @@
Fichiers vidéo
Ouvrir sous-titre...
Ouvrir fichier vidéo...
+ Ouvrir fichier vidéo...
Pas de vidéo chargée
Info vidéo
Position / durée : {0}
Temps initial
Temps final
Durée
+ #
Numéro
Texte
heure:min:sec:msec
@@ -51,6 +53,7 @@
Patientez...
Clé de session
Nom d'utilisateur
+ Nom d'utilisateur déjà utilisé
url Webservice
IP
@@ -382,7 +385,7 @@ Email : mailto:nikse.dk@gmail.com
Sauver so&us...
Ouvrir sous-titre original (mode traduction)...
Sauver original
- Retirer original
+ Retirer original
Ouvrir répertoire contenant les sous-titres
&Comparer...
Importer sous-titres OCR de VOB/IFO (DVD) ...
@@ -893,6 +896,7 @@ Poursuivre?
Défilement auto à la frappe
Police de sous-titre
Taille de sous-titre
+ Gras
Couleur de police sous-titres
Couleur de fond de sous-titres
Correcteur orthographique
diff --git a/src/Resources/fr-FR.xml.zip b/src/Resources/fr-FR.xml.zip
index 93fa0d6a1..650e54c29 100644
Binary files a/src/Resources/fr-FR.xml.zip and b/src/Resources/fr-FR.xml.zip differ
diff --git a/src/Resources/hu-HU.xml b/src/Resources/hu-HU.xml
index 030afeb11..866692459 100644
--- a/src/Resources/hu-HU.xml
+++ b/src/Resources/hu-HU.xml
@@ -21,6 +21,7 @@
Indítási idő
Befejezési idő
Időtartam
+ #
Számok
Szöveg
Óra:perc:mp:msec
@@ -54,6 +55,8 @@
+
+
@@ -392,6 +395,12 @@ Email: mailto:nikse.dk@gmail.com
Újranyitás
&Mentés
Mentés másként...
+
+
+
+
+
+
A fájlt tartalmazó mappa megnyitása
Összehasonlítás...
Felirat importálás/OCR vob/ifo fájlból (dvd) ...
@@ -407,8 +416,6 @@ Email: mailto:nikse.dk@gmail.com
Szerkesztés
Előzmények megjelenítése (visszavonási mód)
- Eredeti szöveg megjelenítése (fordító mód)
- Eredeti szöveg rejtése
Unicode szimbólum beszúrása
&Keresés
Következő keresése
diff --git a/src/Resources/hu-HU.xml.zip b/src/Resources/hu-HU.xml.zip
index f1ba00a76..8c915dd6f 100644
Binary files a/src/Resources/hu-HU.xml.zip and b/src/Resources/hu-HU.xml.zip differ
diff --git a/src/Resources/it-IT.xml b/src/Resources/it-IT.xml
index c1ffe53a1..e4af0b460 100644
--- a/src/Resources/it-IT.xml
+++ b/src/Resources/it-IT.xml
@@ -21,6 +21,7 @@
Inizio
Fine
Durata
+ #
Numero
Testo
ore:min:sec:msec
@@ -54,6 +55,8 @@
+
+
@@ -392,6 +395,12 @@ E-mail: mailto: nikse.dk@gmail.com
&Riapri
&Salva
Salva con nome...
+
+
+
+
+
+
Apri cartella contenitore
&Confronta...
Importa/OCR sottotitoli da VOB/IFO (DVD)...
@@ -406,8 +415,6 @@ E-mail: mailto: nikse.dk@gmail.com
Modifica
Cronologia (per annullamento modifiche)
- Mostra testo originale (modo traduzione)
- Nascondi il testo originale
Inserisci simbolo unicode
&Trova
Trova &Successivo
diff --git a/src/Resources/it-IT.xml.zip b/src/Resources/it-IT.xml.zip
index 63735062f..f5e520c6f 100644
Binary files a/src/Resources/it-IT.xml.zip and b/src/Resources/it-IT.xml.zip differ
diff --git a/src/Resources/nl-NL.xml b/src/Resources/nl-NL.xml
index 0a22a51c5..a5f8d6b12 100644
--- a/src/Resources/nl-NL.xml
+++ b/src/Resources/nl-NL.xml
@@ -23,6 +23,7 @@
Starttijd
Eindtijd
Tijd
+ #
Nummer
Tekst
Uur, min, sec, msec
@@ -61,6 +62,8 @@
+
+
@@ -489,6 +492,12 @@ U mag deze verspreiden, wijzigen en vrij gebruiken.
&Heropen
&Opslaan
Opslaan &als...
+
+
+
+
+
+
&Vergelijk...
@@ -508,10 +517,6 @@ U mag deze verspreiden, wijzigen en vrij gebruiken.
Aanpassen
Toon geschiedenis (voor herstellen)
-
-
-
-
&Zoek
diff --git a/src/Resources/pl-PL.xml b/src/Resources/pl-PL.xml
index 13ae7ccee..6f2cf3747 100644
--- a/src/Resources/pl-PL.xml
+++ b/src/Resources/pl-PL.xml
@@ -15,12 +15,14 @@
Pliki wideo
Otwórz napisy...
Otwórz plik wideo...
+ Otwórz plik wideo...
Nie wczytano wideo
Informacje o wideo
Pozycja / czas trwania: {0}
Początek
Koniec
Trwanie
+ #
Numer
Tekst
Godz.:min:sek:msek
@@ -51,6 +53,7 @@
Proszę czekać...
Klucz sesji
Nazwa użytkownika
+ Nazwa użytkownika już w użyciu
URL serwisu WWW
IP
@@ -383,7 +386,7 @@ Email: mailto:nikse.dk@gmail.com
Zapisz j&ako...
Otwórz oryginalny tytuł (tryb tłumacz)...
Zapisz oryginalny
- Usuń oryginalny
+ Usuń oryginalny
Otwórz zawartość folderu
Po&równaj...
Importuj/OCR napisy z VOB/IFO (DVD)...
@@ -894,6 +897,7 @@ Kontynuować?
Automatycznie zawijaj podczas pisania
Czcionka napisów
Rozmiar czcionki
+ Pogrubienie
Kolor czcionki napisów
Kolor tła napisów
Sprawdzanie pisowni
diff --git a/src/Resources/pl-PL.xml.zip b/src/Resources/pl-PL.xml.zip
index 0b3d860d7..87d71e172 100644
Binary files a/src/Resources/pl-PL.xml.zip and b/src/Resources/pl-PL.xml.zip differ
diff --git a/src/Resources/ro-RO.xml b/src/Resources/ro-RO.xml
index 3976f878a..1302e9299 100644
--- a/src/Resources/ro-RO.xml
+++ b/src/Resources/ro-RO.xml
@@ -15,12 +15,14 @@
Fisiere video
Deschide subtitrare...
Deschide fisier video...
+ Deschide fisier video...
Nici un fisier video incarcat
Informatii video
Pozitie / Durata:{0}
Inceput la...
Sfarsit la...
Durata
+ #
Numar
Text
Ora: min: sec: msec
@@ -51,6 +53,7 @@
Asteapta...
Sesiune
Nume utilizator
+ Nume de utilizator deja în uz
Adresa
IP
@@ -380,7 +383,7 @@ E-mail: nikse.dk @gmail.com
Salvati &ca...
Deschis subtitrare original (modul de traducator)...
Salvaţi original
- Eliminaţi original
+ Eliminaţi original
Deschis dosar continand
&Compara...
Import/subtitrarea OCR din vob/IFO (DVD) ...
@@ -891,6 +894,7 @@ pot edita in acelasi fisier subtitrare (colaborare)
Auto-desparte în timp ce tastaţi
Font subtitrare
Marime font
+ Ingrosat
Culoare literelor subtitrarii
Culoarea fundalului subtitrarii
Verificator ortografic
diff --git a/src/Resources/ro-RO.xml.zip b/src/Resources/ro-RO.xml.zip
index a953ceb26..04e50526f 100644
Binary files a/src/Resources/ro-RO.xml.zip and b/src/Resources/ro-RO.xml.zip differ
diff --git a/src/Resources/sr-Cyrl-CS.xml b/src/Resources/sr-Cyrl-CS.xml
index fb8885e4e..13075e0fa 100644
--- a/src/Resources/sr-Cyrl-CS.xml
+++ b/src/Resources/sr-Cyrl-CS.xml
@@ -1,4 +1,4 @@
-
+
Subtitle Edit
@@ -21,6 +21,7 @@
Почетак
Крај
Трајање
+ #
Број
Текст
h:min:sec:ms
@@ -51,6 +52,8 @@
Молимо, сачекајте...
Кључ:
Корисник:
+
+
Адреса:
IP адреса
@@ -380,6 +383,12 @@ C# изворни кôд се налази на интернет страниц
&Поново отвори
&Сачувај
Сачувај &као...
+
+
+
+
+
+
Отвори фасциклу
&Упореди...
Препознај знакове ДВД титла...
@@ -394,8 +403,6 @@ C# изворни кôд се налази на интернет страниц
Уређивање
Прикажи историјат
- Прикажи изворни текст
- Сакриј изворни текст
Убаци уникод симбол
&Пронађи
Пронађи &следеће
diff --git a/src/Resources/sr-Cyrl-CS.xml.zip b/src/Resources/sr-Cyrl-CS.xml.zip
index c9dfb4e28..a2892137a 100644
Binary files a/src/Resources/sr-Cyrl-CS.xml.zip and b/src/Resources/sr-Cyrl-CS.xml.zip differ
diff --git a/src/Resources/sr-Latn-CS.xml b/src/Resources/sr-Latn-CS.xml
index 764ec2105..7c3097fbc 100644
--- a/src/Resources/sr-Latn-CS.xml
+++ b/src/Resources/sr-Latn-CS.xml
@@ -1,4 +1,4 @@
-
+
Subtitle Edit
@@ -21,6 +21,7 @@
Početak
Kraj
Trajanje
+ #
Broj
Tekst
h:min:sec:ms
@@ -51,6 +52,8 @@
Molimo, sačekajte...
Ključ:
Korisnik:
+
+
Adresa:
IP adresa
@@ -380,6 +383,12 @@ E-pošta: mailto:nikse.dk@gmail.com
&Ponovo otvori
&Sačuvaj
Sačuvaj &kao...
+
+
+
+
+
+
Otvori fasciklu
&Uporedi...
Prepoznaj znakove DVD titla...
@@ -394,8 +403,6 @@ E-pošta: mailto:nikse.dk@gmail.com
Uređivanje
Prikaži istorijat
- Prikaži izvorni tekst
- Sakrij izvorni tekst
Ubaci unikod simbol
&Pronađi
Pronađi &sledeće
diff --git a/src/Resources/sr-Latn-CS.xml.zip b/src/Resources/sr-Latn-CS.xml.zip
index c463d0e44..9e8dccbf2 100644
Binary files a/src/Resources/sr-Latn-CS.xml.zip and b/src/Resources/sr-Latn-CS.xml.zip differ
diff --git a/src/Resources/sv-SE.xml b/src/Resources/sv-SE.xml
index 962418ef2..944ec4540 100644
--- a/src/Resources/sv-SE.xml
+++ b/src/Resources/sv-SE.xml
@@ -15,12 +15,14 @@
Videofiler
Öppna undertext...
Öppna videofil...
+ Öppna videofil...
Ingen video laddad
Video info
Position / permanent: {0}
Starttid
Sluttid
Permanent
+ #
Antal
Text
Timme: min: sek: msek
@@ -51,6 +53,7 @@
Vänligen vänta
Sessionsnyckel
Användarnamn
+ Användarnamnet finns redan
Webbtjänst url
IP
@@ -383,7 +386,7 @@
Spara &som...
Öppna original subtitle (översättare läge)...
Spara original
- Ta bort original
+ Ta bort original
Öppna mappen
&Jämför...
Importera/OCR textning från VOB/IFO (DVD) ...
@@ -894,6 +897,7 @@
Auto-wrap när du skriver
Typsnitt för textning
Undertext teckenstorlek
+ Fet
Undertext teckenfärg
Undertext bakgrundsfärg
Stavningskontroll
diff --git a/src/Resources/sv-SE.xml.zip b/src/Resources/sv-SE.xml.zip
index d3adb3f31..e879cc2be 100644
Binary files a/src/Resources/sv-SE.xml.zip and b/src/Resources/sv-SE.xml.zip differ
diff --git a/src/Resources/zh-CHS.xml b/src/Resources/zh-CHS.xml
index 32418b7a1..f0b585c7f 100644
--- a/src/Resources/zh-CHS.xml
+++ b/src/Resources/zh-CHS.xml
@@ -15,12 +15,14 @@
视频文件
打开字幕...
打开视频文件...
+ 打开视频文件...
未加载视频
视频信息
位置/时长: {0}
起始时间
结束时间
时长
+ #
编号
文本
时:分:秒:毫秒
@@ -51,6 +53,7 @@
请稍候...
会话密钥
用户名
+ 用户名已被使用
Web 服务网址
IP
@@ -321,7 +324,7 @@ C# 源代码可从 http://code.google.com/p/subtitleedit 获得。
'... and then we' -> 'and then we'
'clanks] Look out!' --> '[clanks] Look out!'
'âTª sweet dreams are' --> '♫ sweet dreams are'
- {0} 重要的记录消息!
+ {0} 条重要的记录消息!
需要词典?
@@ -378,9 +381,9 @@ C# 源代码可从 http://code.google.com/p/subtitleedit 获得。
重新打开(&R)
保存(&S)
另存为(&A)...
- 打开原始字幕(翻译模式)...
- 保存原始
- 删除原
+ 打开原始字幕 (翻译模式)...
+ 保存原始字幕
+ 关闭原始字幕
打开所在文件夹
比较(&C)...
从 DVD 导入/OCR 字幕...
@@ -889,6 +892,7 @@ C# 源代码可从 http://code.google.com/p/subtitleedit 获得。
打字时自动换行
字幕字体
字幕字体大小
+ 粗体
字幕字体颜色
字幕背景颜色
拼写检查
diff --git a/src/Resources/zh-CHS.xml.zip b/src/Resources/zh-CHS.xml.zip
index 1fb5ab994..4def4ce60 100644
Binary files a/src/Resources/zh-CHS.xml.zip and b/src/Resources/zh-CHS.xml.zip differ