diff --git a/.gitignore b/.gitignore index 83ba081..3902d12 100644 --- a/.gitignore +++ b/.gitignore @@ -358,3 +358,6 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd + +# Custom build folder +build/ diff --git a/uploader/uploader/build/dbg/local/Czech.json b/uploader/uploader/build/dbg/local/Czech.json deleted file mode 100644 index 61ff5a9..0000000 --- a/uploader/uploader/build/dbg/local/Czech.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "MainForm_DragFile": "Přesuňte soubor zde", - "MainForm_More": "Více", - "SettingsForm_Title": "Nastavení", - "SettingsForm_General": "Obecné nastavení", - "SettingsForm_Key": "API klíč", - "SettingsForm_Get": "Získat API klíč", - "SettingsForm_Language": "Jazyk", - "SettingsForm_Save": "Uložit", - "SettingsForm_Open": "Otevřit soubor nastavení", - "UploadForm_Info": "Informace o souboru", - "UploadForm_Upload": "Nahrát", - "UploadForm_Cancel": "Zrušit", - "Message_Idle": "Nic.", - "Message_Init": "Inicializace...", - "Message_Check": "Kontrola...", - "Message_Upload": "Nahrávání...", - "Message_NoLink": "Zádný odkaz v odpovědi serveru!", - "Message_NoSettings": "Soubor nastavení neexistuje.", - "Message_Saved": "Nastavení uloženo." -} diff --git a/uploader/uploader/build/dbg/local/English.json b/uploader/uploader/build/dbg/local/English.json deleted file mode 100644 index 7380548..0000000 --- a/uploader/uploader/build/dbg/local/English.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "MainForm_DragFile": "Drag file here", - "MainForm_More": "More", - "SettingsForm_Title": "Settings", - "SettingsForm_General": "General settings", - "SettingsForm_Key": "API key", - "SettingsForm_Get": "Get API key", - "SettingsForm_Language": "Language", - "SettingsForm_Save": "Save", - "SettingsForm_Open": "Open settings file", - "UploadForm_Info": "File information", - "UploadForm_Upload": "Upload", - "UploadForm_Cancel": "Cancel", - "Message_Idle": "Idle.", - "Message_Init": "Initializing...", - "Message_Check": "Checking...", - "Message_Upload": "Uploading...", - "Message_NoLink": "No permalink found in response!", - "Message_NoSettings": "No settings file exists.", - "Message_Saved": "Settings saved." -}