-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anpassungen hochladen/anhängen #254
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -607,7 +607,7 @@ | |
'UNWATCH_MARKED' => 'Ausgewählte Abonnements beenden', | ||
'UPLOAD_AVATAR_FILE' => 'Von deinem Rechner hochladen', | ||
'UPLOAD_AVATAR_URL' => 'Von URL hochladen', | ||
'UPLOAD_AVATAR_URL_EXPLAIN' => 'Gib die URL an, an der sich das Avatar-Bild befindet. Es wird dann auf diese Site hochgeladen.', | ||
'UPLOAD_AVATAR_URL_EXPLAIN' => 'Gib die URL an, an der sich das Avatar-Bild befindet. Es wird dann auf diese Site übertragen.', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Das war meiner Ansicht nach generell falsch ("Enter the URL of the location containing the image. The image will be copied to this site.") There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Finde ich gut in der neuen Fassung. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wieso schreiben wir da "Site"? Ansonsten ist das okay. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was würdest du statt Site schreiben? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Webseite, wenn man nur diese eine Seite als Übertragungsziel meint, ansonsten Website. Aber "Site" alleine ist noch nicht Deutsch. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Im Grunde kann die Webseite ja noch größer sein. Wie wäre es mit "Board"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "dieses Board" fände ich auch okay. :) |
||
'USERNAME_ALPHA_ONLY_EXPLAIN' => 'Der Benutzername muss zwischen %1$s und %2$s lang sein und darf nur aus alphanumerischen Zeichen bestehen.', | ||
'USERNAME_ALPHA_SPACERS_EXPLAIN'=> 'Der Benutzername muss zwischen %1$s und %2$s lang sein und darf nur aus alphanumerischen, Leer- und -+_[]-Zeichen bestehen.', | ||
'USERNAME_ASCII_EXPLAIN' => 'Der Benutzername muss zwischen %1$s und %2$s lang sein und darf nur aus ASCII-Zeichen (also keinen Sonderzeichen oder Umlauten) bestehen.', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imho geht da beides. Meinungen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Es geht beides. Die neue Variante ist imho etwas allgemeiner und die alte somit etwas genauer, aber im Grunde ist das egal, da beide Versionen die korrekte Aussage rüberbringen.
Aber warum gehst du auf "hochladen" wenn du sonst auf "anhängen" wechselst?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wir werden wohl beides brauchen - und hochladen immer dann, wenn es ins technische geht. Der Wechsel erfolgt dort, wo der eigentliche Hochladevorgang gestartet wird (Datei x von y wird hochgeladen - da passt anhängen nicht mehr). Und hier ist wir meiner Ansicht nach diesem Schnitt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich würde es so lassen. Es geht nicht um die Möglichkeit an sich, sondern direkt um den Prozes des Hochladens. Deshalb würde ich das so stehen lassen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, leuchtet ein, Änderung ist dann ok.