# English translations for PROJECT. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR , 2024. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2024-01-25 16:19+0100\n" "PO-Revision-Date: 2024-01-22 15:38+0100\n" "Last-Translator: FULL NAME \n" "Language: en\n" "Language-Team: en \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" #: partitioncloud/__init__.py:135 #, python-format msgid "Created user %(username)s" msgstr "Created user %(username)s" #: partitioncloud/__init__.py:138 #, python-format msgid "This album does not exists, but user %(username)s has been created" msgstr "This album does not exists, but user %(username)s has been created" #: partitioncloud/modules/albums.py:41 msgid "Missing search query" msgstr "Missing search query" #: partitioncloud/modules/albums.py:123 partitioncloud/modules/groupe.py:71 #: partitioncloud/modules/groupe.py:185 msgid "Missing name." msgstr "Missing name." #: partitioncloud/modules/albums.py:160 msgid "This album does not exist." msgstr "This album does not exist." #: partitioncloud/modules/albums.py:163 msgid "Album added to collection." msgstr "Album added to collection." #: partitioncloud/modules/albums.py:177 partitioncloud/modules/albums.py:240 #: partitioncloud/modules/albums.py:346 msgid "You are not a member of this album" msgstr "You are not a member of this album" #: partitioncloud/modules/albums.py:181 msgid "You are alone here, quitting means deleting this album." msgstr "You are alone here, quitting means deleting this album." #: partitioncloud/modules/albums.py:185 msgid "Album quitted." msgstr "Album quitted." #: partitioncloud/modules/albums.py:204 msgid "You are not alone in this album." msgstr "You are not alone in this album." #: partitioncloud/modules/albums.py:206 msgid "You don't own this album." msgstr "You don't own this album." #: partitioncloud/modules/albums.py:217 msgid "Album deleted." msgstr "Album deleted." #: partitioncloud/modules/albums.py:246 partitioncloud/modules/partition.py:153 #: partitioncloud/modules/partition.py:199 msgid "Missing title" msgstr "Missing title" #: partitioncloud/modules/albums.py:248 partitioncloud/modules/partition.py:63 msgid "Missing file" msgstr "Missing file" #: partitioncloud/modules/albums.py:260 msgid "Search results expired" msgstr "Search results expired" #: partitioncloud/modules/albums.py:326 #, python-format msgid "Score %(partition_name)s added" msgstr "Score %(partition_name)s added" #: partitioncloud/modules/albums.py:340 msgid "Selecting an album is mandatory." msgstr "Selecting an album is mandatory." #: partitioncloud/modules/albums.py:342 msgid "Selecting a score is mandatory." msgstr "Selecting a score is mandatory." #: partitioncloud/modules/albums.py:344 msgid "Please specify a score type." msgstr "Please specify a score type." #: partitioncloud/modules/albums.py:366 msgid "Score added" msgstr "Score added" #: partitioncloud/modules/albums.py:368 msgid "Score is already in the album." msgstr "Score is already in the album." #: partitioncloud/modules/albums.py:380 msgid "Unknown score type." msgstr "Unknown score type." #: partitioncloud/modules/auth.py:27 partitioncloud/modules/auth.py:54 msgid "You need to login to access this resource." msgstr "You need to login to access this resource." #: partitioncloud/modules/auth.py:59 msgid "Missing rights." msgstr "Missing rights." #: partitioncloud/modules/auth.py:85 msgid "Missing username." msgstr "Missing username." #: partitioncloud/modules/auth.py:87 msgid "Missing password." msgstr "Missing password." #: partitioncloud/modules/auth.py:100 #, python-format msgid "Username %(username)s is not available." msgstr "Username %(username)s is not available." #: partitioncloud/modules/auth.py:113 msgid "New users registration is disabled by owner." msgstr "New users registration is disabled by owner." #: partitioncloud/modules/auth.py:127 msgid "Successfully created new user. You can log in." msgstr "Successfully created new user. You can log in." #: partitioncloud/modules/auth.py:152 msgid "Incorrect username or password" msgstr "Incorrect username or password" #: partitioncloud/modules/groupe.py:120 msgid "Unknown group." msgstr "Unknown group." #: partitioncloud/modules/groupe.py:123 msgid "Group added to collection." msgstr "Group added to collection." #: partitioncloud/modules/groupe.py:134 msgid "You are not a member of this group." msgstr "You are not a member of this group." #: partitioncloud/modules/groupe.py:138 msgid "You are alone here, quitting means deleting this group." msgstr "You are alone here, quitting means deleting this group." #: partitioncloud/modules/groupe.py:142 msgid "Group quitted." msgstr "Group quitted." #: partitioncloud/modules/groupe.py:155 msgid "You are not alone in this group." msgstr "You are not alone in this group." #: partitioncloud/modules/groupe.py:166 msgid "Group deleted." msgstr "Group deleted." #: partitioncloud/modules/groupe.py:188 msgid "You are not admin of this group." msgstr "You are not admin of this group." #: partitioncloud/modules/partition.py:58 msgid "You don't own this score." msgstr "You don't own this score." #: partitioncloud/modules/partition.py:71 msgid "Missing filename." msgstr "Missing filename." #: partitioncloud/modules/partition.py:76 msgid "Unsupported file type." msgstr "Unsupported file type." #: partitioncloud/modules/partition.py:144 msgid "You are not allowed to edit this file." msgstr "You are not allowed to edit this file." #: partitioncloud/modules/partition.py:155 #: partitioncloud/modules/partition.py:201 msgid "Missing author in request body (can be null)." msgstr "Missing author in request body (can be null)." #: partitioncloud/modules/partition.py:157 #: partitioncloud/modules/partition.py:203 msgid "Missing lyrics (can be null)." msgstr "Missing lyrics (can be null)." #: partitioncloud/modules/partition.py:169 #: partitioncloud/modules/partition.py:215 #, python-format msgid "Successfully modified %(name)s" msgstr "Successfully modified %(name)s" #: partitioncloud/modules/partition.py:230 msgid "You are not allowed to delete this score." msgstr "You are not allowed to delete this score." #: partitioncloud/modules/partition.py:238 msgid "Score deleted." msgstr "Score deleted." #: partitioncloud/templates/base.html:23 msgid "New Album" msgstr "New Album" #: partitioncloud/templates/base.html:25 partitioncloud/templates/base.html:36 #: partitioncloud/templates/groupe/index.html:10 #: partitioncloud/templates/partition/attachments.html:11 msgid "Name" msgstr "Name" #: partitioncloud/templates/base.html:26 partitioncloud/templates/base.html:37 msgid "Create" msgstr "Create" #: partitioncloud/templates/base.html:30 msgid "I want to create a collection of albums." msgstr "I want to create a collection of albums." #: partitioncloud/templates/base.html:30 msgid "Create group" msgstr "Create group" #: partitioncloud/templates/base.html:34 msgid "Create new group" msgstr "Create new group" #: partitioncloud/templates/base.html:61 msgid "Search" msgstr "Search" #: partitioncloud/templates/base.html:63 msgid "Number of online searches" msgstr "Number of online searches" #: partitioncloud/templates/admin/index.html:23 #: partitioncloud/templates/base.html:71 #: partitioncloud/templates/partition/details.html:41 msgid "Albums" msgstr "Albums" #: partitioncloud/templates/base.html:75 msgid "New album" msgstr "New album" #: partitioncloud/templates/base.html:92 msgid "No albums" msgstr "No albums" #: partitioncloud/templates/base.html:111 msgid "No album available" msgstr "No album available" #: partitioncloud/templates/base.html:125 msgid "Log in to see your albums" msgstr "Log in to see your albums" #: partitioncloud/templates/base.html:139 msgid "Log out" msgstr "Log out" #: partitioncloud/templates/base.html:154 msgid "Admin Panel" msgstr "Admin Panel" #: partitioncloud/templates/auth/register.html:5 #: partitioncloud/templates/auth/register.html:20 #: partitioncloud/templates/base.html:166 msgid "Create account" msgstr "Create account" #: partitioncloud/templates/auth/login.html:5 #: partitioncloud/templates/auth/login.html:10 #: partitioncloud/templates/base.html:168 msgid "Log in" msgstr "Log in" #: partitioncloud/templates/admin/index.html:5 msgid "Administration Panel" msgstr "Administration Panel" #: partitioncloud/templates/admin/index.html:9 msgid "New user" msgstr "New user" #: partitioncloud/templates/admin/index.html:12 msgid "See scores" msgstr "See scores" #: partitioncloud/templates/admin/index.html:15 msgid "See logs" msgstr "See logs" #: partitioncloud/templates/admin/index.html:22 msgid "User" msgstr "User" #: partitioncloud/templates/admin/index.html:24 msgid "Scores" msgstr "Scores" #: partitioncloud/templates/admin/index.html:25 msgid "Admin privileges" msgstr "Admin privileges" #: partitioncloud/templates/admin/logs.html:5 msgid "Logs" msgstr "Logs" #: partitioncloud/templates/admin/partitions.html:4 msgid "Scores list" msgstr "Scores list" #: partitioncloud/templates/admin/partitions.html:31 #: partitioncloud/templates/albums/album.html:94 msgid "No available scores" msgstr "No available scores" #: partitioncloud/templates/albums/add-partition.html:3 msgid "New score" msgstr "New score" #: partitioncloud/templates/albums/album.html:12 msgid "Delete l'album" msgstr "Delete album" #: partitioncloud/templates/albums/album.html:13 #: partitioncloud/templates/albums/delete-album.html:6 msgid "Do you really want to delete this album?" msgstr "Do you really want to delete this album?" #: partitioncloud/templates/albums/album.html:16 #: partitioncloud/templates/albums/album.html:60 #: partitioncloud/templates/albums/delete-album.html:8 #: partitioncloud/templates/groupe/index.html:20 #: partitioncloud/templates/groupe/index.html:53 #: partitioncloud/templates/partition/delete.html:10 #: partitioncloud/templates/partition/details.html:86 #: partitioncloud/templates/partition/edit.html:57 msgid "Delete" msgstr "Delete" #: partitioncloud/templates/albums/album.html:51 msgid "Add a score" msgstr "Add a score" #: partitioncloud/templates/albums/album.html:54 #: partitioncloud/templates/groupe/index.html:46 msgid "Join" msgstr "Join" #: partitioncloud/templates/albums/album.html:56 #: partitioncloud/templates/groupe/index.html:48 msgid "Quit" msgstr "Quit" #: partitioncloud/templates/albums/album.html:58 #: partitioncloud/templates/groupe/index.html:50 msgid "Share" msgstr "Share" #: partitioncloud/templates/albums/delete-album.html:3 #: partitioncloud/templates/partition/delete.html:4 #, python-format msgid "Delete %(name)s" msgstr "Delete %(name)s" #: partitioncloud/templates/albums/delete-album.html:11 #: partitioncloud/templates/partition/delete.html:13 msgid "Cancel" msgstr "Cancel" #: partitioncloud/templates/albums/index.html:3 msgid "Home" msgstr "Home" #: partitioncloud/templates/albums/index.html:10 #, python-format msgid "Hi %(user_name)s !" msgstr "Hi %(user_name)s !" #: partitioncloud/templates/albums/index.html:11 msgid "No album selected" msgstr "No album selected" #: partitioncloud/templates/albums/search.html:5 #, python-format msgid "Search results for \"%(query)s\"" msgstr "Search results for \"%(query)s\"" #: partitioncloud/templates/albums/search.html:7 msgid "Results in current database" msgstr "Results in current database" #: partitioncloud/templates/albums/search.html:38 #: partitioncloud/templates/albums/search.html:70 msgid "Add to album" msgstr "Add to album" #: partitioncloud/templates/albums/search.html:45 msgid "Online search results" msgstr "" #: partitioncloud/templates/albums/search.html:77 msgid "" "No results available. Try to tweak your query or increase the amount of " "online searches." msgstr "" "No results available. Try to tweak your query or increase the amount of " "online searches." #: partitioncloud/templates/auth/login.html:8 #: partitioncloud/templates/auth/register.html:18 msgid "Username" msgstr "Username" #: partitioncloud/templates/auth/login.html:9 #: partitioncloud/templates/auth/register.html:19 msgid "Password" msgstr "Password" #: partitioncloud/templates/auth/register.html:10 msgid "Add to album:" msgstr "Add to album:" #: partitioncloud/templates/auth/register.html:12 msgid "None" msgstr "None" #: partitioncloud/templates/components/add_partition.html:1 #, python-format msgid "Add a score to %(name)s" msgstr "Add a score to %(name)s" #: partitioncloud/templates/components/add_partition.html:4 msgid "title" msgstr "title" #: partitioncloud/templates/components/add_partition.html:5 msgid "author" msgstr "author" #: partitioncloud/templates/components/add_partition.html:6 msgid "lyrics" msgstr "lyrics" #: partitioncloud/templates/components/add_partition.html:10 #: partitioncloud/templates/groupe/index.html:11 #: partitioncloud/templates/partition/attachments.html:13 msgid "Add" msgstr "Add" #: partitioncloud/templates/groupe/index.html:8 #, python-format msgid "Add an album to group %(name)s" msgstr "Add an album to group %(name)s" #: partitioncloud/templates/groupe/index.html:16 msgid "Delete group" msgstr "Delete group" #: partitioncloud/templates/groupe/index.html:17 msgid "Do you really want to delete this group and the albums it contains?" msgstr "Do you really want to delete this group and the albums it contains?" #: partitioncloud/templates/groupe/index.html:52 msgid "Add an album" msgstr "Add an album" #: partitioncloud/templates/groupe/index.html:74 msgid "Create one" msgstr "Create one" #: partitioncloud/templates/groupe/index.html:77 #, python-format msgid "No available album. %(create)s" msgstr "No available album. %(create)s" #: partitioncloud/templates/partition/attachments.html:5 #, python-format msgid "Attachments of %(name)s" msgstr "Attachments of %(name)s" #: partitioncloud/templates/partition/attachments.html:9 #, python-format msgid "Add an attachment to %(name)s" msgstr "Add an attachment to %(name)s" #: partitioncloud/templates/partition/attachments.html:22 msgid "" "No pdf viewer available in this browser.\n" " You can use Firefox on Android." msgstr "" "No pdf viewer available in this browser.\n" " You can use Firefox on Android." #: partitioncloud/templates/partition/attachments.html:46 msgid "JavaScript is mandatory to read MIDI files" msgstr "JavaScript is mandatory to read MIDI files" #: partitioncloud/templates/partition/attachments.html:60 msgid "Add an attachment" msgstr "Add an attachment" #: partitioncloud/templates/partition/delete.html:8 msgid "Do you really want to delete this score?" msgstr "Do you really want to delete this score?" #: partitioncloud/templates/partition/details.html:4 #, python-format msgid "Details of \"%(name)s\"" msgstr "Details of \"%(name)s\"" #: partitioncloud/templates/partition/details.html:12 msgid "Added by" msgstr "Added by" #: partitioncloud/templates/partition/details.html:23 msgid "Unknown" msgstr "Unknown" #: partitioncloud/templates/partition/details.html:29 msgid "Type" msgstr "Type" #: partitioncloud/templates/partition/details.html:52 #: partitioncloud/templates/partition/edit.html:13 msgid "File" msgstr "File" #: partitioncloud/templates/partition/details.html:58 #: partitioncloud/templates/partition/details.html:59 #: partitioncloud/templates/partition/edit.html:29 #: partitioncloud/templates/partition/edit.html:30 msgid "Title" msgstr "Title" #: partitioncloud/templates/partition/details.html:62 #: partitioncloud/templates/partition/details.html:63 #: partitioncloud/templates/partition/edit.html:33 #: partitioncloud/templates/partition/edit.html:34 msgid "Author" msgstr "Author" #: partitioncloud/templates/partition/details.html:66 #: partitioncloud/templates/partition/details.html:67 #: partitioncloud/templates/partition/edit.html:37 #: partitioncloud/templates/partition/edit.html:38 msgid "Lyrics" msgstr "Lyrics" #: partitioncloud/templates/partition/details.html:70 #: partitioncloud/templates/partition/edit.html:41 msgid "Attachments" msgstr "Attachments" #: partitioncloud/templates/partition/details.html:75 #: partitioncloud/templates/partition/edit.html:46 #, python-format msgid "Yes, %(number)s" msgstr "Yes, %(number)s" #: partitioncloud/templates/partition/details.html:77 #: partitioncloud/templates/partition/edit.html:48 msgid "Add one" msgstr "Add one" #: partitioncloud/templates/partition/details.html:83 #: partitioncloud/templates/partition/edit.html:54 msgid "Update" msgstr "Update" #: partitioncloud/templates/partition/edit.html:6 #, python-format msgid "Modify \"%(name)s\"" msgstr "Modify \"%(name)s\"" #: partitioncloud/templates/partition/edit.html:21 msgid "Source" msgstr "Source"