Skip to content

Commit dad4860

Browse files
authored
Merge pull request SimpleMobileTools#104 from en2sv/patch-1
Update Swedish translation
2 parents 3228b62 + 05a8e23 commit dad4860

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

app/src/main/res/values-sv/strings.xml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
<resources>
22
<string name="app_name">Simple Notes</string>
3-
<string name="app_launcher_name">Notes</string>
3+
<string name="app_launcher_name">Anteckningar</string>
44
<string name="widget_config">Tack för att du använder Simple Notes.\nFör fler enkla appar, gå till simplemobiletools.com.\n</string>
55
<string name="cannot_share_empty_text">Det går inte att dela utan text</string>
6-
<string name="simple_note">Simple Note</string>
7-
<string name="new_note">Add a new note</string>
8-
<string name="no_title">Please name your note</string>
9-
<string name="title_taken">A note with that title already exists</string>
10-
<string name="open_note">Open note</string>
11-
<string name="delete_note">Delete note</string>
12-
<string name="delete_note_prompt_title">Delete note</string>
13-
<string name="delete_note_prompt_message">Are you sure you want to delete note \"%1$s\"?</string>
14-
<string name="pick_a_note">Pick a note</string>
15-
<string name="rename_note">Rename note</string>
16-
<string name="general_note">General note</string>
17-
<string name="open_file">Open file</string>
18-
<string name="create_new_note">Create a new note</string>
19-
<string name="add_to_note">Add to note</string>
6+
<string name="simple_note">Enkel anteckning</string>
7+
<string name="new_note">Lägg till en ny anteckning</string>
8+
<string name="no_title">Namnge din anteckning</string>
9+
<string name="title_taken">En anteckning med den titeln finns redan</string>
10+
<string name="open_note">Öppna anteckning</string>
11+
<string name="delete_note">Ta bort anteckning</string>
12+
<string name="delete_note_prompt_title">Ta bort anteckning</string>
13+
<string name="delete_note_prompt_message">Är du säker på att du vill ta bort anteckningen \"%1$s\"?</string>
14+
<string name="pick_a_note">Välj en anteckning</string>
15+
<string name="rename_note">Byt namn på anteckning</string>
16+
<string name="general_note">Allmän anteckning</string>
17+
<string name="open_file">Öppna fil</string>
18+
<string name="create_new_note">Skapa en ny anteckning</string>
19+
<string name="add_to_note">Lägg till i anteckning</string>
2020

2121
<!-- File notes -->
22-
<string name="export_as_file">Export as file</string>
23-
<string name="file_too_large">File too large, the limit is 10MB</string>
24-
<string name="only_import_file_content">Only import the file content\n(changing the file will not affect the note)</string>
25-
<string name="update_file_at_note">Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes)</string>
26-
<string name="delete_file_itself">Also delete file \"%1$s\"</string>
27-
<string name="note_saved_successfully">Note \"%1$s\" saved successfully</string>
28-
<string name="display_success_message">Display save success messages</string>
22+
<string name="export_as_file">Exportera som fil</string>
23+
<string name="file_too_large">Filen är för stor, gränsen är 10 MB</string>
24+
<string name="only_import_file_content">Importera bara innehållet i filen\n(anteckningen påverkas inte om filen ändras)</string>
25+
<string name="update_file_at_note">Uppdatera själva filen när anteckningen uppdateras\n(anteckningen tas bort om filen tas bort eller sökvägen ändras)</string>
26+
<string name="delete_file_itself">Ta även bort filen \"%1$s\"</string>
27+
<string name="note_saved_successfully">Anteckningen \"%1$s\" har sparats</string>
28+
<string name="display_success_message">Visa ett meddelande när en anteckning har sparats</string>
2929

3030
<!-- Settings -->
31-
<string name="links_and_emails_clickable">Make links and emails clickable</string>
32-
<string name="place_cursor_end">Place cursor to the end of note</string>
33-
<string name="widget_note">Note used in widget</string>
34-
<string name="gravity">Gravity</string>
35-
<string name="left">Left</string>
36-
<string name="center">Center</string>
37-
<string name="right">Right</string>
31+
<string name="links_and_emails_clickable">Gör länkar och e-postadresser klickbara</string>
32+
<string name="place_cursor_end">Placera markören vid slutet av anteckningen</string>
33+
<string name="widget_note">Anteckningen används i widgeten</string>
34+
<string name="gravity">Justering</string>
35+
<string name="left">Vänster</string>
36+
<string name="center">Centrerad</string>
37+
<string name="right">Höger</string>
3838

3939
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
4040
<!-- Short description has to have less than 80 chars -->
41-
<string name="app_short_description">A simple textfield for adding quick notes, without ads.</string>
41+
<string name="app_short_description">Ett enkelt textfält för att lägga till snabba anteckningar, utan reklam.</string>
4242
<string name="app_long_description">
43-
Need to take a quick note of something to buy, an address, or a startup idea? Then this is the app you\'ve been looking for! No complicated setup steps needed, just type in what you came for. Comes with autosave, so you will not discard your changes by mistake. Supports creating multiple independent notes.
43+
Behöver du snabbt anteckna något att köpa, en adress eller en företagsidé? Då är det här appen som du har letat efter! Ingen komplicerad konfiguration behövs. Anteckningen sparas automatiskt så att dina ändringar inte tas bort av misstag. Har stöd för att skapa flera oberoende anteckningar.
4444

4545

46-
You can access the note in no time by using the customizable and resizable widget, which opens the app on click.
46+
Du kan komma åt anteckningen på nolltid genom att använda den anpassningsbara och justerbara widgeten, som öppnar appen när du klickar på den.
4747

48-
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
48+
Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och har även ett Mörkt tema.
4949

50-
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
50+
Denna app är bara en del av en större serie appar. Du hittar resten av dem på http://www.simplemobiletools.com
5151
</string>
5252

5353
<!--

0 commit comments

Comments
 (0)