mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Clean localised strings.
Add ordered placeholders to directory_search_results in base language.
This commit is contained in:
@@ -297,8 +297,10 @@ Tap the + to start adding people.";
|
||||
"directory_cell_title" = "Browse directory";
|
||||
"directory_cell_description" = "%tu rooms";
|
||||
"directory_search_results_title" = "Browse directory results";
|
||||
"directory_search_results" = "%tu results found for %@";
|
||||
"directory_search_results_more_than" = ">%tu results found for %@";
|
||||
/* The placeholder %1$tu will be replaced with a number and %2$@ with the user's search terms. */
|
||||
"directory_search_results" = "%1$tu results found for %2$@";
|
||||
/* The placeholder %1$tu will be replaced with a number and %2$@ with the user's search terms. Note the > at the start indicates "more than 20 results". */
|
||||
"directory_search_results_more_than" = ">%1$tu results found for %2$@";
|
||||
"directory_searching_title" = "Searching directory…";
|
||||
"directory_search_fail" = "Failed to fetch data";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user